| Package | Description |
|---|---|
| no.g9.os |
| Modifier and Type | Field and Description |
|---|---|
protected List<Key> |
AbstractOSRole.keys
The list of keys.
|
| Modifier and Type | Method and Description |
|---|---|
static Key |
KeyTool.getCompleteUniqueKey(Object instance,
OSRole<?> role)
Searches the specified instance for a defined key (a key where all
attributes are defined), and returns the name of the first completely
defined key.
|
Key |
AbstractOSRole.getMainKey()
Gets the main key of the object selection role
|
Key |
OSRole.getMainKey()
Gets the main key of the object selection role
|
| Modifier and Type | Method and Description |
|---|---|
List<Key> |
OSRole.getKeys()
Returns the keys for this role.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractOSRole.equalsUsingKey(Key keyToUse,
Object anObject,
Object anOtherObject) |
boolean |
OSRole.equalsUsingKey(Key keyToUse,
Object anObject,
Object anOtherObject)
Compares two domain instances using the specified key.
|
void |
AbstractOSRole.setMainKey(Key mainKey) |
void |
OSRole.setMainKey(Key mainKey)
Sets the main key.
|
Copyright © 2006–2018 Esito AS. All rights reserved.