Schnittstelle ITable<E extends IEntity>
- Alle Superschnittstellen:
CloseStateRequestable,CreationRequestable,DatabaseConnectionRequestable,DeletionRequestable,EditingRequestable,IDatabaseObject,IIdHolder,INameHolder,LoadingRequestable,StateRequestable<DatabaseObjectState>
- 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.databaseobjectrequestapi.CreationRequestable
isNewVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DatabaseConnectionRequestable
isConnectedWithRealDatabaseVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DeletionRequestable
isDeletedVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.EditingRequestable
isEditedVon 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.databaseobjectrequestapi.LoadingRequestable
isLoadedVon Schnittstelle geerbte Methoden ch.nolix.coreapi.structureapi.typerequestapi.StateRequestable
getState
-
Methodendetails
-
containsEntityWithId
-
getEntityCount
int getEntityCount() -
getEntityType
-
getOptionalStoredEntityById
-
getStoredColumns
IContainer<IColumnView<ITable<IEntity>>> getStoredColumns() -
getStoredEntities
IContainer<E> getStoredEntities() -
getStoredEntityById
-
getStoredParentDatabase
IDatabase getStoredParentDatabase() -
insertEntity
-
internalGetStoredEntitiesInLocalData
IContainer<E> internalGetStoredEntitiesInLocalData()
-