|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CourseSearch.SearchKey | |
|---|---|
| blackboard.persist.course | |
| Uses of CourseSearch.SearchKey in blackboard.persist.course |
|---|
| Methods in blackboard.persist.course that return CourseSearch.SearchKey | |
|---|---|
static CourseSearch.SearchKey |
CourseSearch.SearchKey.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CourseSearch.SearchKey[] |
CourseSearch.SearchKey.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in blackboard.persist.course with parameters of type CourseSearch.SearchKey | |
|---|---|
static CourseSearch |
CourseSearch.getInfoSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
Course.ServiceLevel serviceLevel)
Generates a search object that finds courses based on the specified name key. |
static CourseSearch |
CourseSearch.getViewCatalogSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Id categoryId,
Course.ServiceLevel serviceLevel)
Returns a course search object appropriate for use when rendering a course list with the course catalog as viewed by user (i.e., non-admin panel) Since this is not used from the admin panel, the entitlement clause is not added. |
static CourseSearch |
CourseSearch.getViewCoursesSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Course.ServiceLevel serviceLevel)
Creates a search object that |
static CourseSearch |
CourseSearch.getViewCoursesSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Course.ServiceLevel serviceLevel,
boolean bFilterRowStatus)
Creates a search object that |
static CourseSearch |
CourseSearch.getViewCoursesSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Course.ServiceLevel serviceLevel,
boolean bFilterRowStatus,
boolean bCheckDomainEntitlement)
|
static CourseSearch |
CourseSearch.getViewCoursesSearch(CourseSearch.SearchKey key,
SearchOperator op,
java.lang.String value,
SearchOperator dateOp,
java.util.Date createdDate,
Course.ServiceLevel serviceLevel,
boolean bFilterRowStatus,
boolean bCheckDomainEntitlement,
boolean displayIntegrated)
Creates a search object that |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||