Class CancellationKindLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.cancellationpolicy.server.logic.CancellationKindLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCancellationKind(ExecutionErrorAccumulator eea, String cancellationKindName, SequenceType cancellationSequenceType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) getCancellationKindByName(ExecutionErrorAccumulator eea, String cancellationKindName) getCancellationKindByName(ExecutionErrorAccumulator eea, String cancellationKindName, EntityPermission entityPermission) getCancellationKindByNameForUpdate(ExecutionErrorAccumulator eea, String cancellationKindName) getCancellationKindByUniversalSpec(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault) getCancellationKindByUniversalSpec(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getCancellationKindByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault) static CancellationKindLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
CancellationKindLogic
protected CancellationKindLogic()
-
-
Method Details
-
getInstance
-
createCancellationKind
public CancellationKind createCancellationKind(ExecutionErrorAccumulator eea, String cancellationKindName, SequenceType cancellationSequenceType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getCancellationKindByName
public CancellationKind getCancellationKindByName(ExecutionErrorAccumulator eea, String cancellationKindName, EntityPermission entityPermission) -
getCancellationKindByName
public CancellationKind getCancellationKindByName(ExecutionErrorAccumulator eea, String cancellationKindName) -
getCancellationKindByNameForUpdate
public CancellationKind getCancellationKindByNameForUpdate(ExecutionErrorAccumulator eea, String cancellationKindName) -
getCancellationKindByUniversalSpec
public CancellationKind getCancellationKindByUniversalSpec(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getCancellationKindByUniversalSpec
public CancellationKind getCancellationKindByUniversalSpec(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault) -
getCancellationKindByUniversalSpecForUpdate
public CancellationKind getCancellationKindByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, CancellationKindUniversalSpec universalSpec, boolean allowDefault)
-