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 TypeMethodDescriptionvoidOrderAdjustmentDetail.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(OrderAdjustmentDetailPK pk) OrderAdjustmentDetailFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.getValuesFromPKs(Collection<OrderAdjustmentDetailPK> pks) OrderAdjustmentDetailFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.getEntityFromValue(EntityPermission entityPermission, OrderAdjustmentDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentDetailValueModifier and TypeMethodDescriptionvoidOrderAdjustmentDetailFactory.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