Uses of Class
blackboard.data.content.StaffInfoFolder

Packages that use StaffInfoFolder
blackboard.persist.content   
 

Uses of StaffInfoFolder in blackboard.persist.content
 

Methods in blackboard.persist.content that return StaffInfoFolder
 StaffInfoFolder StaffInfoDbLoader.loadFolderByCourseId(Id courseId)
          Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using a connection obtained through this object's database context.
 StaffInfoFolder StaffInfoDbLoader.loadFolderByCourseId(Id courseId, java.sql.Connection con)
          Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection.
 StaffInfoFolder StaffInfoDbLoader.loadFolderByCourseId(Id courseId, java.sql.Connection con, boolean heavy)
          Loads the folder of StaffInfo/StaffInfoFolder objects for the given course (identified by id) from the database using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.