OSID Logo
OSID Specifications
billing package
Version 3.0.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.TypecategoryRecordTypea category record type
Returnosid.billing.records.CategorySearchOrderRecordthe category search order record
ErrorsNULL_ARGUMENTcategoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(categoryRecordType) is false
CompliancemandatoryThis method must be implemented.