OSID Logo
OSID Specifications
billing package
Version 3.1.0
Interfaceosid.billing.CategorySearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.billing.CategorySearchSession
osid.billing.CategorySmartBusinessSession
osid.billing.ItemSearchOrder
Description

An interface for specifying the ordering of search results.

MethodgetCategorySearchOrderRecord
Description

Gets the category search order record corresponding to the given category record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypecategoryRecordType a category record type
Returnosid.billing.records.CategorySearchOrderRecord the category search order record
ErrorsNULL_ARGUMENT categoryRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(categoryRecordType) is false
Compliancemandatory This method must be implemented.