Uses of Class
com.echothree.model.data.order.server.value.OrderLineValue
Packages that use OrderLineValue
Package
Description
-
Uses of OrderLineValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderLineValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderLineValueModifierConstructorDescriptionOrderLine(OrderLineValue value, EntityPermission entityPermission) Creates a new instance of OrderLine -
Uses of OrderLineValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineValueModifier and TypeMethodDescriptionOrderLineFactory.getValueFromPK(OrderLinePK pk) OrderLineFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineValueModifier and TypeMethodDescriptionOrderLineFactory.getValuesFromPKs(Collection<OrderLinePK> pks) OrderLineFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineValueModifier and TypeMethodDescriptionOrderLineFactory.getEntityFromValue(EntityPermission entityPermission, OrderLineValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineValueModifier and TypeMethodDescriptionvoidOrderLineFactory.create(Collection<OrderLineValue> _values) -
Uses of OrderLineValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineValue