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
(Session session, OrderLinePK pk) OrderLineFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineValueModifier and TypeMethodDescriptionOrderLineFactory.getValuesFromPKs
(Session session, Collection<OrderLinePK> pks) OrderLineFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineValueModifier and TypeMethodDescriptionOrderLineFactory.getEntityFromValue
(EntityPermission entityPermission, OrderLineValue value) OrderLineFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderLineValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineValueModifier and TypeMethodDescriptionvoid
OrderLineFactory.create
(Session session, Collection<OrderLineValue> _values) void
OrderLineFactory.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