Package | Description |
---|---|
de.espirit.firstspirit.access.editor.value | |
de.espirit.or | |
de.espirit.or.schema |
Modifier and Type | Method and Description |
---|---|
KeyValue |
DatasetContainer.getKey()
The key value of the entity.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
EntityList.getKeyValue(int index)
Returns the
KeyValue of the element at the specified position in this list. |
Modifier and Type | Method and Description |
---|---|
List<KeyValue> |
Session.fetchKeys(Select select)
Return a list of key values of all entities which fullfill the criterion defined by
select . |
Set<KeyValue> |
Session.getReleasedDeleted(String entityTypeName)
Get the key values of all entities of the given entity type which are deleted but still released.
|
Modifier and Type | Method and Description |
---|---|
Entity |
Session.find(KeyValue keyValue)
Return the entity with the given
keyValue . |
Entity |
Session.findNotNull(KeyValue keyValue)
Returns an entity with the given
keyValue even if it doesn't exist. |
List<Entity> |
Session.getHistory(KeyValue keyValue)
Return the history of the entity with the given
keyValue . |
List<Entity> |
Session.getInvalidEntities(KeyValue keyValue)
Return a list of invalid entities of the given
keyValue .. |
int |
EntityList.indexOfId(KeyValue id)
Return the index of the entity in the list with the given
id or -1 if there is no such entity in
the list. |
Modifier and Type | Method and Description |
---|---|
static KeyValue |
KeyValue.createKeyValue(Schema schema,
Identifier identifier) |
KeyValue |
Entity.getKeyValue()
Return the business key of this entity or
null if this entity is in state NEW |
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500