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, isOpenVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.DeletionRequestable
isDeletedVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.EditedRequestable
isEditedVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.IDatabaseObject
getState, isLinkedWithRealDatabaseVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IIdHolder
getId, getIdInQuotes, hasIdVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getName, getNameInQuotes, hasName, hasSameNameAsVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.LoadedRequestable
isLoadedVon 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()
-