Interface CheckSearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidOperableSearchOrder, OsidRuleSearchOrder, OsidSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptionGets the function search order.getCheckSearchOrderRecord(Type checkRecordType) Gets the check search order record corresponding to the given check recordType.Gets the block search order.Gets the audit search order.Gets the text search order.Gets the agenda search order.Gets the cyclic event search order.Gets the event search order.voidOrders the results by authorization function.voidOrders the results by block.voidOrders the results by audit.voidOrders the results by logging text.voidOrders the results by agenda.voidOrders the results by cyclic event.voidOrders the results by the time end check date.voidOrders the results by the time check event.voidOrders the results by the time check start date.booleanTests if a function search order is available.booleanTests if a block search order is available.booleanTests if an audit search order is available.booleanTests if a text search order is available.booleanTests if an agenda search order is available.booleanTests if a cyclic event search order is available.booleanTests if an event search order is available.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 OsidIdentifiableSearchOrder
orderByIdModifier and TypeMethodDescriptionvoidorderById(SearchOrderStyle style) Specifies a preference for ordering the result set by theId.Methods inherited from interface OsidObjectSearchOrder
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticModifier and TypeMethodDescriptionvoidOrders by the timestamp of the first journal entry.voidorderByCumulativeRating(Id bookId, SearchOrderStyle style) Orders by the cumulative rating in a givenBook.voidSpecifies a preference for ordering the result set by the description.voidSpecifies a preference for ordering the result set by the display name.voidorderByGenusType(SearchOrderStyle style) Specifies a preference for ordering the result set by the genus type.voidOrders by the timestamp of the last journal entry.voidorderByState(Id processId, SearchOrderStyle style) Orders by the state in a givenProcess.voidorderByStatistic(Id meterId, SearchOrderStyle style) Orders by a statistic for a givenMeter.Methods inherited from interface OsidOperableSearchOrder
orderByActive, orderByDisabled, orderByEnabled, orderByOperationalModifier and TypeMethodDescriptionvoidorderByActive(SearchOrderStyle style) Specifies a preference for ordering the result set by the active status.voidorderByDisabled(SearchOrderStyle style) Specifies a preference for ordering the result set by the administratively disabled status.voidorderByEnabled(SearchOrderStyle style) Specifies a preference for ordering the result set by the administratively enabled status.voidSpecifies a preference for ordering the results by the operational status.Methods inherited from interface OsidRuleSearchOrder
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderModifier and TypeMethodDescriptionGets the search order for a rule.voidorderByRule(SearchOrderStyle style) Specifies a preference for ordering the results by the associated rule.booleanTests if aRuleSearchOrderis available.
-
Method Details
-
orderByTimeCheckStartDate
Orders the results by the time check start date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByTimeCheckEndDate
Orders the results by the time end check date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByTimeCheckEvent
Orders the results by the time check event.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsTimeCheckEventSearchOrder
boolean supportsTimeCheckEventSearchOrder()Tests if an event search order is available.- Returns:
trueif an event search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckEventSearchOrder
EventSearchOrder getTimeCheckEventSearchOrder()Gets the event search order.- Returns:
- the event search order
- Throws:
IllegalStateException-supportsTimeCheckEventSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByTimeCheckCyclicEvent
Orders the results by cyclic event.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsTimeCheckCyclicEventSearchOrder
boolean supportsTimeCheckCyclicEventSearchOrder()Tests if a cyclic event search order is available.- Returns:
trueif a cyclic event search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckCyclicEventSearchOrder
CyclicEventSearchOrder getTimeCheckCyclicEventSearchOrder()Gets the cyclic event search order.- Returns:
- the cyclic event search order
- Throws:
IllegalStateException-supportsTimeCheckCyclicEventSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByHoldCheckBlock
Orders the results by block.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsHoldCheckBlockSearchOrder
boolean supportsHoldCheckBlockSearchOrder()Tests if a block search order is available.- Returns:
trueif a block search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getHoldCheckBlockSearchOrder
BlockSearchOrder getHoldCheckBlockSearchOrder()Gets the block search order.- Returns:
- the block search order
- Throws:
IllegalStateException-supportsHoldCheckBlockSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByAuthorizationCheckFunction
Orders the results by authorization function.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsAuthorizationCheckFunctionSearchOrder
boolean supportsAuthorizationCheckFunctionSearchOrder()Tests if a function search order is available.- Returns:
trueif a function search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getAuthorizationCheckFunctionSearchOrder
FunctionSearchOrder getAuthorizationCheckFunctionSearchOrder()Gets the function search order.- Returns:
- the function search order
- Throws:
IllegalStateException-supportsAuthorizationCheckFunctionSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByInquiryCheckAudit
Orders the results by audit.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsInquiryCheckAuditSearchOrder
boolean supportsInquiryCheckAuditSearchOrder()Tests if an audit search order is available.- Returns:
trueif an audit search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getInquiryCheckAuditSearchOrder
AuditSearchOrder getInquiryCheckAuditSearchOrder()Gets the audit search order.- Returns:
- the audit search order
- Throws:
IllegalStateException-supportsInquiryCheckAuditSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByProcessCheckAgenda
Orders the results by agenda.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsProcessCheckAgendaSearchOrder
boolean supportsProcessCheckAgendaSearchOrder()Tests if an agenda search order is available.- Returns:
trueif an agenda search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getProcessCheckAgendaSearchOrder
AgendaSearchOrder getProcessCheckAgendaSearchOrder()Gets the agenda search order.- Returns:
- the agenda search order
- Throws:
IllegalStateException-supportsProcessCheckAgendaSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
orderByLoggingCheckText
Orders the results by logging text.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsLoggingCheckTextSearchOrder
boolean supportsLoggingCheckTextSearchOrder()Tests if a text search order is available.- Returns:
trueif a text search order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getLoggingCheckTextSearchOrder
TextSearchOrder getLoggingCheckTextSearchOrder()Gets the text search order.- Returns:
- the text search order
- Throws:
IllegalStateException-supportsLoggingCheckTextSearchOrder()isfalse- Compliance:
mandatory- This method must be implemented.
-
getCheckSearchOrderRecord
CheckSearchOrderRecord getCheckSearchOrderRecord(Type checkRecordType) throws OperationFailedException, PermissionDeniedException Gets the check search order record corresponding to the given check recordType. Multiple retrievals return the same underlying object.- Parameters:
checkRecordType- a check record type- Returns:
- the check search order record
- Throws:
NullArgumentException-checkRecordTypeisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure occurredUnsupportedException-hasRecordType(checkRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-