Uses of Class
com.echothree.model.data.order.server.value.OrderLineDetailValue
Packages that use OrderLineDetailValue
Package
Description
-
Uses of OrderLineDetailValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderLineDetailValueModifier and TypeMethodDescriptionOrderLineControl.getOrderLineDetailValueBySequenceForUpdate(Order order, Integer orderLineSequence) OrderLineControl.getOrderLineDetailValueForUpdate(OrderLine orderLine) Methods in com.echothree.model.control.order.server.control with parameters of type OrderLineDetailValueModifier and TypeMethodDescriptionvoidOrderLineControl.updateOrderLineFromValue(OrderLineDetailValue orderLineDetailValue, BasePK updatedBy) -
Uses of OrderLineDetailValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineDetailValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderLineDetailValueModifier and TypeMethodDescriptionvoidOrderLineDetail.setOrderLineDetailValue(OrderLineDetailValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderLineDetailValueModifierConstructorDescriptionOrderLineDetail(OrderLineDetailValue value, EntityPermission entityPermission) Creates a new instance of OrderLineDetail -
Uses of OrderLineDetailValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineDetailValueModifier and TypeMethodDescriptionOrderLineDetailFactory.getValueFromPK(Session session, OrderLineDetailPK pk) OrderLineDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineDetailValueModifier and TypeMethodDescriptionOrderLineDetailFactory.getValuesFromPKs(Session session, Collection<OrderLineDetailPK> pks) OrderLineDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineDetailValueModifier and TypeMethodDescriptionOrderLineDetailFactory.getEntityFromValue(EntityPermission entityPermission, OrderLineDetailValue value) OrderLineDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderLineDetailValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineDetailValueModifier and TypeMethodDescriptionvoidOrderLineDetailFactory.create(Session session, Collection<OrderLineDetailValue> _values) voidOrderLineDetailFactory.create(Collection<OrderLineDetailValue> _values) -
Uses of OrderLineDetailValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineDetailValue