Uses of Class
com.echothree.model.data.order.server.value.OrderAdjustmentValue
Packages that use OrderAdjustmentValue
Package
Description
-
Uses of OrderAdjustmentValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAdjustmentValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentValueModifier and TypeMethodDescriptionvoidOrderAdjustment.setOrderAdjustmentValue(OrderAdjustmentValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentValueModifierConstructorDescriptionOrderAdjustment(OrderAdjustmentValue value, EntityPermission entityPermission) Creates a new instance of OrderAdjustment -
Uses of OrderAdjustmentValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAdjustmentValueModifier and TypeMethodDescriptionOrderAdjustmentFactory.getValueFromPK(Session session, OrderAdjustmentPK pk) OrderAdjustmentFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentValueModifier and TypeMethodDescriptionOrderAdjustmentFactory.getValuesFromPKs(Session session, Collection<OrderAdjustmentPK> pks) OrderAdjustmentFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentValueModifier and TypeMethodDescriptionOrderAdjustmentFactory.getEntityFromValue(EntityPermission entityPermission, OrderAdjustmentValue value) OrderAdjustmentFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderAdjustmentValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentValueModifier and TypeMethodDescriptionvoidOrderAdjustmentFactory.create(Session session, Collection<OrderAdjustmentValue> _values) voidOrderAdjustmentFactory.create(Collection<OrderAdjustmentValue> _values) -
Uses of OrderAdjustmentValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderAdjustmentValue