Uses of Class
com.echothree.model.data.order.server.entity.OrderBatch
Packages that use OrderBatch
Package
Description
-
Uses of OrderBatch in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderBatchModifier and TypeMethodDescriptionOrderBatchControl.createOrderBatch
(Batch batch, Currency currency, Long count, Long amount, BasePK createdBy) OrderBatchControl.getOrderBatch
(Batch batch) OrderBatchControl.getOrderBatchForUpdate
(Batch batch) Methods in com.echothree.model.control.order.server.control with parameters of type OrderBatchModifier and TypeMethodDescriptionvoid
OrderBatchControl.deleteOrderBatch
(OrderBatch orderBatch, BasePK deletedBy) OrderBatchControl.getOrderBatchValue
(OrderBatch orderBatch) -
Uses of OrderBatch in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderBatchModifier and TypeMethodDescriptionOrderBatchFactory.create
(BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) OrderBatchFactory.create
(Batch batch, Currency currency, Long count, Long amount, Long fromTime, Long thruTime) OrderBatchFactory.create
(Session session, BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) OrderBatchFactory.create
(Session session, Batch batch, Currency currency, Long count, Long amount, Long fromTime, Long thruTime) OrderBatchFactory.getEntityFromCache
(Session session, OrderBatchPK pk) OrderBatchFactory.getEntityFromPK
(EntityPermission entityPermission, OrderBatchPK pk) OrderBatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderBatchPK pk) OrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderBatchFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderBatchFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderBatchFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderBatchFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) OrderBatchFactory.getEntityFromValue
(EntityPermission entityPermission, OrderBatchValue value) OrderBatchFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderBatchValue value) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderBatchModifier and TypeMethodDescriptionOrderBatchFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderBatchPK> pks) OrderBatchFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderBatchPK> pks) OrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderBatchFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderBatchFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderBatchFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderBatchFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderBatchModifier and TypeMethodDescriptionvoid
OrderBatchFactory.remove
(Session session, OrderBatch entity) void
OrderBatchFactory.store
(Session session, OrderBatch entity) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderBatchModifier and TypeMethodDescriptionvoid
OrderBatchFactory.store
(Session session, Collection<OrderBatch> entities) void
OrderBatchFactory.store
(Collection<OrderBatch> entities)