Uses of Class
com.echothree.model.data.order.server.value.OrderLineAdjustmentValue
Packages that use OrderLineAdjustmentValue
Package
Description
-
Uses of OrderLineAdjustmentValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineAdjustmentValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionvoid
OrderLineAdjustment.setOrderLineAdjustmentValue
(OrderLineAdjustmentValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentValueModifierConstructorDescriptionOrderLineAdjustment
(OrderLineAdjustmentValue value, EntityPermission entityPermission) Creates a new instance of OrderLineAdjustment -
Uses of OrderLineAdjustmentValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineAdjustmentValueModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getValueFromPK
(Session session, OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getValuesFromPKs
(Session session, Collection<OrderLineAdjustmentPK> pks) OrderLineAdjustmentFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getEntityFromValue
(EntityPermission entityPermission, OrderLineAdjustmentValue value) OrderLineAdjustmentFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderLineAdjustmentValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionvoid
OrderLineAdjustmentFactory.create
(Session session, Collection<OrderLineAdjustmentValue> _values) void
OrderLineAdjustmentFactory.create
(Collection<OrderLineAdjustmentValue> _values) -
Uses of OrderLineAdjustmentValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineAdjustmentValue