Uses of Class
blackboard.data.course.Course.ServiceLevel

Packages that use Course.ServiceLevel
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
blackboard.persist.course   
 

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 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 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 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 CourseDbLoader.loadCourseAndInstructorListByServiceLevel(Course.ServiceLevel sLevel)
           
 BbList CourseDbLoader.loadCourseAndInstructorListByServiceLevel(Course.ServiceLevel sLevel, java.sql.Connection con)
           
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.