Uses of Class
com.echothree.model.data.batch.server.entity.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in com.echothree.control.user.sales.server.command
Methods in com.echothree.control.user.sales.server.command that return BatchModifier and TypeMethodDescriptionEditSalesOrderBatchCommand.getEntity
(EditSalesOrderBatchResult result) EditSalesOrderBatchCommand.getLockEntity
(Batch batch) Methods in com.echothree.control.user.sales.server.command with parameters of type BatchModifier and TypeMethodDescriptionvoid
void
EditSalesOrderBatchCommand.doLock
(SalesOrderBatchEdit edit, Batch batch) void
void
EditSalesOrderBatchCommand.fillInResult
(EditSalesOrderBatchResult result, Batch batch) EditSalesOrderBatchCommand.getLockEntity
(Batch batch) -
Uses of Batch in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchModifier and TypeMethodDescriptionBatchControl.createBatch
(BatchType batchType, String batchName, BasePK createdBy) BatchControl.getBatchByAlias
(BatchAliasType batchAliasType, String alias) BatchControl.getBatchByAliasForUpdate
(BatchAliasType batchAliasType, String alias) BatchControl.getBatchByName
(BatchType batchType, String batchName) BatchControl.getBatchByNameForUpdate
(BatchType batchType, String batchName) BatchControl.getBatchByPK
(BatchPK batchPK) Methods in com.echothree.model.control.batch.server.control that return types with arguments of type BatchModifier and TypeMethodDescriptionBatchControl.getBatches
(BatchType batchType) BatchControl.getBatchesForUpdate
(BatchType batchType) BatchControl.getBatchesUsingNames
(String batchTypeName) BatchControl.getBatchesUsingNamesForUpdate
(String batchTypeName) Methods in com.echothree.model.control.batch.server.control with parameters of type BatchModifier and TypeMethodDescriptionboolean
BatchControl.batchEntityExists
(EntityInstance entityInstance, Batch batch) long
BatchControl.countBatchEntitiesByBatch
(Batch batch) BatchControl.createBatchAlias
(Batch batch, BatchAliasType batchAliasType, String alias, BasePK createdBy) BatchControl.createBatchEntity
(EntityInstance entityInstance, Batch batch, BasePK createdBy) void
BatchControl.deleteBatch
(Batch batch, BasePK deletedBy) void
BatchControl.deleteBatchAliasesByBatch
(Batch batch, BasePK deletedBy) void
BatchControl.deleteBatchEntitiesByBatch
(Batch batch, BasePK deletedBy) BatchControl.getBatchAlias
(Batch batch, BatchAliasType batchAliasType) BatchControl.getBatchAliasesByBatch
(Batch batch) BatchControl.getBatchAliasesByBatchForUpdate
(Batch batch) BatchControl.getBatchAliasForUpdate
(Batch batch, BatchAliasType batchAliasType) BatchControl.getBatchAliasTransfersByBatch
(UserVisit userVisit, Batch batch) BatchControl.getBatchAliasValueForUpdate
(Batch batch, BatchAliasType batchAliasType) BatchControl.getBatchDetailValueForUpdate
(Batch batch) BatchControl.getBatchEntitiesByBatch
(Batch batch) BatchControl.getBatchEntitiesByBatchForUpdate
(Batch batch) BatchControl.getBatchEntity
(EntityInstance entityInstance, Batch batch) BatchControl.getBatchEntityForUpdate
(EntityInstance entityInstance, Batch batch) BatchControl.getBatchEntityTransfersByBatch
(UserVisit userVisit, Batch batch) BatchControl.getBatchTransfer
(UserVisit userVisit, Batch batch) Method parameters in com.echothree.model.control.batch.server.control with type arguments of type BatchModifier and TypeMethodDescriptionvoid
BatchControl.deleteBatches
(List<Batch> batches, BasePK deletedBy) -
Uses of Batch in com.echothree.model.control.batch.server.logic
Methods in com.echothree.model.control.batch.server.logic that return BatchModifier and TypeMethodDescriptionBatchLogic.createBatch
(ExecutionErrorAccumulator eea, String batchTypeName, BasePK createdBy) BatchLogic.getBatchByName
(ExecutionErrorAccumulator eea, String batchTypeName, String batchName) BatchLogic.getBatchByNameForUpdate
(ExecutionErrorAccumulator eea, String batchTypeName, String batchName) Methods in com.echothree.model.control.batch.server.logic with parameters of type BatchModifier and TypeMethodDescriptionboolean
BatchLogic.batchEntityExists
(EntityInstance entityInstance, Batch batch) boolean
BatchLogic.batchEntityExists
(BaseEntity baseEntity, Batch batch) BatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, EntityInstance entityInstance, Batch batch, BasePK createdBy) BatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, BaseEntity baseEntity, Batch batch, BasePK createdBy) void
BatchLogic.deleteBatch
(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) -
Uses of Batch in com.echothree.model.control.batch.server.transfer
Methods in com.echothree.model.control.batch.server.transfer with parameters of type BatchModifier and TypeMethodDescriptionprotected WorkflowEntityStatusTransfer
GenericBatchTransferCache.getBatchStatus
(Batch batch, EntityInstance entityInstance) BatchTransferCache.getTransfer
(Batch batch) protected void
GenericBatchTransferCache.handleOptions
(Batch batch, V genericBatchTransfer) -
Uses of Batch in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type BatchModifier and TypeMethodDescriptionOrderBatchControl.createOrderBatch
(Batch batch, Currency currency, Long count, Long amount, BasePK createdBy) void
OrderBatchControl.deleteOrderBatch
(Batch batch, BasePK deletedBy) OrderBatchControl.getOrderBatch
(Batch batch) OrderBatchControl.getOrderBatchForUpdate
(Batch batch) OrderBatchControl.getOrderBatchValueForUpdate
(Batch batch) -
Uses of Batch in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control with parameters of type BatchModifier and TypeMethodDescriptionSalesOrderBatchControl.createSalesOrderBatch
(Batch batch, PaymentMethod paymentMethod, BasePK createdBy) void
SalesOrderBatchControl.deleteSalesOrderBatch
(Batch batch, BasePK deletedBy) SalesOrderBatchControl.getSalesOrderBatch
(Batch batch) SalesOrderBatchControl.getSalesOrderBatchForUpdate
(Batch batch) SalesOrderBatchControl.getSalesOrderBatchTransfer
(UserVisit userVisit, Batch batch) SalesOrderBatchControl.getSalesOrderBatchValueForUpdate
(Batch batch) -
Uses of Batch in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic that return BatchModifier and TypeMethodDescriptionSalesOrderBatchLogic.createBatch
(ExecutionErrorAccumulator eea, Currency currency, PaymentMethod paymentMethod, Long count, Long amount, BasePK createdBy) SalesOrderBatchLogic.getBatchByName
(ExecutionErrorAccumulator eea, String batchName) SalesOrderBatchLogic.getBatchByNameForUpdate
(ExecutionErrorAccumulator eea, String batchName) Methods in com.echothree.model.control.sales.server.logic with parameters of type BatchModifier and TypeMethodDescriptionboolean
SalesOrderBatchLogic.batchEntryExists
(ExecutionErrorAccumulator eea, Order order, Batch batch, String... workflowStepNames) boolean
SalesOrderBatchLogic.checkBatchAvailableForEntry
(ExecutionErrorAccumulator eea, Batch batch) boolean
SalesOrderBatchLogic.checkBatchInWorkflowSteps
(ExecutionErrorAccumulator eea, Batch batch, String... workflowStepNames) SalesOrderBatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, Order order, Batch batch, BasePK createdBy) SalesOrderLogic.createSalesOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters.void
SalesOrderBatchLogic.deleteBatch
(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) SalesOrderBatchLogic.getBatchOrders
(Batch batch) SalesOrderBatchLogic.getBatchOrderTotalsWithAdjustments
(Batch batch) SalesOrderBatchLogic.getSalesOrderBatchStatusChoices
(String defaultSalesOrderBatchStatusChoice, Language language, boolean allowNullChoice, Batch batch, PartyPK partyPK) void
SalesOrderBatchLogic.setSalesOrderBatchStatus
(Session session, ExecutionErrorAccumulator eea, Batch batch, String salesOrderBatchStatusChoice, PartyPK modifiedBy) -
Uses of Batch in com.echothree.model.control.sales.server.transfer
Methods in com.echothree.model.control.sales.server.transfer with parameters of type Batch -
Uses of Batch in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchModifier and TypeMethodDescriptionBatchAlias.getBatch()
BatchAlias.getBatch
(EntityPermission entityPermission) BatchAlias.getBatch
(Session session, EntityPermission entityPermission) BatchDetail.getBatch()
BatchDetail.getBatch
(EntityPermission entityPermission) BatchDetail.getBatch
(Session session, EntityPermission entityPermission) BatchEntity.getBatch()
BatchEntity.getBatch
(EntityPermission entityPermission) BatchEntity.getBatch
(Session session, EntityPermission entityPermission) BatchAlias.getBatchForUpdate()
BatchAlias.getBatchForUpdate
(Session session) BatchDetail.getBatchForUpdate()
BatchDetail.getBatchForUpdate
(Session session) BatchEntity.getBatchForUpdate()
BatchEntity.getBatchForUpdate
(Session session) Methods in com.echothree.model.data.batch.server.entity with parameters of type Batch -
Uses of Batch in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchModifier and TypeMethodDescriptionBatchFactory.create()
BatchFactory.create
(BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) BatchFactory.create
(BatchDetail activeDetail, BatchDetail lastDetail) BatchFactory.create
(Session session, BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) BatchFactory.create
(Session session, BatchDetail activeDetail, BatchDetail lastDetail) BatchFactory.getEntityFromCache
(Session session, BatchPK pk) BatchFactory.getEntityFromPK
(EntityPermission entityPermission, BatchPK pk) BatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchPK pk) BatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) BatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) BatchFactory.getEntityFromValue
(EntityPermission entityPermission, BatchValue value) BatchFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, BatchValue value) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchModifier and TypeMethodDescriptionBatchFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BatchPK> pks) BatchFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchPK> pks) BatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) BatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchModifier and TypeMethodDescriptionBatchAliasFactory.create
(Batch batch, BatchAliasType batchAliasType, String alias, Long fromTime, Long thruTime) BatchAliasFactory.create
(Session session, Batch batch, BatchAliasType batchAliasType, String alias, Long fromTime, Long thruTime) BatchDetailFactory.create
(Batch batch, BatchType batchType, String batchName, Long fromTime, Long thruTime) BatchDetailFactory.create
(Session session, Batch batch, BatchType batchType, String batchName, Long fromTime, Long thruTime) BatchEntityFactory.create
(EntityInstance entityInstance, Batch batch, Long fromTime, Long thruTime) BatchEntityFactory.create
(Session session, EntityInstance entityInstance, Batch batch, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchModifier and TypeMethodDescriptionvoid
BatchFactory.store
(Session session, Collection<Batch> entities) void
BatchFactory.store
(Collection<Batch> entities) -
Uses of Batch in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return BatchModifier and TypeMethodDescriptionOrderBatch.getBatch()
OrderBatch.getBatch
(EntityPermission entityPermission) OrderBatch.getBatch
(Session session, EntityPermission entityPermission) OrderBatch.getBatchForUpdate()
OrderBatch.getBatchForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type Batch -
Uses of Batch in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type Batch -
Uses of Batch in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return BatchModifier and TypeMethodDescriptionSalesOrderBatch.getBatch()
SalesOrderBatch.getBatch
(EntityPermission entityPermission) SalesOrderBatch.getBatch
(Session session, EntityPermission entityPermission) SalesOrderBatch.getBatchForUpdate()
SalesOrderBatch.getBatchForUpdate
(Session session) Methods in com.echothree.model.data.sales.server.entity with parameters of type Batch -
Uses of Batch in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type Batch