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 TypeMethodDescriptionvoidOrderLineAdjustment.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(OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getValuesFromPKs(Collection<OrderLineAdjustmentPK> pks) OrderLineAdjustmentFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getEntityFromValue(EntityPermission entityPermission, OrderLineAdjustmentValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentValueModifier and TypeMethodDescriptionvoidOrderLineAdjustmentFactory.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