Uses of Interface
org.osid.inventory.ItemQuery
Packages that use ItemQuery
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 ItemQuery in org.osid.inventory
Methods in org.osid.inventory that return ItemQueryModifier and TypeMethodDescriptionItemQuery.getItemQuery()Gets the query for an item.ItemQuerySession.getItemQuery()Gets an item query.ItemSmartWarehouseSession.getItemQuery()Gets an item query.WarehouseQuery.getItemQuery()Gets the query for an item.ItemSearchSession.getItemQueryFromInspector(ItemQueryInspector itemQueryInspector) Gets an item query from an inspector.ItemSmartWarehouseSession.getItemQueryFromInspector(ItemQueryInspector itemQueryInspector) Gets an item query from an inspector.Methods in org.osid.inventory with parameters of type ItemQueryModifier and TypeMethodDescriptionvoidItemSmartWarehouseSession.applyItemQuery(ItemQuery itemQuery) Applies an item query to this warehouse.ItemQuerySession.getItemsByQuery(ItemQuery itemQuery) Gets a list ofItemsmatching the given item query.ItemSearchSession.getItemsBySearch(ItemQuery itemQuery, ItemSearch itemSearch) Gets the search results matching the given search query using the given search. -
Uses of ItemQuery in org.osid.inventory.shipment
Methods in org.osid.inventory.shipment that return ItemQuery