Schnittstelle ITable<E extends IEntity>
- Alle Superschnittstellen:
CloseStateRequestable
,DeletionRequestable
,EditedRequestable
,IDatabaseObject
,IIdHolder
,INameHolder
,LoadedRequestable
,NewRequestable
- Alle bekannten Implementierungsklassen:
Table
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isClosed, isOpen
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.EditedRequestable
isEdited
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.IDatabaseObject
getState, isLinkedWithRealDatabase
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IIdHolder
getId, getIdInQuotes, hasId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getName, getNameInQuotes, hasName, hasSameNameAs
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.LoadedRequestable
isLoaded
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.NewRequestable
isNew
-
Methodendetails
-
containsEntityWithId
-
getEntityCount
int getEntityCount() -
getEntityType
-
getOptionalStoredEntityById
-
getStoredColumns
IContainer<IColumn> getStoredColumns() -
getStoredEntities
IContainer<E> getStoredEntities() -
getStoredEntityById
-
getStoredParentDatabase
IDatabase getStoredParentDatabase() -
insertEntity
-
internalGetStoredEntitiesInLocalData
IContainer<E> internalGetStoredEntitiesInLocalData()
-