Uses of Class
com.echothree.model.data.order.server.value.OrderBatchValue
Packages that use OrderBatchValue
Package
Description
-
Uses of OrderBatchValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderBatchValueModifier and TypeMethodDescriptionOrderBatchControl.getOrderBatchValue(OrderBatch orderBatch) OrderBatchControl.getOrderBatchValueForUpdate(Batch batch) Methods in com.echothree.model.control.order.server.control with parameters of type OrderBatchValueModifier and TypeMethodDescriptionvoidOrderBatchControl.updateOrderBatchFromValue(OrderBatchValue orderBatchValue, BasePK updatedBy) -
Uses of OrderBatchValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderBatchValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderBatchValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderBatchValueModifierConstructorDescriptionOrderBatch(OrderBatchValue value, EntityPermission entityPermission) Creates a new instance of OrderBatch -
Uses of OrderBatchValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderBatchValueModifier and TypeMethodDescriptionOrderBatchFactory.getValueFromPK(Session session, OrderBatchPK pk) OrderBatchFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderBatchValueModifier and TypeMethodDescriptionOrderBatchFactory.getValuesFromPKs(Session session, Collection<OrderBatchPK> pks) OrderBatchFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderBatchValueModifier and TypeMethodDescriptionOrderBatchFactory.getEntityFromValue(EntityPermission entityPermission, OrderBatchValue value) OrderBatchFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderBatchValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderBatchValueModifier and TypeMethodDescriptionvoidOrderBatchFactory.create(Session session, Collection<OrderBatchValue> _values) voidOrderBatchFactory.create(Collection<OrderBatchValue> _values) -
Uses of OrderBatchValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderBatchValue