Uses of Class
com.echothree.model.data.inventory.server.value.AllocationPriorityDetailValue
Packages that use AllocationPriorityDetailValue
Package
Description
-
Uses of AllocationPriorityDetailValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return AllocationPriorityDetailValueModifier and TypeMethodDescriptionInventoryControl.getAllocationPriorityDetailValueByNameForUpdate
(String allocationPriorityName) InventoryControl.getAllocationPriorityDetailValueForUpdate
(AllocationPriority allocationPriority) InventoryControl.getDefaultAllocationPriorityDetailValueForUpdate()
Methods in com.echothree.model.control.inventory.server.control with parameters of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionvoid
InventoryControl.updateAllocationPriorityFromValue
(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) -
Uses of AllocationPriorityDetailValue in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic with parameters of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionvoid
AllocationPriorityLogic.updateAllocationPriorityFromValue
(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) -
Uses of AllocationPriorityDetailValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return AllocationPriorityDetailValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionvoid
AllocationPriorityDetail.setAllocationPriorityDetailValue
(AllocationPriorityDetailValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityDetailValueModifierConstructorDescriptionAllocationPriorityDetail
(AllocationPriorityDetailValue value, EntityPermission entityPermission) Creates a new instance of AllocationPriorityDetail -
Uses of AllocationPriorityDetailValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return AllocationPriorityDetailValueModifier and TypeMethodDescriptionAllocationPriorityDetailFactory.getValueFromPK
(Session session, AllocationPriorityDetailPK pk) AllocationPriorityDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionAllocationPriorityDetailFactory.getValuesFromPKs
(Session session, Collection<AllocationPriorityDetailPK> pks) AllocationPriorityDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionAllocationPriorityDetailFactory.getEntityFromValue
(EntityPermission entityPermission, AllocationPriorityDetailValue value) AllocationPriorityDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AllocationPriorityDetailValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type AllocationPriorityDetailValueModifier and TypeMethodDescriptionvoid
AllocationPriorityDetailFactory.create
(Session session, Collection<AllocationPriorityDetailValue> _values) void
AllocationPriorityDetailFactory.create
(Collection<AllocationPriorityDetailValue> _values) -
Uses of AllocationPriorityDetailValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return AllocationPriorityDetailValue