Uses of Class
de.xima.fc.mdl.DeletionReason
Packages that use DeletionReason
- 
Uses of DeletionReason in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return DeletionReasonModifier and TypeMethodDescriptionstatic DeletionReasonDeletionReason.forEntities(String deletionReason, String entityName, List<Long> idList) This method creates a newDeletionReasonobject with the given reason text and the combination of entity name and the list of id of the deleted entities.static DeletionReasonThis method creates a newDeletionReasoninstance with the given reason text and the combination of entity name and the id of the entity.static DeletionReasonDeletionReason.forEntityType(String deletionReason, Class<? extends de.xima.cmn.dao.interfaces.IEntity<?>> entity) This method creates a newDeletionReasonobject with the given reason text and the combination of entity name and the id of the entity.