Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationPK
Packages that use InventoryLocationPK
Package
Description
-
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucket.getInventoryLocationPK()InventoryLocation.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionvoidInventoryLocationBucket.setInventoryLocationPK(InventoryLocationPK inventoryLocationPK) -
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getNextPK()InventoryLocationFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucketFactory.create(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) InventoryLocationFactory.getEntityFromCache(InventoryLocationPK pk) InventoryLocationFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationPK pk) InventoryLocationFactory.getValueFromPK(InventoryLocationPK pk) voidInventoryLocationFactory.remove(InventoryLocationPK pk) booleanInventoryLocationFactory.validPK(InventoryLocationPK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationPK> pks) InventoryLocationFactory.getValuesFromPKs(Collection<InventoryLocationPK> pks) voidInventoryLocationFactory.remove(Collection<InventoryLocationPK> pks) -
Uses of InventoryLocationPK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationPKModifier and TypeMethodDescriptionInventoryLocationBucketValue.getInventoryLocationPK()InventoryLocationValue.getPrimaryKey()Methods in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationPKModifier and TypeMethodDescriptionvoidInventoryLocationBucketValue.setInventoryLocationPK(InventoryLocationPK inventoryLocationPK) Constructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationPKModifierConstructorDescriptionInventoryLocationBucketValue(InventoryLocationBucketPK inventoryLocationBucketPK, InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValueInventoryLocationBucketValue(InventoryLocationPK inventoryLocationPK, InventoryBucketTypePK inventoryBucketTypePK, Long quantity) Creates a new instance of InventoryLocationBucketValueInventoryLocationValue(InventoryLocationPK inventoryLocationPK, LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationValue