OSID Logo
OSID Specifications
financials package
Version 3.1.0
Interfaceosid.financials.FiscalPeriodSearchOrder
Implementsosid.OsidObjectSearchOrder
Used Byosid.financials.FiscalPeriodSearchSession
osid.financials.FiscalPeriodSmartBusinessSession
osid.financials.SummarySearchOrder
osid.financials.budgeting.BudgetSearchOrder
osid.financials.posting.PostSearchOrder
Description

An interface for specifying the ordering of search results.

MethodorderByDisplayLabel
Description

Specifies a preference for ordering the result set by display label.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByFiscalYear
Description

Specifies a preference for ordering the result set by year.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByStartDate
Description

Specifies a preference for ordering the result set by fiscal period start date.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByEndDate
Description

Specifies a preference for ordering the result set by fiscal period end date.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByDuration
Description

Specifies a preference for ordering the result set by duration.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByBudgetDeadline
Description

Specifies a preference for ordering the result set by the budget deadline.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByPostingDeadline
Description

Specifies a preference for ordering the result set by the posting deadline.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodorderByClosing
Description

Specifies a preference for ordering the result set by the closing date.

Parametersosid.SearchOrderStylestyle a search order style
ErrorsNULL_ARGUMENT style is null
Compliancemandatory This method must be implemented.
MethodgetFiscalPeriodSearchOrderRecord
Description

Gets the fiscal period search order record corresponding to the given fiscal period record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypefiscalPeriodRecordType a fiscal period record type
Returnosid.financials.records.FiscalPeriodSearchOrderRecord the fiscal period search order record
ErrorsNULL_ARGUMENT fiscalPeriodRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(fiscalPeriodRecordType) is false
Compliancemandatory This method must be implemented.