public interface FiscalPeriodSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
FiscalPeriodQueryInspector |
getFiscalPeriodQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
FiscalPeriodList |
getFiscalPeriods()
Gets the fiscal period list resulting from a search.
|
FiscalPeriodSearchResultsRecord |
getFiscalPeriodSearchResultsRecord(Type fiscalPeriodSearchRecordType)
Gets the fiscal period search results record corresponding to the
given fiscal period search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeFiscalPeriodList getFiscalPeriods()
IllegalStateException - the fiscal period list has
already been retrievedmandatory - This method must be implemented. FiscalPeriodQueryInspector getFiscalPeriodQueryInspector()
mandatory - This method must be implemented. FiscalPeriodSearchResultsRecord getFiscalPeriodSearchResultsRecord(Type fiscalPeriodSearchRecordType) throws OperationFailedException
Type. This method is
used to retrieve an object implementing the requested record.fiscalPeriodSearchRecordType - a fiscal period search record
typeNullArgumentException -
fiscalPeriodSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(fiscalPeriodSearchRecordType) is
false mandatory - This method must be implemented.