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 TypeMethodDescriptionvoidBatchControl.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 TypeMethodDescriptionvoidBatchControl.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 TypeMethodDescriptionvoidBatchLogic.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 BatchEntityModifier and TypeMethodDescriptionBatchEntityTransferCache.getTransfer(UserVisit userVisit, BatchEntity 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.getEntityFromCache(BatchEntityPK pk) BatchEntityFactory.getEntityFromPK(EntityPermission entityPermission, BatchEntityPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) BatchEntityFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchEntityModifier and TypeMethodDescriptionvoidBatchEntityFactory.remove(BatchEntity entity) voidBatchEntityFactory.store(BatchEntity entity) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchEntityModifier and TypeMethodDescriptionvoidBatchEntityFactory.store(Collection<BatchEntity> entities)