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(OrderLineAdjustmentDetailPK pk) OrderLineAdjustmentDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getValuesFromPKs(Collection<OrderLineAdjustmentDetailPK> pks) OrderLineAdjustmentDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getEntityFromValue(EntityPermission entityPermission, OrderLineAdjustmentDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentDetailValueModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetailFactory.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