Uses of Interface
org.osid.billing.ItemQuery
Packages that use ItemQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of ItemQuery in org.osid.billing
Methods in org.osid.billing that return ItemQueryModifier and TypeMethodDescriptionBusinessQuery.getItemQuery()Gets the query for an item.EntryQuery.getItemQuery()Gets the query for an item.ItemQuerySession.getItemQuery()Gets an item query.ItemSmartBusinessSession.getItemQuery()Gets an item query.ItemSearchSession.getItemQueryFromInspector(ItemQueryInspector itemQueryInspector) Gets an item query from an inspector.ItemSmartBusinessSession.getItemQueryFromInspector(ItemQueryInspector itemQueryInspector) Gets an item query from an inspector.Methods in org.osid.billing with parameters of type ItemQueryModifier and TypeMethodDescriptionvoidItemSmartBusinessSession.applyItemQuery(ItemQuery itemQuery) Applies an item query to this business.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.