Uses of Class
blackboard.data.course.Group

Packages that use Group
blackboard.persist.course   
 

Uses of Group in blackboard.persist.course
 

Methods in blackboard.persist.course that return Group
 Group GroupDbLoader.loadById(Id id)
          Load the Group with the given Id from the database using a connection obtained through this object's database context.
 Group GroupDbLoader.loadById(Id id, java.sql.Connection con)
          Load the Group with the given Id from the database using the supplied connection.
 

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.