Uses of Class
com.echothree.model.data.order.server.value.OrderLineAdjustmentDetailValue
Packages that use OrderLineAdjustmentDetailValue
Package
Description
-
Uses of OrderLineAdjustmentDetailValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineAdjustmentDetailValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetail.setOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentDetailValueModifierConstructorDescriptionOrderLineAdjustmentDetail(OrderLineAdjustmentDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderLineAdjustmentDetail -
Uses of OrderLineAdjustmentDetailValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getValueFromPK(Session session, OrderLineAdjustmentDetailPK pk) OrderLineAdjustmentDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getValuesFromPKs(Session session, Collection<OrderLineAdjustmentDetailPK> pks) OrderLineAdjustmentDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getEntityFromValue(EntityPermission entityPermission, OrderLineAdjustmentDetailValue value) OrderLineAdjustmentDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderLineAdjustmentDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetailFactory.create(Session session, Collection<OrderLineAdjustmentDetailValue> _values) voidOrderLineAdjustmentDetailFactory.create(Collection<OrderLineAdjustmentDetailValue> _values) -
Uses of OrderLineAdjustmentDetailValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineAdjustmentDetailValue