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 TypeMethodDescriptionvoidOrderBatchControl.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.getEntityFromCache(OrderBatchPK pk) OrderBatchFactory.getEntityFromPK(EntityPermission entityPermission, OrderBatchPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) OrderBatchFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderBatchModifier and TypeMethodDescriptionvoidOrderBatchFactory.remove(OrderBatch entity) voidOrderBatchFactory.store(OrderBatch entity) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderBatch