Klasse Table
java.lang.Object
ch.nolix.system.objectschema.model.Table
- Alle implementierten Schnittstellen:
IFluentMutableNameHolder<ITable>
,IIdHolder
,INameHolder
,IDatabaseComponent<IDatabase>
,CloseStateRequestable
,StateRequestable<DatabaseObjectState>
,CreationRequestable
,DatabaseConnectionRequestable
,DeletionRequestable
,EditingRequestable
,LoadingRequestable
,Deletable
,IDatabaseObject
,ITable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddColumns
(IContainer<IColumn> columns) addColumnWithNameAndContentModel
(String name, IContentModel contentModel) boolean
void
delete()
static Table
fromFlatDto
(FlatTableDto flatTableDto) getId()
getName()
final DatabaseObjectState
getState()
IContainer
<? extends IColumn> final boolean
isClosed()
boolean
final boolean
final boolean
isEdited()
final boolean
isLoaded()
final boolean
isNew()
protected void
Sets the name of the currentIFluentMutableNameHolder
.static Table
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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.DeletionRequestable
isDeleted
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjectrequestapi.EditingRequestable
isEdited
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IIdHolder
getIdInQuotes, hasId
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
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
-
fromFlatDto
-
withName
-
addColumn
-
addColumns
- Angegeben von:
addColumns
in SchnittstelleITable
-
belongsToDatabase
public boolean belongsToDatabase()- Angegeben von:
belongsToDatabase
in SchnittstelleIDatabaseComponent<IDatabase>
- Gibt zurück:
- true if the current
IDatabaseComponent
belongs to a database, false otherwise.
-
addColumnWithNameAndContentModel
- Angegeben von:
addColumnWithNameAndContentModel
in SchnittstelleITable
-
delete
public void delete() -
getFlatDto
- Angegeben von:
getFlatDto
in SchnittstelleITable
-
getId
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getStoredParentDatabase
- Angegeben von:
getStoredParentDatabase
in SchnittstelleIDatabaseComponent<IDatabase>
- Gibt zurück:
- the database of the current
IDatabaseComponent
.
-
getStoredColumns
- Angegeben von:
getStoredColumns
in SchnittstelleITable
-
isConnectedWithRealDatabase
public boolean isConnectedWithRealDatabase()- Angegeben von:
isConnectedWithRealDatabase
in SchnittstelleDatabaseConnectionRequestable
- Gibt zurück:
- true if the current
DatabaseConnectionRequestable
is connected with a real database, false otherwise.
-
setName
Beschreibung aus Schnittstelle kopiert:IFluentMutableNameHolder
Sets the name of the currentIFluentMutableNameHolder
.- Angegeben von:
setName
in SchnittstelleIFluentMutableNameHolder<ITable>
- Parameter:
name
-- Gibt zurück:
- the current
IFluentMutableNameHolder
.
-
noteClose
protected void noteClose() -
getState
- Angegeben von:
getState
in SchnittstelleStateRequestable<DatabaseObjectState>
- Gibt zurück:
- the state of the current
StateRequestable
.
-
isClosed
public final boolean isClosed()- Angegeben von:
isClosed
in SchnittstelleCloseStateRequestable
- Gibt zurück:
- true if the current
CloseStateRequestable
is closed.
-
isDeleted
public final boolean isDeleted()- Angegeben von:
isDeleted
in SchnittstelleDeletionRequestable
-
isEdited
public final boolean isEdited()- Angegeben von:
isEdited
in SchnittstelleEditingRequestable
-
isLoaded
public final boolean isLoaded()- Angegeben von:
isLoaded
in SchnittstelleLoadingRequestable
-
isNew
public final boolean isNew()- Angegeben von:
isNew
in SchnittstelleCreationRequestable
-