Uses of Interface
org.osid.inventory.WarehouseList
Packages that use WarehouseList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
The Open Service Interface Definitions for the org.osid.inventory.shipment
service.
-
Uses of WarehouseList in org.osid.inventory
Methods in org.osid.inventory that return WarehouseListModifier and TypeMethodDescriptionWarehouseHierarchySession.getChildWarehouses(Id warehouseId) Gets the children of the given warehouse.WarehouseHierarchySession.getParentWarehouses(Id warehouseId) Gets the parents of the given warehouse.WarehouseHierarchySession.getRootWarehouses()Gets the root warehouses in the warehouse hierarchy.WarehouseLookupSession.getWarehouses()Gets allWarehouses.WarehouseSearchResults.getWarehouses()Gets the warehouse list resulting from a search.WarehouseLookupSession.getWarehousesByGenusType(Type warehouseGenusType) Gets aWarehouseListcorresponding to the given warehouse genusTypewhich does not include warehouses of types derived from the specifiedType.WarehouseLookupSession.getWarehousesByIds(IdList warehouseIds) Gets aWarehouseListcorresponding to the givenIdList.InventoryWarehouseSession.getWarehousesByInventory(Id inventoryId) Gets theWarehouseobjects mapped to anInventory.ItemWarehouseSession.getWarehousesByItem(Id itemId) Gets theWarehouseobjects mapped to anItem.ModelWarehouseSession.getWarehousesByModel(Id modelId) Gets theWarehouseobjects mapped to aModel.WarehouseLookupSession.getWarehousesByParentGenusType(Type warehouseGenusType) Gets aWarehouseListcorresponding to the given warehouse genusTypeand include any additional warehouses with genus types derived from the specifiedType.WarehouseLookupSession.getWarehousesByProvider(Id resourceId) Gets aWarehouseListfor the given provider.WarehouseQuerySession.getWarehousesByQuery(WarehouseQuery warehouseQuery) Gets a list ofWarehousesmatching the given warehouse query.WarehouseLookupSession.getWarehousesByRecordType(Type warehouseRecordType) Gets aWarehouseListcontaining the given warehouse recordType.In plenary mode, the returned list contains all known warehouses or an error results.StockWarehouseSession.getWarehousesByStock(Id stockId) Gets theWarehouseobjects mapped to aStock. -
Uses of WarehouseList in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return WarehouseListModifier and TypeMethodDescriptionShipmentWarehouseSession.getWarehousesByShipment(Id shipmentId) Gets theWarehouseobjects mapped to aShipment.