Interface FiscalPeriodSearch
- All Superinterfaces:
Extensible, OsidCondition, OsidSearch, Suppliable
The search interface for governing fiscal period searches.
-
Method Summary
Modifier and TypeMethodDescriptiongetFiscalPeriodSearchRecord(Type fiscalPeriodSearchRecordType) Gets the fiscal period search record corresponding to the given fiscal period search recordType.This method is used to retrieve an object implementing the requested record.voidorderFiscalPeriodResults(FiscalPeriodSearchOrder fiscalPeriodSearchOrder) Specify an ordering to the search results.voidsearchAmongFiscalPeriods(IdList fiscalPeriodIds) Execute this search among the given list of fiscal periods.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidSearch
limitResultSetModifier and TypeMethodDescriptionvoidlimitResultSet(long start, long end) By default, searches return all matching results.
-
Method Details
-
searchAmongFiscalPeriods
Execute this search among the given list of fiscal periods.- Parameters:
fiscalPeriodIds- list of fiscal periods- Throws:
NullArgumentException-fiscalPeriodIdsisnull- Compliance:
mandatory- This method must be implemented.
-
orderFiscalPeriodResults
Specify an ordering to the search results.- Parameters:
fiscalPeriodSearchOrder- a fiscal period search order- Throws:
NullArgumentException-fiscalPeriodSearchOrderisnullUnsupportedException-fiscalPeriodSearchOrderis not of this service- Compliance:
mandatory- This method must be implemented.
-
getFiscalPeriodSearchRecord
FiscalPeriodSearchRecord getFiscalPeriodSearchRecord(Type fiscalPeriodSearchRecordType) throws OperationFailedException Gets the fiscal period search record corresponding to the given fiscal period search recordType.This method is used to retrieve an object implementing the requested record.- Parameters:
fiscalPeriodSearchRecordType- a discal period search record type- Returns:
- the fiscal period search record
- Throws:
NullArgumentException-fiscalPeriodSearchRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(fiscalPeriodSearchRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-