Uses of Class
com.echothree.model.data.inventory.server.value.AllocationPriorityDescriptionValue
Packages that use AllocationPriorityDescriptionValue
Package
Description
-
Uses of AllocationPriorityDescriptionValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionInventoryControl.getAllocationPriorityDescriptionValue
(AllocationPriorityDescription allocationPriorityDescription) InventoryControl.getAllocationPriorityDescriptionValueForUpdate
(AllocationPriority allocationPriority, Language language) Methods in com.echothree.model.control.inventory.server.control with parameters of type AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
InventoryControl.updateAllocationPriorityDescriptionFromValue
(AllocationPriorityDescriptionValue allocationPriorityDescriptionValue, BasePK updatedBy) -
Uses of AllocationPriorityDescriptionValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionAllocationPriorityDescription.getAllocationPriorityDescriptionValue()
Methods in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
AllocationPriorityDescription.setAllocationPriorityDescriptionValue
(AllocationPriorityDescriptionValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityDescriptionValueModifierConstructorDescriptionAllocationPriorityDescription
(AllocationPriorityDescriptionValue value, EntityPermission entityPermission) Creates a new instance of AllocationPriorityDescription -
Uses of AllocationPriorityDescriptionValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getValueFromPK
(Session session, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getValuesFromPKs
(Session session, Collection<AllocationPriorityDescriptionPK> pks) AllocationPriorityDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, AllocationPriorityDescriptionValue value) AllocationPriorityDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AllocationPriorityDescriptionValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type AllocationPriorityDescriptionValueModifier and TypeMethodDescriptionvoid
AllocationPriorityDescriptionFactory.create
(Session session, Collection<AllocationPriorityDescriptionValue> _values) void
AllocationPriorityDescriptionFactory.create
(Collection<AllocationPriorityDescriptionValue> _values) -
Uses of AllocationPriorityDescriptionValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return AllocationPriorityDescriptionValue