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 TypMethodeBeschreibungboolean
boolean
canBeDeleted
(IEntity entity) boolean
canBeInsertedIntoTable
(IEntity entity) boolean
isReferenced
(IEntity entity) boolean
boolean
isReferencedInLocalData
(IEntity entity) boolean
referencesGivenEntity
(IEntity sourceEntity, IEntity entity) Von Klasse geerbte Methoden ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEdited
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.modelexaminerapi.IDatabaseObjectExaminer
isNewOrDeleted, isNewOrEdited, isNewOrEditedOrDeleted, isNewOrLoaded, isNewOrLoadedOrEdited
-
Konstruktordetails
-
EntityExaminer
public EntityExaminer()
-
-
Methodendetails
-
allNewAndEditedMandatoryFieldsAreSet
- Angegeben von:
allNewAndEditedMandatoryFieldsAreSet
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if all new and mandatory fields of the given entity are set, false otherwise.
-
canBeDeleted
- Angegeben von:
canBeDeleted
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if the given entity can be deleted, false otherwise.
-
canBeInsertedIntoTable
- Angegeben von:
canBeInsertedIntoTable
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if the given entity can be inserted into a
ITable
, false otherwise.
-
isReferenced
- Angegeben von:
isReferenced
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if the given entity is referenced, false otherwise.
-
isReferencedIgnoringLocallyDeletedEntities
- Angegeben von:
isReferencedIgnoringLocallyDeletedEntities
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if the given entity is referenced where the locally deleted
IEntity
s are ignored, false otherwise.
-
isReferencedInLocalData
- Angegeben von:
isReferencedInLocalData
in SchnittstelleIEntityExaminer
- Parameter:
entity
-- Gibt zurück:
- true if the given entity is referenced in the local data, false otherwise.
-
referencesGivenEntity
- Angegeben von:
referencesGivenEntity
in SchnittstelleIEntityExaminer
- Parameter:
sourceEntity
-entity
-- Gibt zurück:
- true if the given sourceEntity referecned the given targetEntity, false otherwise.
-