Uses of Class
com.echothree.model.data.inventory.common.pk.PartyBucketPK
Packages that use PartyBucketPK
Package
Description
-
Uses of PartyBucketPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return PartyBucketPK -
Uses of PartyBucketPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return PartyBucketPKModifier and TypeMethodDescriptionPartyBucketFactory.getNextPK()PartyBucketFactory.getPKFromQuery(PreparedStatement ps, Object... params) PartyBucketFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type PartyBucketPKModifier and TypeMethodDescriptionPartyBucketFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PartyBucketFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PartyBucketFactory.getPKsFromResultSetAsList(ResultSet rs) PartyBucketFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type PartyBucketPKModifier and TypeMethodDescriptionPartyBucketFactory.getEntityFromCache(PartyBucketPK pk) PartyBucketFactory.getEntityFromPK(EntityPermission entityPermission, PartyBucketPK pk) PartyBucketFactory.getValueFromPK(PartyBucketPK pk) voidPartyBucketFactory.remove(PartyBucketPK pk) booleanPartyBucketFactory.validPK(PartyBucketPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type PartyBucketPKModifier and TypeMethodDescriptionPartyBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyBucketPK> pks) PartyBucketFactory.getValuesFromPKs(Collection<PartyBucketPK> pks) voidPartyBucketFactory.remove(Collection<PartyBucketPK> pks) -
Uses of PartyBucketPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return PartyBucketPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type PartyBucketPKModifierConstructorDescriptionPartyBucketValue(PartyBucketPK partyBucketPK, PartyPK partyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of PartyBucketValue -
Uses of PartyBucketPK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return PartyBucketPKModifier and TypeMethodDescriptionPartyBuckets.PartyBucket()Getter forpartybuckets.parbckt_partybucketid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type PartyBucketPKMethods in com.echothree.model.jooq.server.records.inventory with parameters of type PartyBucketPKModifier and TypeMethodDescriptionvoidPartyBuckets.PartyBucket(PartyBucketPK value) Setter forpartybuckets.parbckt_partybucketid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type PartyBucketPKModifierConstructorDescriptionPartyBuckets(PartyBucketPK PartyBucket, PartyPK Party, ItemPK Item, UnitOfMeasureTypePK UnitOfMeasureType, InventoryConditionPK InventoryCondition, InventoryBucketTypePK InventoryBucketType, Long Quantity) Create a detached, initialised PartyBuckets -
Uses of PartyBucketPK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type PartyBucketPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PartyBuckets, PartyBucketPK> PartyBuckets.PARTY_BUCKETThe columnpartybuckets.parbckt_partybucketid.