Uses of Class
blackboard.data.announcement.Announcement

Packages that use Announcement
blackboard.persist.announcement   
 

Uses of Announcement in blackboard.persist.announcement
 

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

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.