Interface ProgramEntrySearchOrder
- All Superinterfaces:
Extensible, OsidBrowsableSearchOrder, OsidExtensibleSearchOrder, OsidIdentifiableSearchOrder, OsidObjectSearchOrder, OsidRelationshipSearchOrder, OsidSearchOrder, OsidTemporalSearchOrder, Suppliable
An interface for specifying the ordering of search results.
-
Method Summary
Modifier and TypeMethodDescriptionGets the completion term order.Gets the grade system order.Gets the entrance term order.Gets the expected completion term order.Gets the grade system order.Gets the level order.Gets the parent program entry order.getProgramEntrySearchOrderRecord(Type programEntryRecordType) Gets the program entry search order record corresponding to the given program entry recordType.Gets the program order.Gets the standing order.Gets the resource order.Gets the term order.Gets the withdraw term order.voidSpecifies a preference for ordering the result set by the admission date.voidorderByComplete(SearchOrderStyle style) Specifies a preference for ordering the result set by completed programs.voidSpecifies a preference for ordering the result set by the completion date.voidSpecifies a preference for ordering the result set by the completion term.voidSpecifies a preference for ordering the result set by the grade system for credits.voidSpecifies a preference for ordering the result set by the earned credits.voidSpecifies a preference for ordering the result set by the entrance date.voidSpecifies a preference for ordering the result set by the entrance term.voidSpecifies a preference for ordering the result set by the expected completion date.voidSpecifies a preference for ordering the result set by the expected completion term.voidorderByGPA(SearchOrderStyle style) Specifies a preference for ordering the result set by the gpa.voidorderByGPAScale(SearchOrderStyle style) Specifies a preference for ordering the result set by the grade system for GPAs.voidSpecifies a preference for ordering the result set by the has withdrawn flag.voidSpecifies a preference for ordering the result set by the is actively enrolled flag.voidSpecifies a preference for ordering the result set by the is enrolled flag.voidSpecifies a preference for ordering the result set by the is expected to complete flag.voidSpecifies a preference for ordering the result set by the matriculation known flag.voidorderByIsOnLeave(SearchOrderStyle style) Specifies a preference for ordering the result set by the is on leave flag.voidorderByLevel(SearchOrderStyle style) Specifies a preference for ordering the result set by the level.voidSpecifies a preference for ordering the result set by the parent program entry.voidorderByProgram(SearchOrderStyle style) Specifies a preference for ordering the result set by the program.voidorderByStanding(SearchOrderStyle style) Specifies a preference for ordering the result set by the standing.voidorderByStudent(SearchOrderStyle style) Specifies a preference for ordering the result set by the resource.voidorderByTerm(SearchOrderStyle style) Specifies a preference for ordering the result set by the term.voidSpecifies a preference for ordering the result set by the withdraw date.voidSpecifies a preference for ordering the result set by the withdraw term.booleanTests if a completion term order is available.booleanTests if a grade system order is available.booleanTests if a entrance term order is available.booleanTests if a expected completion term order is available.booleanTests if a grade system order is available.booleanTests if a level order is available.booleanTests if a parent program entry order is available.booleanTests if a program order is available.booleanTests if a standing order is available.booleanTests if a resource order is available.booleanTests if a term order is available.booleanTests if a withdraw term 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 OsidRelationshipSearchOrder
getEndReasonSearchOrder, orderByEndReason, supportsEndReasonSearchOrderModifier and TypeMethodDescriptionGets the search order for a state.voidorderByEndReason(SearchOrderStyle style) Specifies a preference for ordering the results by the end reason state.booleanTests if aStateSearchOrderis available.Methods inherited from interface OsidTemporalSearchOrder
orderByEffective, orderByEndDate, orderByStartDateModifier and TypeMethodDescriptionvoidorderByEffective(SearchOrderStyle style) Specifies a preference for ordering the result set by the effective status.voidorderByEndDate(SearchOrderStyle style) Specifies a preference for ordering the result set by the end date.voidorderByStartDate(SearchOrderStyle style) Specifies a preference for ordering the result set by the start date.
-
Method Details
-
orderByStudent
Specifies a preference for ordering the result set by the resource.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsStudentSearchOrder
boolean supportsStudentSearchOrder()Tests if a resource order is available.- Returns:
trueif a resource order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getStudentSearchOrder
ResourceSearchOrder getStudentSearchOrder()Gets the resource order.- Returns:
- the resource search order
- Throws:
UnimplementedException-supportsStudentSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsStudentSearchOrder()} is {@code true} .
-
orderByProgram
Specifies a preference for ordering the result set by the program.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsProgramSearchOrder
boolean supportsProgramSearchOrder()Tests if a program order is available.- Returns:
trueif a program order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getProgramSearchOrder
ProgramSearchOrder getProgramSearchOrder()Gets the program order.- Returns:
- the program search order
- Throws:
UnimplementedException-supportsProgramSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProgramSearchOrder()} is {@code true} .
-
orderByParentProgramEntry
Specifies a preference for ordering the result set by the parent program entry.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsParentProgramEntrySearchOrder
boolean supportsParentProgramEntrySearchOrder()Tests if a parent program entry order is available.- Returns:
trueif a parent program entry order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getParentProgramEntrySearchOrder
ProgramEntrySearchOrder getParentProgramEntrySearchOrder()Gets the parent program entry order.- Returns:
- the parent program entry search order
- Throws:
UnimplementedException-supportsParentProgramEntrySearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsParentProgramEntrySearchOrder()} is {@code true} .
-
orderByIsMatriculationKnown
Specifies a preference for ordering the result set by the matriculation known flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByEntranceDate
Specifies a preference for ordering the result set by the entrance date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByEntranceTerm
Specifies a preference for ordering the result set by the entrance term.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsEntranceTermSearchOrder
boolean supportsEntranceTermSearchOrder()Tests if a entrance term order is available.- Returns:
trueif a entrance term order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getEntranceTermSearchOrder
TermSearchOrder getEntranceTermSearchOrder()Gets the entrance term order.- Returns:
- the entrance term search order
- Throws:
UnimplementedException-supportsEntranceTermSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsEntranceTermSearchOrder()} is {@code true} .
-
orderByIsExpectedToComplete
Specifies a preference for ordering the result set by the is expected to complete flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByExpectedCompletionDate
Specifies a preference for ordering the result set by the expected completion date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByExpectedCompletionTerm
Specifies a preference for ordering the result set by the expected completion term.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsExpectedCompletionTermSearchOrder
boolean supportsExpectedCompletionTermSearchOrder()Tests if a expected completion term order is available.- Returns:
trueif a expected completion term order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getExpectedCompletionTermSearchOrder
TermSearchOrder getExpectedCompletionTermSearchOrder()Gets the expected completion term order.- Returns:
- the expected completion term search order
- Throws:
UnimplementedException-supportsExpectedCompletionTermSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsExpectedCompletionTermSearchOrder()} is {@code true} .
-
orderByIsEnrolled
Specifies a preference for ordering the result set by the is enrolled flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByIsActivelyEnrolled
Specifies a preference for ordering the result set by the is actively enrolled flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByIsOnLeave
Specifies a preference for ordering the result set by the is on leave flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByHasWithdrawn
Specifies a preference for ordering the result set by the has withdrawn flag.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByWithdrawDate
Specifies a preference for ordering the result set by the withdraw date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByWithdrawTerm
Specifies a preference for ordering the result set by the withdraw term.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsWithdrawTermSearchOrder
boolean supportsWithdrawTermSearchOrder()Tests if a withdraw term order is available.- Returns:
trueif a withdraw term order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getWithdrawTermSearchOrder
TermSearchOrder getWithdrawTermSearchOrder()Gets the withdraw term order.- Returns:
- the withdraw term search order
- Throws:
UnimplementedException-supportsWithdrawTermSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsWithdrawTermSearchOrder()} is {@code true} .
-
orderByComplete
Specifies a preference for ordering the result set by completed programs.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByCompletionDate
Specifies a preference for ordering the result set by the completion date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByCompletionTerm
Specifies a preference for ordering the result set by the completion term.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCompletionTermSearchOrder
boolean supportsCompletionTermSearchOrder()Tests if a completion term order is available.- Returns:
trueif a completion term order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCompletionTermSearchOrder
TermSearchOrder getCompletionTermSearchOrder()Gets the completion term order.- Returns:
- the completion term search order
- Throws:
UnimplementedException-supportsCompletionTermSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCompletionTermSearchOrder()} is {@code true} .
-
orderByLevel
Specifies a preference for ordering the result set by the level.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsLevelSearchOrder
boolean supportsLevelSearchOrder()Tests if a level order is available.- Returns:
trueif a level order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getLevelSearchOrder
GradeSearchOrder getLevelSearchOrder()Gets the level order.- Returns:
- the level search order
- Throws:
UnimplementedException-supportsLevelSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsLevelSearchOrder()} is {@code true} .
-
orderByStanding
Specifies a preference for ordering the result set by the standing.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsStandingSearchOrder
boolean supportsStandingSearchOrder()Tests if a standing order is available.- Returns:
trueif a standing order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getStandingSearchOrder
GradeSearchOrder getStandingSearchOrder()Gets the standing order.- Returns:
- the standing search order
- Throws:
UnimplementedException-supportsStandingSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsStandingSearchOrder()} is {@code true} .
-
orderByAdmissionDate
Specifies a preference for ordering the result set by the admission date.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByTerm
Specifies a preference for ordering the result set by the term.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsTermSearchOrder
boolean supportsTermSearchOrder()Tests if a term order is available.- Returns:
trueif a term order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getTermSearchOrder
TermSearchOrder getTermSearchOrder()Gets the term order.- Returns:
- the term search order
- Throws:
UnimplementedException-supportsTermSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsTermSearchOrder()} is {@code true} .
-
orderByCreditScale
Specifies a preference for ordering the result set by the grade system for credits.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsCreditScaleSearchOrder
boolean supportsCreditScaleSearchOrder()Tests if a grade system order is available.- Returns:
trueif a grade system order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getCreditScaleSearchOrder
GradeSystemSearchOrder getCreditScaleSearchOrder()Gets the grade system order.- Returns:
- the credit scale search order
- Throws:
UnimplementedException-supportsCreditScaleSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsCreditScaleSearchOrder()} is {@code true} .
-
orderByCreditsEarned
Specifies a preference for ordering the result set by the earned credits.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
orderByGPAScale
Specifies a preference for ordering the result set by the grade system for GPAs.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
supportsGPAScaleSearchOrder
boolean supportsGPAScaleSearchOrder()Tests if a grade system order is available.- Returns:
trueif a grade system order is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
getGPAScaleSearchOrder
GradeSystemSearchOrder getGPAScaleSearchOrder()Gets the grade system order.- Returns:
- the GPA scale search order
- Throws:
UnimplementedException-supportsGPAScaleSearchOrder()isfalse- Compliance:
optional- This method must be implemented if {@code supportsGPAScaleSearchOrder()} is {@code true} .
-
orderByGPA
Specifies a preference for ordering the result set by the gpa.- Parameters:
style- search order style- Throws:
NullArgumentException-styleisnull- Compliance:
mandatory- This method must be implemented.
-
getProgramEntrySearchOrderRecord
ProgramEntrySearchOrderRecord getProgramEntrySearchOrderRecord(Type programEntryRecordType) throws OperationFailedException Gets the program entry search order record corresponding to the given program entry recordType. Multiple retrievals return the same underlying object.- Parameters:
programEntryRecordType- a program entry record type- Returns:
- the program entry search order record
- Throws:
NullArgumentException-programEntryRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(programEntryRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-