Uses of Class
com.echothree.model.data.batch.server.entity.BatchEntity
Packages that use BatchEntity
Package
Description
-
Uses of BatchEntity in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control that return BatchEntityModifier and TypeMethodDescriptionBatchControl.createBatchEntity
(EntityInstance entityInstance, Batch batch, BasePK createdBy) BatchControl.getBatchEntity
(EntityInstance entityInstance, Batch batch) BatchControl.getBatchEntityForUpdate
(EntityInstance entityInstance, Batch batch) Methods in com.echothree.model.control.batch.server.control that return types with arguments of type BatchEntityModifier and TypeMethodDescriptionBatchControl.getBatchEntitiesByBatch
(Batch batch) BatchControl.getBatchEntitiesByBatchForUpdate
(Batch batch) BatchControl.getBatchEntitiesByEntityInstance
(EntityInstance entityInstance) BatchControl.getBatchEntitiesByEntityInstanceForUpdate
(EntityInstance entityInstance) Methods in com.echothree.model.control.batch.server.control with parameters of type BatchEntityModifier and TypeMethodDescriptionvoid
BatchControl.deleteBatchEntity
(BatchEntity batchEntity, BasePK deletedBy) BatchControl.getBatchEntityTransfer
(UserVisit userVisit, BatchEntity batchEntity) Method parameters in com.echothree.model.control.batch.server.control with type arguments of type BatchEntityModifier and TypeMethodDescriptionvoid
BatchControl.deleteBatchEntities
(List<BatchEntity> batchEntities, BasePK deletedBy) BatchControl.getBatchEntityTransfers
(UserVisit userVisit, Collection<BatchEntity> batchEntities) -
Uses of BatchEntity in com.echothree.model.control.batch.server.logic
Methods in com.echothree.model.control.batch.server.logic that return BatchEntityModifier and TypeMethodDescriptionBatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, EntityInstance entityInstance, Batch batch, BasePK createdBy) BatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, BaseEntity baseEntity, Batch batch, BasePK createdBy) Methods in com.echothree.model.control.batch.server.logic with parameters of type BatchEntityModifier and TypeMethodDescriptionvoid
BatchLogic.deleteBatchEntity
(BatchEntity batchEntity, BasePK deletedBy) -
Uses of BatchEntity in com.echothree.model.control.batch.server.transfer
Methods in com.echothree.model.control.batch.server.transfer with parameters of type BatchEntity -
Uses of BatchEntity in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic that return BatchEntityModifier and TypeMethodDescriptionSalesOrderBatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, Order order, Batch batch, BasePK createdBy) -
Uses of BatchEntity in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchEntityModifier and TypeMethodDescriptionBatchEntityFactory.create
(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) BatchEntityFactory.create
(EntityInstance entityInstance, Batch batch, Long fromTime, Long thruTime) BatchEntityFactory.create
(Session session, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) BatchEntityFactory.create
(Session session, EntityInstance entityInstance, Batch batch, Long fromTime, Long thruTime) BatchEntityFactory.getEntityFromCache
(Session session, BatchEntityPK pk) BatchEntityFactory.getEntityFromPK
(EntityPermission entityPermission, BatchEntityPK pk) BatchEntityFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchEntityPK pk) BatchEntityFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) BatchEntityFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchEntityFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchEntityFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchEntityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchEntityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchEntityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchEntityFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchEntityFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) BatchEntityFactory.getEntityFromValue
(EntityPermission entityPermission, BatchEntityValue value) BatchEntityFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, BatchEntityValue value) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchEntityModifier and TypeMethodDescriptionBatchEntityFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BatchEntityPK> pks) BatchEntityFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchEntityPK> pks) BatchEntityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) BatchEntityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchEntityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchEntityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchEntityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) BatchEntityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) BatchEntityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) BatchEntityFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) BatchEntityFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchEntityModifier and TypeMethodDescriptionvoid
BatchEntityFactory.remove
(Session session, BatchEntity entity) void
BatchEntityFactory.store
(Session session, BatchEntity entity) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchEntityModifier and TypeMethodDescriptionvoid
BatchEntityFactory.store
(Session session, Collection<BatchEntity> entities) void
BatchEntityFactory.store
(Collection<BatchEntity> entities)