Schnittstelle ITable
- Alle Superschnittstellen:
CloseStateRequestable,Deletable,DeletionRequestable,EditedRequestable,IDatabaseObject,IFluentMutableNameHolder<ITable>,IIdHolder,INameHolder,LoadedRequestable,NewRequestable
- Alle bekannten Implementierungsklassen:
Table
public interface ITable
extends Deletable, IDatabaseObject, IIdHolder, IFluentMutableNameHolder<ITable>
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancreateColumnWithNameAndParameterizedFieldType(String name, IParameterizedFieldType parameterizedFieldType) toDto()Von Schnittstelle geerbte Methoden ch.nolix.coreapi.resourcecontrolapi.resourceclosingapi.CloseStateRequestable
isClosed, isOpenVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectapi.Deletable
deleteVon 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.fluentmutablemandatoryattributeapi.IFluentMutableNameHolder
setNameVon 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
-
addColumn
-
belongsToDatabase
boolean belongsToDatabase() -
createColumnWithNameAndParameterizedFieldType
ITable createColumnWithNameAndParameterizedFieldType(String name, IParameterizedFieldType parameterizedFieldType) -
getFlatDto
IFlatTableDto getFlatDto() -
getParentDatabase
IDatabase getParentDatabase() -
getStoredColumns
IContainer<IColumn> getStoredColumns() -
toDto
ITableDto toDto()
-