Uses of Class
blackboard.data.announcement.Announcement.Type

Packages that use Announcement.Type
blackboard.data.announcement Provides classes used to store "announcements" in the Blackboard system. 
blackboard.persist.announcement   
 

Uses of Announcement.Type in blackboard.data.announcement
 

Fields in blackboard.data.announcement declared as Announcement.Type
static Announcement.Type Announcement.Type.COURSE
          The announcement is associated with a course, and viewable from that course's (or organization's) Announcements tool.
static Announcement.Type Announcement.Type.DEFAULT
          Default is COURSE.
static Announcement.Type Announcement.Type.SYSTEM
          The announcement is viewable from the system-level Announcement tool.
 

Methods in blackboard.data.announcement that return Announcement.Type
static Announcement.Type Announcement.Type.fromExternalString(java.lang.String externalString)
          Returns the Announcement.Type element specified by the externalString.
 Announcement.Type Announcement.getType()
          Returns the type value associated with this Announcement.
static Announcement.Type[] Announcement.Type.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.data.announcement with parameters of type Announcement.Type
 void Announcement.setType(Announcement.Type eType)
          Sets the type value associated with this Announcement.
 

Uses of Announcement.Type in blackboard.persist.announcement
 

Methods in blackboard.persist.announcement with parameters of type Announcement.Type
 BbList AnnouncementDbLoader.loadAvailableByType(Announcement.Type type)
          Load the list of Announcement objects currently available to the user of the type identified by the given Announcement.Type using a connection obtained through this object's database context.
 BbList AnnouncementDbLoader.loadAvailableByType(Announcement.Type type, boolean showPerm)
          Load the list of Announcement objects currently available to the user of the type identified by the given Announcement.Type using a connection obtained through this object's database context.
 BbList AnnouncementDbLoader.loadAvailableByType(Announcement.Type type, java.sql.Connection con)
          Load the list of Announcement objects currently available to the user of the type identified by the given Announcement.Type using the supplied connection.
 BbList AnnouncementDbLoader.loadAvailableByType(Announcement.Type type, int numDaysBack)
          Load the list of Announcement objects currently available to the user of the type identified by the given Announcement.Type created or modified within the last n days, using a connection obtained through this object's database context.
 BbList AnnouncementDbLoader.loadAvailableByType(Announcement.Type type, int numDaysBack, boolean showPerm, java.sql.Connection con)
          Load the list of Announcement objects currently available to the user of the type identified by the given Announcement.Type created or modified within the last n days, using the supplied connection.
 BbList AnnouncementDbLoader.loadByType(Announcement.Type type)
          Load the list of Announcement objects that currently exist of the type identified by the given Announcement.Type using a connection obtained through this object's database context.
 BbList AnnouncementDbLoader.loadByType(Announcement.Type type, java.sql.Connection con)
          Load the list of Announcement objects that currently exist of the type identified by the given Announcement.Type using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.