Uses of Class
com.echothree.model.data.inventory.server.entity.AllocationPriorityDescription
Packages that use AllocationPriorityDescription
Package
Description
-
Uses of AllocationPriorityDescription in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return AllocationPriorityDescriptionModifier and TypeMethodDescriptionEditAllocationPriorityDescriptionCommand.getEntity
(EditAllocationPriorityDescriptionResult result) Methods in com.echothree.control.user.inventory.server.command with parameters of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionvoid
EditAllocationPriorityDescriptionCommand.doLock
(AllocationPriorityDescriptionEdit edit, AllocationPriorityDescription allocationPriorityDescription) void
EditAllocationPriorityDescriptionCommand.doUpdate
(AllocationPriorityDescription allocationPriorityDescription) void
EditAllocationPriorityDescriptionCommand.fillInResult
(EditAllocationPriorityDescriptionResult result, AllocationPriorityDescription allocationPriorityDescription) EditAllocationPriorityDescriptionCommand.getLockEntity
(AllocationPriorityDescription allocationPriorityDescription) -
Uses of AllocationPriorityDescription in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return AllocationPriorityDescriptionModifier and TypeMethodDescriptionInventoryControl.createAllocationPriorityDescription
(AllocationPriority allocationPriority, Language language, String description, BasePK createdBy) InventoryControl.getAllocationPriorityDescription
(AllocationPriority allocationPriority, Language language) InventoryControl.getAllocationPriorityDescriptionForUpdate
(AllocationPriority allocationPriority, Language language) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionInventoryControl.getAllocationPriorityDescriptionsByAllocationPriority
(AllocationPriority allocationPriority) InventoryControl.getAllocationPriorityDescriptionsByAllocationPriorityForUpdate
(AllocationPriority allocationPriority) Methods in com.echothree.model.control.inventory.server.control with parameters of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionvoid
InventoryControl.deleteAllocationPriorityDescription
(AllocationPriorityDescription allocationPriorityDescription, BasePK deletedBy) InventoryControl.getAllocationPriorityDescriptionTransfer
(UserVisit userVisit, AllocationPriorityDescription allocationPriorityDescription) InventoryControl.getAllocationPriorityDescriptionValue
(AllocationPriorityDescription allocationPriorityDescription) -
Uses of AllocationPriorityDescription in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionAllocationPriorityDescriptionTransferCache.getTransfer
(AllocationPriorityDescription allocationPriorityDescription) -
Uses of AllocationPriorityDescription in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return AllocationPriorityDescriptionModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.create
(AllocationPriorityPK allocationPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) AllocationPriorityDescriptionFactory.create
(AllocationPriority allocationPriority, Language language, String description, Long fromTime, Long thruTime) AllocationPriorityDescriptionFactory.create
(Session session, AllocationPriorityPK allocationPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) AllocationPriorityDescriptionFactory.create
(Session session, AllocationPriority allocationPriority, Language language, String description, Long fromTime, Long thruTime) AllocationPriorityDescriptionFactory.getEntityFromCache
(Session session, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) AllocationPriorityDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) AllocationPriorityDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) AllocationPriorityDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) AllocationPriorityDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) AllocationPriorityDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) AllocationPriorityDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) AllocationPriorityDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, AllocationPriorityDescriptionValue value) AllocationPriorityDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, AllocationPriorityDescriptionValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<AllocationPriorityDescriptionPK> pks) AllocationPriorityDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<AllocationPriorityDescriptionPK> pks) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) AllocationPriorityDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) AllocationPriorityDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) AllocationPriorityDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionvoid
AllocationPriorityDescriptionFactory.remove
(Session session, AllocationPriorityDescription entity) void
AllocationPriorityDescriptionFactory.store
(Session session, AllocationPriorityDescription entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type AllocationPriorityDescriptionModifier and TypeMethodDescriptionvoid
AllocationPriorityDescriptionFactory.store
(Session session, Collection<AllocationPriorityDescription> entities) void
AllocationPriorityDescriptionFactory.store
(Collection<AllocationPriorityDescription> entities)