Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocation
Packages that use InventoryLocation
Package
Description
-
Uses of InventoryLocation in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationModifier and TypeMethodDescriptionInventoryLocationBucket.getInventoryLocation()InventoryLocationBucket.getInventoryLocation(EntityPermission entityPermission) InventoryLocationBucket.getInventoryLocationForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationModifier and TypeMethodDescriptionvoidInventoryLocationBucket.setInventoryLocation(InventoryLocation entity) -
Uses of InventoryLocation in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationModifier and TypeMethodDescriptionInventoryLocationFactory.create(LocationPK locationPK, PartyPK ownerPartyPK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, InventoryConditionPK inventoryConditionPK, Long fromTime, Long thruTime) InventoryLocationFactory.create(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryLocationFactory.getEntityFromCache(InventoryLocationPK pk) InventoryLocationFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationPK pk) InventoryLocationFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationModifier and TypeMethodDescriptionInventoryLocationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationPK> pks) InventoryLocationFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationModifier and TypeMethodDescriptionInventoryLocationBucketFactory.create(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity) voidInventoryLocationFactory.remove(InventoryLocation entity) voidInventoryLocationFactory.store(InventoryLocation entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationModifier and TypeMethodDescriptionvoidInventoryLocationFactory.store(Collection<InventoryLocation> entities)