Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocation
Packages that use InventoryLocation
Package
Description
-
Uses of InventoryLocation in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryLocationModifier and TypeMethodDescriptionprotected InventoryLocationGetInventoryLocationCommand.getEntity()Methods in com.echothree.control.user.inventory.server.command that return types with arguments of type InventoryLocationModifier and TypeMethodDescriptionprotected Collection<InventoryLocation> GetInventoryLocationsCommand.getEntities()Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryLocationModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationCommand.getResult(InventoryLocation inventoryLocation) Method parameters in com.echothree.control.user.inventory.server.command with type arguments of type InventoryLocationModifier and TypeMethodDescriptionprotected BaseResultGetInventoryLocationsCommand.getResult(Collection<InventoryLocation> entities) -
Uses of InventoryLocation in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationModifier and TypeMethodDescriptionInventoryLocationControl.createInventoryLocation(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) InventoryLocationControl.getInventoryLocation(Location location, Item item) InventoryLocationControl.getInventoryLocation(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationForUpdate(Location location, Item item) InventoryLocationControl.getInventoryLocationForUpdate(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) Methods in com.echothree.model.control.inventory.server.control that return types with arguments of type InventoryLocationModifier and TypeMethodDescriptionInventoryLocationControl.getInventoryLocationsByInventoryCondition(InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationsByInventoryConditionForUpdate(InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationsByItem(Item item) InventoryLocationControl.getInventoryLocationsByItemForUpdate(Item item) InventoryLocationControl.getInventoryLocationsByLocation(Location location) InventoryLocationControl.getInventoryLocationsByLocationForUpdate(Location location) InventoryLocationControl.getInventoryLocationsByOwnerParty(Party ownerParty) InventoryLocationControl.getInventoryLocationsByOwnerPartyForUpdate(Party ownerParty) InventoryLocationControl.getInventoryLocationsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType) InventoryLocationControl.getInventoryLocationsByUnitOfMeasureTypeForUpdate(UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationModifier and TypeMethodDescriptionlongBucketControl.countInventoryLocationBucketsByInventoryLocation(InventoryLocation inventoryLocation) BucketControl.createInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) voidInventoryLocationControl.deleteInventoryLocation(InventoryLocation inventoryLocation, BasePK deletedBy) BucketControl.getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketForUpdate(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketsByInventoryLocation(InventoryLocation inventoryLocation) BucketControl.getInventoryLocationBucketsByInventoryLocationForUpdate(InventoryLocation inventoryLocation) BucketControl.getInventoryLocationBucketTransfer(UserVisit userVisit, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) BucketControl.getInventoryLocationBucketTransfersByInventoryLocation(UserVisit userVisit, InventoryLocation inventoryLocation) BucketControl.getInventoryLocationBucketValueForUpdate(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) InventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, InventoryLocation inventoryLocation) InventoryLocationControl.getInventoryLocationValue(InventoryLocation inventoryLocation) voidBucketControl.removeInventoryLocationBucketsByInventoryLocation(InventoryLocation inventoryLocation, BasePK removedBy) Method parameters in com.echothree.model.control.inventory.server.control with type arguments of type InventoryLocationModifier and TypeMethodDescriptionvoidInventoryLocationControl.deleteInventoryLocations(List<InventoryLocation> inventoryLocations, BasePK deletedBy) InventoryLocationControl.getInventoryLocationTransfers(UserVisit userVisit, Collection<InventoryLocation> inventoryLocations) -
Uses of InventoryLocation in com.echothree.model.control.inventory.server.graphql
Constructors in com.echothree.model.control.inventory.server.graphql with parameters of type InventoryLocation -
Uses of InventoryLocation in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic that return InventoryLocationModifier and TypeMethodDescriptionInventoryLocationLogic.createInventoryLocation(ExecutionErrorAccumulator eea, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) InventoryLocationLogic.getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item) InventoryLocationLogic.getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item, EntityPermission entityPermission) InventoryLocationLogic.getInventoryLocationForUpdate(ExecutionErrorAccumulator eea, Location location, Item item) Methods in com.echothree.model.control.inventory.server.logic with parameters of type InventoryLocationModifier and TypeMethodDescriptionInventoryLocationBucketLogic.createInventoryLocationBucket(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType, Long quantity, BasePK createdBy) voidInventoryLocationLogic.deleteInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK deletedBy) InventoryLocationBucketLogic.getInventoryLocationBucket(InventoryLocation inventoryLocation, InventoryBucketType inventoryBucketType) voidInventoryLocationBucketLogic.removeInventoryLocationBucketsByInventoryLocation(ExecutionErrorAccumulator eea, InventoryLocation inventoryLocation, BasePK removedBy) -
Uses of InventoryLocation in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationModifier and TypeMethodDescriptionInventoryLocationTransferCache.getTransfer(UserVisit userVisit, InventoryLocation inventoryLocation) -
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.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) 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.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) 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)