Klasse TableExaminer
java.lang.Object
ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
ch.nolix.system.objectdata.modelexaminer.TableExaminer
- Alle implementierten Schnittstellen:
IDatabaseObjectExaminer, ITableExaminer
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanallNewAndEditedMandatoryFieldsAreSet(ITable<?> table) booleancanInsertEntity(ITable<?> table) booleancanInsertGivenEntity(ITable<?> table, IEntity entity) booleancontainsEntityWithGivenIdInLocalData(ITable<?> table, String id) booleanhasInsertedGivenEntityInLocalData(ITable<?> table, IEntity entity) Von Klasse geerbte Methoden DatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEditedVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden IDatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEdited
-
Konstruktordetails
-
TableExaminer
public TableExaminer()
-
-
Methodendetails
-
allNewAndEditedMandatoryFieldsAreSet
- Angegeben von:
allNewAndEditedMandatoryFieldsAreSetin SchnittstelleITableExaminer- Parameter:
table-- Gibt zurück:
- true if all new and edited mandatory fields of the
IEntitys of the given table are set, false otherwise.
-
canInsertEntity
- Angegeben von:
canInsertEntityin SchnittstelleITableExaminer- Parameter:
table-- Gibt zurück:
- true if the given table can insert a
IEntity, false otherwise.
-
canInsertGivenEntity
- Angegeben von:
canInsertGivenEntityin SchnittstelleITableExaminer- Parameter:
table-entity-- Gibt zurück:
- true if the given table can insert the given entity, false otherwise.
-
containsEntityWithGivenIdInLocalData
- Angegeben von:
containsEntityWithGivenIdInLocalDatain SchnittstelleITableExaminer- Parameter:
table-id-- Gibt zurück:
- true if the given table contains a
IEntitywith the given id in the local data, false otherwise.
-
hasInsertedGivenEntityInLocalData
- Angegeben von:
hasInsertedGivenEntityInLocalDatain SchnittstelleITableExaminer- Parameter:
table-entity-- Gibt zurück:
- true if the the given table has inserted the given entity in the local data, false otherwise.
-