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 TypeMethodDescriptionvoidOrderPriorityControl.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 TypeMethodDescriptionvoidOrderPriorityDescription.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(OrderPriorityDescriptionPK pk) OrderPriorityDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getValuesFromPKs(Collection<OrderPriorityDescriptionPK> pks) OrderPriorityDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionOrderPriorityDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, OrderPriorityDescriptionValue value) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderPriorityDescriptionValueModifier and TypeMethodDescriptionvoidOrderPriorityDescriptionFactory.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