Uses of Class
com.echothree.model.data.inventory.server.value.AllocationPriorityValue
Packages that use AllocationPriorityValue
Package
Description
-
Uses of AllocationPriorityValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return AllocationPriorityValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityValueModifier and TypeMethodDescriptionvoid
AllocationPriority.setAllocationPriorityValue
(AllocationPriorityValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type AllocationPriorityValueModifierConstructorDescriptionAllocationPriority
(AllocationPriorityValue value, EntityPermission entityPermission) Creates a new instance of AllocationPriority -
Uses of AllocationPriorityValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return AllocationPriorityValueModifier and TypeMethodDescriptionAllocationPriorityFactory.getValueFromPK
(Session session, AllocationPriorityPK pk) AllocationPriorityFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type AllocationPriorityValueModifier and TypeMethodDescriptionAllocationPriorityFactory.getValuesFromPKs
(Session session, Collection<AllocationPriorityPK> pks) AllocationPriorityFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type AllocationPriorityValueModifier and TypeMethodDescriptionAllocationPriorityFactory.getEntityFromValue
(EntityPermission entityPermission, AllocationPriorityValue value) AllocationPriorityFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AllocationPriorityValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type AllocationPriorityValueModifier and TypeMethodDescriptionvoid
AllocationPriorityFactory.create
(Session session, Collection<AllocationPriorityValue> _values) void
AllocationPriorityFactory.create
(Collection<AllocationPriorityValue> _values) -
Uses of AllocationPriorityValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return AllocationPriorityValue