Uses of Class
com.echothree.model.data.order.server.value.OrderTimeValue
Packages that use OrderTimeValue
Package
Description
-
Uses of OrderTimeValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderTimeValueModifier and TypeMethodDescriptionOrderTimeControl.getOrderTimeValue(OrderTime orderTime) OrderTimeControl.getOrderTimeValueForUpdate(Order order, OrderTimeType orderTimeType) Methods in com.echothree.model.control.order.server.control with parameters of type OrderTimeValueModifier and TypeMethodDescriptionvoidOrderTimeControl.updateOrderTimeFromValue(OrderTimeValue orderTimeValue, BasePK updatedBy) -
Uses of OrderTimeValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderTimeValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderTimeValueConstructors in com.echothree.model.data.order.server.entity with parameters of type OrderTimeValueModifierConstructorDescriptionOrderTime(OrderTimeValue value, EntityPermission entityPermission) Creates a new instance of OrderTime -
Uses of OrderTimeValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderTimeValueModifier and TypeMethodDescriptionOrderTimeFactory.getValueFromPK(Session session, OrderTimePK pk) OrderTimeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderTimeValueModifier and TypeMethodDescriptionOrderTimeFactory.getValuesFromPKs(Session session, Collection<OrderTimePK> pks) OrderTimeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderTimeValueModifier and TypeMethodDescriptionOrderTimeFactory.getEntityFromValue(EntityPermission entityPermission, OrderTimeValue value) OrderTimeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, OrderTimeValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderTimeValueModifier and TypeMethodDescriptionvoidOrderTimeFactory.create(Session session, Collection<OrderTimeValue> _values) voidOrderTimeFactory.create(Collection<OrderTimeValue> _values) -
Uses of OrderTimeValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderTimeValue