Class BatchLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.batch.server.logic.BatchLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbatchEntityExists(EntityInstance entityInstance, Batch batch) booleanbatchEntityExists(BaseEntity baseEntity, Batch batch) createBatch(ExecutionErrorAccumulator eea, String batchTypeName, BasePK createdBy) createBatchEntity(ExecutionErrorAccumulator eea, EntityInstance entityInstance, Batch batch, BasePK createdBy) createBatchEntity(ExecutionErrorAccumulator eea, BaseEntity baseEntity, Batch batch, BasePK createdBy) voiddeleteBatch(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) voiddeleteBatchEntity(BatchEntity batchEntity, BasePK deletedBy) getBatchAliasTypeByName(ExecutionErrorAccumulator eea, BatchType batchType, String batchAliasTypeName) getBatchByName(ExecutionErrorAccumulator eea, String batchTypeName, String batchName) getBatchByNameForUpdate(ExecutionErrorAccumulator eea, String batchTypeName, String batchName) getBatchName(ExecutionErrorAccumulator eea, BatchType batchType) getBatchSequence(ExecutionErrorAccumulator eea, BatchType batchType) getBatchSequenceType(ExecutionErrorAccumulator eea, BatchType batchType) getBatchTypeByName(ExecutionErrorAccumulator eea, String batchTypeName) static BatchLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
BatchLogic
protected BatchLogic()
-
-
Method Details
-
getInstance
-
getBatchSequenceType
-
getBatchSequence
-
getBatchName
-
createBatch
-
deleteBatch
-
getBatchTypeByName
-
getBatchAliasTypeByName
public BatchAliasType getBatchAliasTypeByName(ExecutionErrorAccumulator eea, BatchType batchType, String batchAliasTypeName) -
getBatchByName
-
getBatchByNameForUpdate
public Batch getBatchByNameForUpdate(ExecutionErrorAccumulator eea, String batchTypeName, String batchName) -
createBatchEntity
public BatchEntity createBatchEntity(ExecutionErrorAccumulator eea, BaseEntity baseEntity, Batch batch, BasePK createdBy) -
createBatchEntity
public BatchEntity createBatchEntity(ExecutionErrorAccumulator eea, EntityInstance entityInstance, Batch batch, BasePK createdBy) -
batchEntityExists
-
batchEntityExists
-
deleteBatchEntity
-