Uses of Class
com.echothree.model.data.order.server.value.OrderAdjustmentDetailValue
Packages that use OrderAdjustmentDetailValue
Package
Description
-
Uses of OrderAdjustmentDetailValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAdjustmentDetailValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetail.setOrderAdjustmentDetailValue
(OrderAdjustmentDetailValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentDetailValueModifierConstructorDescriptionOrderAdjustmentDetail
(OrderAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderAdjustmentDetail -
Uses of OrderAdjustmentDetailValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAdjustmentDetailValueModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.getValueFromPK
(Session session, OrderAdjustmentDetailPK pk) OrderAdjustmentDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.getValuesFromPKs
(Session session, Collection<OrderAdjustmentDetailPK> pks) OrderAdjustmentDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.getEntityFromValue
(EntityPermission entityPermission, OrderAdjustmentDetailValue value) OrderAdjustmentDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderAdjustmentDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetailFactory.create
(Session session, Collection<OrderAdjustmentDetailValue> _values) void
OrderAdjustmentDetailFactory.create
(Collection<OrderAdjustmentDetailValue> _values) -
Uses of OrderAdjustmentDetailValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderAdjustmentDetailValue