| 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. |