Uses of Class
blackboard.data.navigation.CourseToc

Packages that use CourseToc
blackboard.persist.navigation   
 

Uses of CourseToc in blackboard.persist.navigation
 

Methods in blackboard.persist.navigation that return CourseToc
 CourseToc CourseTocDbLoader.loadByContentId(Id id)
          Load the CourseToc with the given content Id from the database using a connection obtained through this object's database context.
 CourseToc CourseTocDbLoader.loadByContentId(Id id, java.sql.Connection con)
          Load the CourseToc with the given content Id from the database using the supplied connection.
 CourseToc CourseTocDbLoader.loadByCourseIdAndLabel(Id courseId, java.lang.String strLabel)
          Load the CourseToc from the given course (identified by id) with the given label using a connection obtained through this object's database context.
 CourseToc CourseTocDbLoader.loadByCourseIdAndLabel(Id courseId, java.lang.String strLabel, java.sql.Connection con)
          Load the CourseToc from the given course (identified by id) with the given label using the supplied connection.
 CourseToc CourseTocDbLoader.loadById(Id id)
          Load the CourseToc with the given Id from the database using a connection obtained through this object's database context.
 CourseToc CourseTocDbLoader.loadById(Id id, java.sql.Connection con)
          Load the CourseToc with the given Id from the database using the supplied connection.
 CourseToc CourseTocDbLoader.loadEntryPointByCourseId(Id courseId)
          Load the CourseToc that represents the entry point for the given course (identified by id) using a connection obtained through this object's database context.
 CourseToc CourseTocDbLoader.loadEntryPointByCourseId(Id courseId, java.sql.Connection con)
          Load the CourseToc that represents the entry point for the given course (identified by id) using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.