Uses of Interface
org.osid.inventory.StockList
Packages that use StockList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of StockList in org.osid.inventory
Methods in org.osid.inventory that return StockListModifier and TypeMethodDescriptionStockHierarchySession.getChildStocks(Id stockId) Gets the children of the given stock.StockHierarchySession.getParentStocks(Id stockId) Gets the parents of the given stock.StockHierarchySession.getRootStocks()Gets the root stocks in the stock hierarchy.StockLookupSession.getStocks()Gets allStocks.StockSearchResults.getStocks()Gets the stock list resulting from a search.StockLookupSession.getStocksByGenusType(Type stockGenusType) Gets aStockListcorresponding to the given stock genusTypewhich does not include stocks of types derived from the specifiedType.StockLookupSession.getStocksByIds(IdList stockIds) Gets aStockListcorresponding to the givenIdList.StockLookupSession.getStocksByParentGenusType(Type stockGenusType) Gets aStockListcorresponding to the given stock genusTypeand include any additional stocks with genus types derived from the specifiedType.StockQuerySession.getStocksByQuery(StockQuery stockQuery) Gets a list ofStocksmatching the given stock query.StockLookupSession.getStocksByRecordType(Type stockRecordType) Gets aStockListcontaining the given stock recordType.StockLookupSession.getStocksBySKU(String sku) Gets aStockListcontaining for the given SKU.StockWarehouseSession.getStocksByWarehouse(Id warehouseId) Gets the list ofStocksassociated with aWarehouse.StockWarehouseSession.getStocksByWarehouses(IdList warehouseIds) Gets the list ofStockscorresponding to a list ofWarehouseobjects.