Schnittstelle IMultiValueTool
- Alle Superschnittstellen:
IDatabaseObjectTool
,IFieldTool
- Alle bekannten Implementierungsklassen:
MultiValueTool
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
canAddGivenValue
(IMultiValue<?> multiValue, Object value) boolean
canClear
(IMultiValue<?> multiValue) <V> boolean
canRemoveValue
(IMultiValue<V> multiValue, V value) <V> IEntityUpdateDto
createEntityUpdateDtoForAddedValue
(IMultiValue<V> multiValue, V addedValue) createEntityUpdateDtoForClear
(IMultiValue<?> multiValue) Von Schnittstelle geerbte Methoden ch.nolix.systemapi.databaseobjectapi.databaseobjecttoolapi.IDatabaseObjectTool
isNewOrDeleted, isNewOrEdited, isNewOrLoaded, isNewOrLoadedOrEdited
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.objectdataapi.fieldtoolapi.IFieldTool
belongsToEntity, belongsToLoadedEntity, getDataType, isForMultiContent, isForSingleContent, isMandatoryAndEmptyBoth, isSetForCaseIsNewOrEditedAndMandatory
-
Methodendetails
-
canAddGivenValue
-
canClear
-
canRemoveValue
-
createEntityUpdateDtoForAddedValue
-
createEntityUpdateDtoForClear
-