Uses of Class
com.echothree.model.data.order.server.value.OrderLineTimeValue
Packages that use OrderLineTimeValue
Package
Description
-
Uses of OrderLineTimeValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderLineTimeValueModifier and TypeMethodDescriptionOrderTimeControl.getOrderLineTimeValue
(OrderLineTime orderLineTime) OrderTimeControl.getOrderLineTimeValueForUpdate
(OrderLine orderLine, OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control with parameters of type OrderLineTimeValueModifier and TypeMethodDescriptionvoid
OrderTimeControl.updateOrderLineTimeFromValue
(OrderLineTimeValue orderLineTimeValue, BasePK updatedBy) -
Uses of OrderLineTimeValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineTimeValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderLineTimeValueModifier and TypeMethodDescriptionvoid
OrderLineTime.setOrderLineTimeValue
(OrderLineTimeValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderLineTimeValueModifierConstructorDescriptionOrderLineTime
(OrderLineTimeValue value, EntityPermission entityPermission) Creates a new instance of OrderLineTime -
Uses of OrderLineTimeValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineTimeValueModifier and TypeMethodDescriptionOrderLineTimeFactory.getValueFromPK
(Session session, OrderLineTimePK pk) OrderLineTimeFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineTimeValueModifier and TypeMethodDescriptionOrderLineTimeFactory.getValuesFromPKs
(Session session, Collection<OrderLineTimePK> pks) OrderLineTimeFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineTimeValueModifier and TypeMethodDescriptionOrderLineTimeFactory.getEntityFromValue
(EntityPermission entityPermission, OrderLineTimeValue value) OrderLineTimeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderLineTimeValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineTimeValueModifier and TypeMethodDescriptionvoid
OrderLineTimeFactory.create
(Session session, Collection<OrderLineTimeValue> _values) void
OrderLineTimeFactory.create
(Collection<OrderLineTimeValue> _values) -
Uses of OrderLineTimeValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineTimeValue