Uses of Class
blackboard.data.course.Course

Packages that use Course
blackboard.data.content Provides the classes used to store course content in Blackboard. 
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
blackboard.data.discussionboard.datamanager   
blackboard.persist.course   
blackboard.platform.filesystem   
 

Uses of Course in blackboard.data.content
 

Methods in blackboard.data.content with parameters of type Course
static ContentWrapper ContentWrapper.getInstance(Course crs)
           
static ContentHandlerWrapper ContentHandlerWrapper.getInstance(Course crs)
           
 

Uses of Course in blackboard.data.course
 

Subclasses of Course in blackboard.data.course
 class Organization
          The Organization class provides a representation of an organization (or community) within the Blackboard system.
 

Methods in blackboard.data.course that return Course
 Course CourseQuota.getCourse()
          Accessor Methods
 Course CourseManager.getCourse(Id id)
          loads the Course for a given course Id
 

Methods in blackboard.data.course that return types with arguments of type Course
 java.util.List<Course> CourseManager.remove(java.util.List<Id> ids, java.lang.String sourceType)
          Deletes the Courses identified by the given Id values using a connection from the associated persistence manager's database container.
 

Methods in blackboard.data.course with parameters of type Course
static CourseQuota CourseQuota.createInstance(Course course)
           
 

Constructors in blackboard.data.course with parameters of type Course
CourseQuota(Course course)
           
 

Uses of Course in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return Course
 Course ConferenceManager.getEnclosingCourse(Conference conf)
          If the conference owner of this conference is a course, return it, if it is a group, get the enclosing course and return that.
 

Uses of Course in blackboard.persist.course
 

Methods in blackboard.persist.course that return Course
 Course CourseDbLoader.loadByBatchUid(java.lang.String batchUid)
          Load the Course with the given batch uid value from the database in a light- weight fashion using a connection obtained through this object's database context.
 Course CourseDbLoader.loadByBatchUid(java.lang.String batchUid, java.sql.Connection con)
          Load the Course with the given batch uid value from the database in a light- weight fashion using the supplied connection.
 Course CourseDbLoader.loadByBatchUid(java.lang.String batchUid, java.sql.Connection con, boolean bHeavy)
          Load the Course with the given batch uid value from the database in the specified fashion (lightweight or heavyweight) using the supplied connection.
 Course CourseDbLoader.loadByCourseId(java.lang.String courseId)
          Load the Course with the given course id (not pk) value from the database in a lightweight fashion using a connection obtained through this object's database context.
 Course CourseDbLoader.loadByCourseId(java.lang.String courseId, java.sql.Connection con)
          Load the Course with the given course id (not pk) value from the database in a lightweight fashion using the supplied connection.
 Course CourseDbLoader.loadByCourseId(java.lang.String courseId, java.sql.Connection con, boolean bHeavy)
          Load the Course with the given course id (not pk) from the database in the specified fashion (lightweight or heavyweight) using the supplied connection.
 Course CourseDbLoader.loadById(Id id)
          Load the Course with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context.
 Course CourseDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Course with the given Id from the database in a lightweight fashion using the supplied connection.
 Course CourseDbLoader.loadById(Id id, java.sql.Connection con, boolean bHeavy)
          Load the Course with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection.
 Course CourseDbLoader.loadSystemCourse()
          Load the default SYSTEM course object light-weight fashion using a connection obtained through this object's database context.
 Course CourseDbLoader.loadSystemCourse(java.sql.Connection con)
          Load the default SYSTEM course object.
 

Methods in blackboard.persist.course with parameters of type Course
 void CourseDbPersister.persist(Course course)
          Inserts or updates the supplied Course in a lightweight fashion using a connection from the associated persistence manager's database container.
 void CourseDbPersister.persist(Course course, java.sql.Connection con)
          Inserts or updates the supplied Course in a lightweight fashion using the supplied connection.
 

Uses of Course in blackboard.platform.filesystem
 

Methods in blackboard.platform.filesystem with parameters of type Course
 java.io.File FileSystemService.getAttemptDirectory(Course course, Id attemptId, AttemptFile.FileType fileType)
          Returns the root directory relative to the course and attempt id.
 java.io.File FileSystemService.getContentDirectory(Course course, Id contentId)
          Returns the root directory relative to the course and content id.
 java.io.File FileSystemService.getCourseDirectory(Course course)
          Returns the root directory relative to the course.
 java.io.File FileSystemService.getDbDirectory(Course course, Id msgId)
          Returns the root directory relative to the course and message id.
 java.io.File FileSystemService.getMessagingDirectory(Course course)
          Returns the root directory relative to the course.
 java.io.File FileSystemService.getRecycleDirectory(Course course)
          Returns the root directory of the "recycle bin" for a specific course.
 java.lang.String FileSystemService.getWebAttemptDirectory(Course course, Id attemptId, AttemptFile.FileType fileType)
          Returns the web based root directory relative to the course and attempt id.
 java.lang.String FileSystemService.getWebContentDirectory(Course course, Id contentId)
          Returns the web based root directory relative to the course and content id.
 java.lang.String FileSystemService.getWebCourseDirectory(Course course)
          Returns the web-root based directory path to the course.
 java.lang.String FileSystemService.getWebDbDirectory(Course course, Id msgId)
          Returns the web based root directory relative to the course and message id.
 java.lang.String FileSystemService.getWebMessagingDirectory(Course course)
          Returns the url to messages directory relative to the course.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.