Uses of Interface
org.osid.billing.CategoryQuery
Packages that use CategoryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
-
Uses of CategoryQuery in org.osid.billing
Methods in org.osid.billing that return CategoryQueryModifier and TypeMethodDescriptionBusinessQuery.getCategoryQuery()Gets the query for a category.CategoryQuerySession.getCategoryQuery()Gets a category query.CategorySmartBusinessSession.getCategoryQuery()Gets a category query.ItemQuery.getCategoryQuery()Gets the query for a category.CategorySearchSession.getCategoryQueryFromInspector(ItemQueryInspector categoryQueryInspector) Gets a category query from an inspector.CategorySmartBusinessSession.getCategoryQueryFromInspector(CategoryQueryInspector categoryQueryInspector) Gets a category query from an inspector.Methods in org.osid.billing with parameters of type CategoryQueryModifier and TypeMethodDescriptionvoidCategorySmartBusinessSession.applyCategoryQuery(CategoryQuery categoryQuery) Applies a category query to this business.CategoryQuerySession.getCategoriesByQuery(CategoryQuery categoryQuery) Gets a list ofCategoriesmatching the given category query.CategorySearchSession.getCategoriesBySearch(CategoryQuery categoryQuery, CategorySearch categorySearch) Gets the search results matching the given search query using the given search.