Klasse TableExaminer
java.lang.Object
ch.nolix.system.objectdata.modelexaminer.TableExaminer
- Alle implementierten Schnittstellen:
ITableExaminer
- Version:
- 2024-12-29
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
allNewAndEditedMandatoryFieldsAreSet
(ITable<?> table) boolean
canInsertEntity
(ITable<?> table) boolean
canInsertGivenEntity
(ITable<?> table, IEntity entity) boolean
containsEntityWithGivenIdInLocalData
(ITable<?> table, String id) boolean
hasInsertedGivenEntityInLocalData
(ITable<?> table, IEntity entity)
-
Konstruktordetails
-
TableExaminer
public TableExaminer()
-
-
Methodendetails
-
allNewAndEditedMandatoryFieldsAreSet
- Angegeben von:
allNewAndEditedMandatoryFieldsAreSet
in SchnittstelleITableExaminer
- Parameter:
table
-- Gibt zurück:
- true if all new and edited mandatory fields of the
IEntity
s of the given table are set, false otherwise.
-
canInsertEntity
- Angegeben von:
canInsertEntity
in SchnittstelleITableExaminer
- Parameter:
table
-- Gibt zurück:
- true if the given table can insert a
IEntity
, false otherwise.
-
canInsertGivenEntity
- Angegeben von:
canInsertGivenEntity
in SchnittstelleITableExaminer
- Parameter:
table
-entity
-- Gibt zurück:
- true if the given table can insert the given entity, false otherwise.
-
containsEntityWithGivenIdInLocalData
- Angegeben von:
containsEntityWithGivenIdInLocalData
in SchnittstelleITableExaminer
- Parameter:
table
-id
-- Gibt zurück:
- true if the given table contains a
IEntity
with the given id in the local data, false otherwise.
-
hasInsertedGivenEntityInLocalData
- Angegeben von:
hasInsertedGivenEntityInLocalData
in SchnittstelleITableExaminer
- Parameter:
table
-entity
-- Gibt zurück:
- true if the the given table has inserted the given entity in the local data, false otherwise.
-