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