Uses of Class
com.echothree.model.data.order.server.value.OrderDetailValue
Packages that use OrderDetailValue
Package
Description
-
Uses of OrderDetailValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderDetailValueModifier and TypeMethodDescriptionOrderControl.getOrderDetailValueByNameForUpdate
(OrderType orderType, String orderName) OrderControl.getOrderDetailValueForUpdate
(Order order) Methods in com.echothree.model.control.order.server.control with parameters of type OrderDetailValueModifier and TypeMethodDescriptionvoid
OrderControl.updateOrderFromValue
(OrderDetailValue orderDetailValue, BasePK updatedBy) -
Uses of OrderDetailValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderDetailValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderDetailValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderDetailValueModifierConstructorDescriptionOrderDetail
(OrderDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderDetail -
Uses of OrderDetailValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderDetailValueModifier and TypeMethodDescriptionOrderDetailFactory.getValueFromPK
(Session session, OrderDetailPK pk) OrderDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderDetailValueModifier and TypeMethodDescriptionOrderDetailFactory.getValuesFromPKs
(Session session, Collection<OrderDetailPK> pks) OrderDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderDetailValueModifier and TypeMethodDescriptionOrderDetailFactory.getEntityFromValue
(EntityPermission entityPermission, OrderDetailValue value) OrderDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderDetailValueModifier and TypeMethodDescriptionvoid
OrderDetailFactory.create
(Session session, Collection<OrderDetailValue> _values) void
OrderDetailFactory.create
(Collection<OrderDetailValue> _values) -
Uses of OrderDetailValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderDetailValue