Uses of Class
com.echothree.model.data.order.server.value.OrderPriorityDescriptionValue
Packages that use OrderPriorityDescriptionValue
Package
Description
-
Uses of OrderPriorityDescriptionValue in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityControl.getOrderPriorityDescriptionValue
(OrderPriorityDescription orderPriorityDescription) OrderPriorityControl.getOrderPriorityDescriptionValueForUpdate
(OrderPriority orderPriority, Language language) Methods in com.echothree.model.control.order.server.control with parameters of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
OrderPriorityControl.updateOrderPriorityDescriptionFromValue
(OrderPriorityDescriptionValue orderPriorityDescriptionValue, BasePK updatedBy) -
Uses of OrderPriorityDescriptionValue in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderPriorityDescriptionValueMethods in com.echothree.model.data.order.server.entity with parameters of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
OrderPriorityDescription.setOrderPriorityDescriptionValue
(OrderPriorityDescriptionValue value) Constructors in com.echothree.model.data.order.server.entity with parameters of type OrderPriorityDescriptionValueModifierConstructorDescriptionOrderPriorityDescription
(OrderPriorityDescriptionValue value, EntityPermission entityPermission) Creates a new instance of OrderPriorityDescription -
Uses of OrderPriorityDescriptionValue in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getValueFromPK
(Session session, OrderPriorityDescriptionPK pk) OrderPriorityDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getValuesFromPKs
(Session session, Collection<OrderPriorityDescriptionPK> pks) OrderPriorityDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, OrderPriorityDescriptionValue value) OrderPriorityDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderPriorityDescriptionValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
OrderPriorityDescriptionFactory.create
(Session session, Collection<OrderPriorityDescriptionValue> _values) void
OrderPriorityDescriptionFactory.create
(Collection<OrderPriorityDescriptionValue> _values) -
Uses of OrderPriorityDescriptionValue in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderPriorityDescriptionValue