|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Course.ServiceLevel | |
|---|---|
| blackboard.admin.data.course | Package containing concrete references to the instantiation of Course/Organization themed objects. |
| blackboard.data.course | Provides the classes used to interact with course definitions in Blackboard. |
| blackboard.persist.course | |
| Uses of Course.ServiceLevel in blackboard.admin.data.course |
|---|
| Methods in blackboard.admin.data.course with parameters of type Course.ServiceLevel | |
|---|---|
void |
AdminCourse.setServiceLevel(Course.ServiceLevel eLevel)
Sets the service level Course.ServiceLevel for this AdminCourse
Method is overriden for AdminCourse to always be Course.ServiceLevel.FULL |
| Uses of Course.ServiceLevel in blackboard.data.course |
|---|
| Fields in blackboard.data.course declared as Course.ServiceLevel | |
|---|---|
static Course.ServiceLevel |
Course.ServiceLevel.COMMUNITY
|
static Course.ServiceLevel |
Course.ServiceLevel.DEFAULT
|
static Course.ServiceLevel |
Course.ServiceLevel.FULL
|
static Course.ServiceLevel |
Course.ServiceLevel.REGISTERED
|
static Course.ServiceLevel |
Course.ServiceLevel.SYSTEM
|
static Course.ServiceLevel |
Course.ServiceLevel.TEST_DRIVE
|
| Methods in blackboard.data.course that return Course.ServiceLevel | |
|---|---|
static Course.ServiceLevel |
Course.ServiceLevel.fromExternalString(java.lang.String externalString)
Returns the Course.ServiceLevel element specified by the externalString. |
Course.ServiceLevel |
Course.getServiceLevelType()
Returns the service level type for this Course. |
static Course.ServiceLevel[] |
Course.ServiceLevel.getValues()
Returns an array of all of the elements in this enumeration. |
| Methods in blackboard.data.course with parameters of type Course.ServiceLevel | |
|---|---|
static ListFilter |
Course.createServiceLevelFilter(Course.ServiceLevel targetServiceLevel)
Factory method to create an instance of the ListFilter interface capable of filtering a list of
Course objects based upon course service level (as returned by Course.getServiceLevelType()). |
void |
Course.setServiceLevelType(Course.ServiceLevel eServiceLevelType)
Sets the service level type for this Course. |
| Uses of Course.ServiceLevel in blackboard.persist.course |
|---|
| Methods in blackboard.persist.course that return Course.ServiceLevel | |
|---|---|
Course.ServiceLevel |
CourseSearch.getServiceLevel()
|
| Methods in blackboard.persist.course with parameters of type Course.ServiceLevel | |
|---|---|
static CourseSearch |
CourseSearch.getDateCreatedSearch(SearchOperator op,
java.util.Date value,
Course.ServiceLevel serviceLevel)
Creates a search object that compares the creation date. |
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.getInstructorSearch(SearchOperator op,
java.lang.String value,
Course.ServiceLevel serviceLevel)
Generates a search object that finds courses based on whether one of the instructors has a name matching the specified value. |
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 |
BbList<Course> |
CourseDbLoader.loadAllByServiceLevel(Course.ServiceLevel sLevel)
Load all course objects in the system with the given Course.ServiceLevel
value in a light-weight fashion using a connection obtained through this
object's database context. |
BbList<Course> |
CourseDbLoader.loadAllByServiceLevel(Course.ServiceLevel sLevel,
java.sql.Connection con)
Load all course objects in the system with the given Course.ServiceLevel
value in a light-weight fashion using the supplied connection. |
BbList<Course> |
CourseDbLoader.loadByServiceLevelAndRoles(Id userId,
Course.ServiceLevel serviceLevel,
java.util.List<CourseMembership.Role> roles)
Returns all courses of the given service level, in which the given user is enrolled with one of the given set of roles. |
BbList<CourseMembership> |
CourseMembershipDbLoader.loadByUserIdAndRoles(Id userId,
Course.ServiceLevel serviceLevel,
java.util.List<CourseMembership.Role> roles)
Returns all of the givens user's enrollments to courses of the given service level, where the user is enrolled with one of the given set of roles. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndSortColumns(Id userId,
java.util.List<java.lang.String> sortColumns,
Course.ServiceLevel serviceLevel)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadByUserIdAndSortColumns(Id userId,
java.util.List<java.lang.String> sortColumns,
Course.ServiceLevel serviceLevel,
java.sql.Connection con)
Load the list of Course objects in a lightweight fashion in which the given user (identified by id) is enrolled using a connection obtained through this object's database context. |
BbList<Course> |
CourseDbLoader.loadCourseAndInstructorListByServiceLevel(Course.ServiceLevel sLevel)
This is used on the course Manager list page. |
BbList<Course> |
CourseDbLoader.loadCourseAndInstructorListByServiceLevel(Course.ServiceLevel sLevel,
java.sql.Connection con)
This is used on the course Manager list page. |
void |
CourseSearch.setServiceLevel(Course.ServiceLevel serviceLevel)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||