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, isOpen
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.CreationRequestable
isNew
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DatabaseConnectionRequestable
isConnectedWithRealDatabase
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.EditingRequestable
isEdited
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.databaseobjectrequestapi.LoadingRequestable
isLoaded
Von 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()
-