OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.CategorySearchResults
Implementsosid.OsidSearchResults
Used Byosid.billing.CategorySearchSession
Description

This interface provides a means to capture results of a search.

MethodgetCategories
Description

Gets the category list resulting from a search.

Returnosid.billing.CategoryList the category list
ErrorsILLEGAL_STATE the category list has already been retrieved
Compliancemandatory This method must be implemented.
MethodgetCategoryQueryInspector
Description

Gets the inspector for the query to examine the periods used in the search.

Returnosid.billing.CategoryQueryInspector the query inspector
Compliancemandatory This method must be implemented.
MethodgetCategorySearchResultsRecord
Description

Gets the category search results record corresponding to the given category search record Type.This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypecategorySearchRecordType a category search record type
Returnosid.billing.records.CategorySearchResultsRecord the category search results record
ErrorsNULL_ARGUMENT categorySearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(categorySearchRecordType) is false
Compliancemandatory This method must be implemented.