OSID Logo
OSID Specifications
billing package
Version 3.0.0
Interfaceosid.billing.CategorySearch
Implementsosid.OsidSearch
Used Byosid.billing.CategorySearchSession
Description

The search interface for governing category searches.

MethodsearchAmongCategories
Description

Execute this search among the given list of categories.

Parametersosid.id.IdListcategoryIdslist of customers
ErrorsNULL_ARGUMENTcategoryIds is null
CompliancemandatoryThis method must be implemented.
MethodorderCategoryResults
Description

Specify an ordering to the search results.

Parametersosid.billing.CategorySearchOrdercategorySearchOrdercustomer search order
ErrorsNULL_ARGUMENTcategorySearchOrder is null
UNSUPPORTEDcategorySearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetCategorySearchRecord
Description

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

Parametersosid.type.TypecategorySearchRecordTypea customer search record type
Returnosid.billing.records.CategorySearchRecordthe category search record
ErrorsNULL_ARGUMENTcategorySearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(categorySearchRecordType) is false
CompliancemandatoryThis method must be implemented.