Uses of Class
de.xima.fc.mdl.DeletionReason
-
Packages that use DeletionReason Package Description de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of DeletionReason in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return DeletionReason Modifier and Type Method Description static DeletionReason
DeletionReason. combine(DeletionReason... reasons)
Creates a new deletion reason with the combined reasons map from the given reasons.static DeletionReason
DeletionReason. empty()
Returns an empty deletion reason with an empty reasons map.DeletionReason
DeletionReason. extend(DeletionReason... other)
Creates a new deletion reason with the combined reasons map from this and the other reason.static DeletionReason
DeletionReason. forEntities(String deletionReason, String entityName, List<Long> idList)
This method creates a newDeletionReason
object with the given reason text and the combination of entity name and the list of id of the deleted entities.static DeletionReason
DeletionReason. forEntity(String deletionReason, de.xima.cmn.dao.interfaces.IEntity<?> entity)
This method creates a newDeletionReason
instance with the given reason text and the combination of entity name and the id of the entity.static DeletionReason
DeletionReason. forEntityType(String deletionReason, Class<? extends de.xima.cmn.dao.interfaces.IEntity<?>> entity)
This method creates a newDeletionReason
object with the given reason text and the combination of entity name and the id of the entity.Methods in de.xima.fc.mdl with parameters of type DeletionReason Modifier and Type Method Description static DeletionReason
DeletionReason. combine(DeletionReason... reasons)
Creates a new deletion reason with the combined reasons map from the given reasons.DeletionReason
DeletionReason. extend(DeletionReason... other)
Creates a new deletion reason with the combined reasons map from this and the other reason.
-