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(AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, AllocationPriorityDescriptionPK pk) AllocationPriorityDescriptionFactory.getValueFromPK(AllocationPriorityDescriptionPK pk) voidAllocationPriorityDescriptionFactory.remove(AllocationPriorityDescriptionPK pk) booleanAllocationPriorityDescriptionFactory.validPK(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.getValuesFromPKs(Collection<AllocationPriorityDescriptionPK> pks) voidAllocationPriorityDescriptionFactory.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 -
Uses of AllocationPriorityDescriptionPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionAllocationPriorityDescriptions.AllocationPriorityDescription()Getter forallocationprioritydescriptions.allocprd_allocationprioritydescriptionid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<AllocationPriorityDescriptionPK> AllocationPriorityDescriptions.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type AllocationPriorityDescriptionPKModifier and TypeMethodDescriptionvoidAllocationPriorityDescriptions.AllocationPriorityDescription(AllocationPriorityDescriptionPK value) Setter forallocationprioritydescriptions.allocprd_allocationprioritydescriptionid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type AllocationPriorityDescriptionPKModifierConstructorDescriptionAllocationPriorityDescriptions(AllocationPriorityDescriptionPK AllocationPriorityDescription, AllocationPriorityPK AllocationPriority, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised AllocationPriorityDescriptions -
Uses of AllocationPriorityDescriptionPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type AllocationPriorityDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<AllocationPriorityDescriptions, AllocationPriorityDescriptionPK> AllocationPriorityDescriptions.ALLOCATION_PRIORITY_DESCRIPTIONThe columnallocationprioritydescriptions.allocprd_allocationprioritydescriptionid.