Klasse FieldExaminer
java.lang.Object
ch.nolix.system.databaseobject.modelexaminer.DatabaseObjectExaminer
ch.nolix.system.objectdata.modelexaminer.FieldExaminer
- Alle implementierten Schnittstellen:
IDatabaseObjectExaminer
,IFieldExaminer
- Version:
- 2024-12-30
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
belongsToEntity
(IField field) boolean
belongsToLoadedEntity
(IField field) boolean
canReferenceBackAbstractReference
(IField field, IAbstractReference<? extends IEntity> abstractReference) boolean
isForMultiContent
(IField field) boolean
isForSingleContent
(IField field) boolean
isMandatoryButEmpty
(IField field) boolean
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
-
FieldExaminer
public FieldExaminer()
-
-
Methodendetails
-
belongsToEntity
- Angegeben von:
belongsToEntity
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field belongs to a
IEntity
, false otherwise.
-
belongsToLoadedEntity
- Angegeben von:
belongsToLoadedEntity
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field belongs to a loaded
IEntity
, false otherwise.
-
canReferenceBackAbstractReference
public boolean canReferenceBackAbstractReference(IField field, IAbstractReference<? extends IEntity> abstractReference) - Angegeben von:
canReferenceBackAbstractReference
in SchnittstelleIFieldExaminer
- Parameter:
field
-abstractReference
-- Gibt zurück:
- true if the given field can reference back the given abstractReference, false otherwise.
-
isForMultiContent
- Angegeben von:
isForMultiContent
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field is for multi content, false otherwise.
-
isForSingleContent
- Angegeben von:
isForSingleContent
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field is for single content, false otherwise.
-
isMandatoryButEmpty
- Angegeben von:
isMandatoryButEmpty
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field is mandatory but empty, false otherwise.
-
isSetForCaseWhenIsMandatoryAndNewOrEdited
- Angegeben von:
isSetForCaseWhenIsMandatoryAndNewOrEdited
in SchnittstelleIFieldExaminer
- Parameter:
field
-- Gibt zurück:
- true if the given field is new or edited but set, false otherwise.
-