Uses of Class
com.echothree.model.data.sales.server.entity.SalesOrderBatch
Packages that use SalesOrderBatch
Package
Description
-
Uses of SalesOrderBatch in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control that return SalesOrderBatchModifier and TypeMethodDescriptionSalesOrderBatchControl.createSalesOrderBatch
(Batch batch, PaymentMethod paymentMethod, BasePK createdBy) SalesOrderBatchControl.getSalesOrderBatch
(Batch batch) SalesOrderBatchControl.getSalesOrderBatchForUpdate
(Batch batch) Methods in com.echothree.model.control.sales.server.control with parameters of type SalesOrderBatchModifier and TypeMethodDescriptionvoid
SalesOrderBatchControl.deleteSalesOrderBatch
(SalesOrderBatch salesOrderBatch, BasePK deletedBy) SalesOrderBatchControl.getSalesOrderBatchValue
(SalesOrderBatch salesOrderBatch) -
Uses of SalesOrderBatch in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderBatchModifier and TypeMethodDescriptionSalesOrderBatchFactory.create
(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) SalesOrderBatchFactory.create
(Batch batch, PaymentMethod paymentMethod, Long fromTime, Long thruTime) SalesOrderBatchFactory.create
(Session session, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) SalesOrderBatchFactory.create
(Session session, Batch batch, PaymentMethod paymentMethod, Long fromTime, Long thruTime) SalesOrderBatchFactory.getEntityFromCache
(Session session, SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK
(EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) SalesOrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) SalesOrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SalesOrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SalesOrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SalesOrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SalesOrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SalesOrderBatchFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) SalesOrderBatchFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) SalesOrderBatchFactory.getEntityFromValue
(EntityPermission entityPermission, SalesOrderBatchValue value) SalesOrderBatchFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SalesOrderBatchValue value) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderBatchModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) SalesOrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) SalesOrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SalesOrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SalesOrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) SalesOrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SalesOrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SalesOrderBatchFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) SalesOrderBatchFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderBatchModifier and TypeMethodDescriptionvoid
SalesOrderBatchFactory.remove
(Session session, SalesOrderBatch entity) void
SalesOrderBatchFactory.store
(Session session, SalesOrderBatch entity) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderBatchModifier and TypeMethodDescriptionvoid
SalesOrderBatchFactory.store
(Session session, Collection<SalesOrderBatch> entities) void
SalesOrderBatchFactory.store
(Collection<SalesOrderBatch> entities)