OSID Logo
OSID Specifications
billing package
Version 3.0.0
Release Candidate Preview
Interfaceosid.billing.CategorySearchOrder
Implementsosid.OsidObjectSearchOrder
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_ARGUMENT categoryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(categoryRecordType) is false
CompliancemandatoryThis method must be implemented.