Class BatchLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.batch.server.logic.BatchLogic
-
Method Summary
Modifier and TypeMethodDescriptionboolean
batchEntityExists
(EntityInstance entityInstance, Batch batch) boolean
batchEntityExists
(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) void
deleteBatch
(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) void
deleteBatchEntity
(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 BatchLogic
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
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
-