Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationBucketPK
Packages that use InventoryLocationBucketPK
Package
Description
-
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationBucketPK -
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getNextPK()InventoryLocationBucketFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationBucketFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationBucketFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntityFromCache(InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getValueFromPK(InventoryLocationBucketPK pk) voidInventoryLocationBucketFactory.remove(InventoryLocationBucketPK pk) booleanInventoryLocationBucketFactory.validPK(InventoryLocationBucketPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationBucketPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationBucketPK> pks) InventoryLocationBucketFactory.getValuesFromPKs(Collection<InventoryLocationBucketPK> pks) voidInventoryLocationBucketFactory.remove(Collection<InventoryLocationBucketPK> pks) -
Uses of InventoryLocationBucketPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationBucketPKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationBucketPKModifierConstructorDescriptionInventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValue