public interface FiscalPeriodSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
FiscalPeriodSearchOrderRecord |
getFiscalPeriodSearchOrderRecord(Type fiscalPeriodRecordType)
Gets the fiscal period search order record corresponding to the given
fiscal period record
Type. |
void |
orderByBudgetDeadline(SearchOrderStyle style)
Specifies a preference for ordering the result set by the budget
deadline.
|
void |
orderByClosing(SearchOrderStyle style)
Specifies a preference for ordering the result set by the closing
date.
|
void |
orderByDisplayLabel(SearchOrderStyle style)
Specifies a preference for ordering the result set by display label.
|
void |
orderByDuration(SearchOrderStyle style)
Specifies a preference for ordering the result set by duration.
|
void |
orderByEndDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by fiscal period
end date.
|
void |
orderByFiscalYear(SearchOrderStyle style)
Specifies a preference for ordering the result set by year.
|
void |
orderByPostingDeadline(SearchOrderStyle style)
Specifies a preference for ordering the result set by the posting
deadline.
|
void |
orderByStartDate(SearchOrderStyle style)
Specifies a preference for ordering the result set by fiscal period
start date.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
void orderByDisplayLabel(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByFiscalYear(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByStartDate(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByEndDate(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByDuration(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByBudgetDeadline(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByPostingDeadline(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. void orderByClosing(SearchOrderStyle style)
style
- a search order styleNullArgumentException
- style
is
null
mandatory
- This method must be implemented. FiscalPeriodSearchOrderRecord getFiscalPeriodSearchOrderRecord(Type fiscalPeriodRecordType) throws OperationFailedException
Type.
Multiple retrievals return
the same underlying object.fiscalPeriodRecordType
- a fiscal period record typeNullArgumentException
- fiscalPeriodRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(fiscalPeriodRecordType)
is false
mandatory
- This method must be implemented.