Uses of Interface
org.osid.inventory.InventoryList
Packages that use InventoryList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of InventoryList in org.osid.inventory
Methods in org.osid.inventory that return InventoryListModifier and TypeMethodDescriptionInventoryWarehouseSession.getActivitieByWarehouse(Id warehouseId) Gets the list ofInventoryassociated with aWarehouse.InventoryWarehouseSession.getActivitieByWarehouses(IdList warehouseIds) Gets the list ofInventoriescorresponding to a list ofWarehouseobjects.InventoryLookupSession.getInventories()Gets allInventories.InventorySearchResults.getInventories()Gets the inventory list resulting from a search.InventoryLookupSession.getInventoriesByDate(DateTime from, DateTime to) GetsInventoriesbetween the given date range inclusive.InventoryLookupSession.getInventoriesByDateForStock(Id stockId, DateTime from, DateTime to) GetsInventoriesbetween the given date range inclusive for the given stock.InventoryLookupSession.getInventoriesByGenusType(Type inventoryGenusType) Gets anInventoryListcorresponding to the given inventory genusTypewhich does not include inventories of genus types derived from the specifiedType.In plenary mode, the returned list contains all known inventories or an error results.InventoryLookupSession.getInventoriesByIds(IdList inventoryIds) Gets anInventoryListcorresponding to the givenIdList.InventoryLookupSession.getInventoriesByParentGenusType(Type inventoryGenusType) Gets anInventoryListcorresponding to the given inventory genusTypeand include any additional inventories with genus types derived from the specifiedType.InventoryQuerySession.getInventoriesByQuery(InventoryQuery inventoryQuery) Gets a list ofInventoriesmatching the given inventory query.InventoryLookupSession.getInventoriesByRecordType(Type inventoryRecordType) Gets anInventoryListcontaining the given inventory recordType.InventoryLookupSession.getInventoriesForStock(Id stockId) Gets allInventoriesfor the givenStock.InventoryLookupSession.getRecentInventories()Gets the most recentInventories.InventoryLookupSession.getRecentInventoriesForStock(Id stockId) Gets the most recentInventoriesfor with the givenStock.