Package ch.nolix.system.objectdata.model
Klasse Column
java.lang.Object
ch.nolix.system.objectdata.model.Column
- Alle implementierten Schnittstellen:
IIdHolder
,INameHolder
,Closeable
,CloseStateRequestable
,GroupCloseable
,StateRequestable<DatabaseObjectState>
,CreationRequestable
,DatabaseConnectionRequestable
,DeletionRequestable
,EditingRequestable
,LoadingRequestable
,IDatabaseObject
,IColumnView<ITable<IEntity>>
,AutoCloseable
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetId()
getName()
final DatabaseObjectState
getState()
final ICloseController
boolean
boolean
internalContainsGivenValueInPersistedDataIgnoringGivenEntities
(String value, IContainer<String> entitiesToIgnoreIds) final boolean
final boolean
final boolean
isEdited()
final boolean
isLoaded()
final boolean
isNew()
final void
Lets the currentGroupCloseable
note a close.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
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.resourcecontrolapi.resourceclosingapi.GroupCloseable
close, createCloseDependencyTo, isClosed
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
-
getId
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getContentModel
- Angegeben von:
getContentModel
in SchnittstelleIColumnView<ITable<IEntity>>
-
getStoredParentTable
- Angegeben von:
getStoredParentTable
in SchnittstelleIColumnView<ITable<IEntity>>
-
internalContainsGivenValueInPersistedData
- Angegeben von:
internalContainsGivenValueInPersistedData
in SchnittstelleIColumnView<ITable<IEntity>>
-
internalContainsGivenValueInPersistedDataIgnoringGivenEntities
public boolean internalContainsGivenValueInPersistedDataIgnoringGivenEntities(String value, IContainer<String> entitiesToIgnoreIds) - Angegeben von:
internalContainsGivenValueInPersistedDataIgnoringGivenEntities
in SchnittstelleIColumnView<ITable<IEntity>>
-
getStoredCloseController
- Angegeben von:
getStoredCloseController
in SchnittstelleGroupCloseable
- Gibt zurück:
- the
ICloseController
of the currentGroupCloseable
.
-
getState
- Angegeben von:
getState
in SchnittstelleStateRequestable<DatabaseObjectState>
- Gibt zurück:
- the state of the current
StateRequestable
.
-
isDeleted
public final boolean isDeleted()- Angegeben von:
isDeleted
in SchnittstelleDeletionRequestable
-
isEdited
public final boolean isEdited()- Angegeben von:
isEdited
in SchnittstelleEditingRequestable
-
isConnectedWithRealDatabase
public final boolean isConnectedWithRealDatabase()- Angegeben von:
isConnectedWithRealDatabase
in SchnittstelleDatabaseConnectionRequestable
- Gibt zurück:
- true if the current
DatabaseConnectionRequestable
is connected with a real database, false otherwise.
-
isLoaded
public final boolean isLoaded()- Angegeben von:
isLoaded
in SchnittstelleLoadingRequestable
-
isNew
public final boolean isNew()- Angegeben von:
isNew
in SchnittstelleCreationRequestable
-
noteClose
public final void noteClose()Beschreibung aus Schnittstelle kopiert:GroupCloseable
Lets the currentGroupCloseable
note a close.- Angegeben von:
noteClose
in SchnittstelleGroupCloseable
-