OSID Logo
OSID Specifications
billing package
Version 3.0.0
Interfaceosid.billing.PeriodSearch
Implementsosid.OsidSearch
Used Byosid.billing.PeriodSearchSession
Description

The search interface for governing period searches.

MethodsearchAmongPeriods
Description

Execute this search among the given list of periods.

Parametersosid.id.IdListperiodIdslist of periods
ErrorsNULL_ARGUMENTperiodIds is null
CompliancemandatoryThis method must be implemented.
MethodorderPeriodResults
Description

Specify an ordering to the search results.

Parametersosid.billing.PeriodSearchOrderperiodSearchOrderperiod search order
ErrorsNULL_ARGUMENTperiodSearchOrder is null
UNSUPPORTEDperiodSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetPeriodSearchRecord
Description

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

Parametersosid.type.TypeperiodSearchRecordTypea period search record type
Returnosid.billing.records.PeriodSearchRecordthe period search record
ErrorsNULL_ARGUMENTperiodSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(periodSearchRecordType) is false
CompliancemandatoryThis method must be implemented.