Uses of Class
com.echothree.model.data.inventory.common.pk.AllocationPriorityDescriptionPK
Packages that use AllocationPriorityDescriptionPK
Package
Description
-
Uses of AllocationPriorityDescriptionPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return AllocationPriorityDescriptionPK -
Uses of AllocationPriorityDescriptionPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getNextPK()
AllocationPriorityDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) AllocationPriorityDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) AllocationPriorityDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getEntityFromCache
(Session session, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getValueFromPK
(Session session, AllocationPriorityDescriptionPK pk) void
AllocationPriorityDescriptionFactory.remove
(Session session, AllocationPriorityDescriptionPK pk) boolean
AllocationPriorityDescriptionFactory.validPK
(Session session, AllocationPriorityDescriptionPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionAllocationPriorityDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<AllocationPriorityDescriptionPK> pks) AllocationPriorityDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<AllocationPriorityDescriptionPK> pks) AllocationPriorityDescriptionFactory.getValuesFromPKs
(Session session, Collection<AllocationPriorityDescriptionPK> pks) void
AllocationPriorityDescriptionFactory.remove
(Session session, Collection<AllocationPriorityDescriptionPK> pks) void
AllocationPriorityDescriptionFactory.remove
(Collection<AllocationPriorityDescriptionPK> pks) -
Uses of AllocationPriorityDescriptionPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return AllocationPriorityDescriptionPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type AllocationPriorityDescriptionPKModifierConstructorDescriptionAllocationPriorityDescriptionValue
(AllocationPriorityDescriptionPK allocationPriorityDescriptionPK, AllocationPriorityPK allocationPriorityPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of AllocationPriorityDescriptionValue