Uses of Interface
org.osid.inventory.ItemList
Packages that use ItemList
Package
Description
The Open Service Interface Definitions for the org.osid.inventory
service.
-
Uses of ItemList in org.osid.inventory
Methods in org.osid.inventory that return ItemListModifier and TypeMethodDescriptionItemLookupSession.getItemParts(Id itemId) Gets anItemListimmediately contained within the given item.ItemLookupSession.getItems()Gets allItems.ItemSearchResults.getItems()Gets the item list resulting from a search.ItemLookupSession.getItemsByGenusType(Type itemGenusType) Gets anItemListcorresponding to the given item genusTypewhich does not include items of types derived from the specifiedType.ItemLookupSession.getItemsByIds(IdList itemIds) Gets anItemListcorresponding to the givenIdList.ItemLookupSession.getItemsByParentGenusType(Type itemGenusType) Gets anItemListcorresponding to the given item genusTypeand include any additional items with genus types derived from the specifiedType.ItemLookupSession.getItemsByPropertyTag(String property) Gets anItemListfor the given property tag.ItemQuerySession.getItemsByQuery(ItemQuery itemQuery) Gets a list ofItemsmatching the given item query.ItemLookupSession.getItemsByRecordType(Type itemRecordType) Gets anItemListcontaining the given item recordType.ItemLookupSession.getItemsBySerialNumber(String serialNumber) Gets anItemListfor the given serial number.ItemLookupSession.getItemsByStock(Id stockId) Gets anItemListfor the given stock.ItemWarehouseSession.getItemsByWarehouse(Id warehouseId) Gets the list ofItemsassociated with aWarehouse.ItemWarehouseSession.getItemsByWarehouses(IdList warehouseIds) Gets the list ofItemscorresponding to a list ofWarehouseobjects.