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.FULL
           
static Course.ServiceLevel Course.ServiceLevel.REGISTERED
           
static Course.ServiceLevel Course.ServiceLevel.TEST_DRIVE
           
static Course.ServiceLevel Course.ServiceLevel.DEFAULT
           
 

Methods in blackboard.data.course that return Course.ServiceLevel
 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.
static Course.ServiceLevel Course.ServiceLevel.fromExternalString(java.lang.String externalString)
          Returns the Course.ServiceLevel element specified by the externalString.
 

Methods in blackboard.data.course with parameters of type Course.ServiceLevel
 void Course.setServiceLevelType(Course.ServiceLevel eServiceLevelType)
          Sets the service level type for this Course.
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()).
 

Uses of Course.ServiceLevel in blackboard.persist.course
 

Methods in blackboard.persist.course with parameters of type Course.ServiceLevel
 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.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.