Klasse EntityExaminer
java.lang.Object
ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
ch.nolix.system.objectdata.modelexaminer.EntityExaminer
- Alle implementierten Schnittstellen:
IDatabaseObjectExaminer,IEntityExaminer
- Version:
- 2024-12-29
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleancanBeDeleted(IEntity entity) booleancanBeInsertedIntoTable(IEntity entity) booleanisReferenced(IEntity entity) booleanbooleanisReferencedInLocalData(IEntity entity) booleanreferencesGivenEntity(IEntity sourceEntity, IEntity entity) Von Klasse geerbte Methoden ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEditedVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobject.modelexaminer.IDatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEdited
-
Konstruktordetails
-
EntityExaminer
public EntityExaminer()
-
-
Methodendetails
-
allNewAndEditedMandatoryFieldsAreSet
- Angegeben von:
allNewAndEditedMandatoryFieldsAreSetin SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if all new and mandatory fields of the given entity are set, false otherwise.
-
canBeDeleted
- Angegeben von:
canBeDeletedin SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if the given entity can be deleted, false otherwise.
-
canBeInsertedIntoTable
- Angegeben von:
canBeInsertedIntoTablein SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if the given entity can be inserted into a
ITable, false otherwise.
-
isReferenced
- Angegeben von:
isReferencedin SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if the given entity is referenced, false otherwise.
-
isReferencedIgnoringLocallyDeletedEntities
- Angegeben von:
isReferencedIgnoringLocallyDeletedEntitiesin SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if the given entity is referenced where the locally deleted
IEntitys are ignored, false otherwise.
-
isReferencedInLocalData
- Angegeben von:
isReferencedInLocalDatain SchnittstelleIEntityExaminer- Parameter:
entity-- Gibt zurück:
- true if the given entity is referenced in the local data, false otherwise.
-
referencesGivenEntity
- Angegeben von:
referencesGivenEntityin SchnittstelleIEntityExaminer- Parameter:
sourceEntity-entity-- Gibt zurück:
- true if the given sourceEntity referecned the given targetEntity, false otherwise.
-