Uses of Class
blackboard.data.calendar.CalendarEntry.Type

Packages that use CalendarEntry.Type
blackboard.data.calendar Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. 
blackboard.persist.calendar   
 

Uses of CalendarEntry.Type in blackboard.data.calendar
 

Fields in blackboard.data.calendar declared as CalendarEntry.Type
static CalendarEntry.Type CalendarEntry.Type.COURSE
          The entry is associated with a course, and is viewable from the course's (or organization's) calendar tool.
static CalendarEntry.Type CalendarEntry.Type.INSTITUTION
          The entry is system-wide and viewable from the system-level calendar tool.
static CalendarEntry.Type CalendarEntry.Type.PERSONAL
          The entry is associated with a user, and is viewed in the system-level calendar tool, which also aggregates system entries and course entries for the current user.
static CalendarEntry.Type CalendarEntry.Type.DEFAULT
          The default is PERSONAL.
 

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

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

Uses of CalendarEntry.Type in blackboard.persist.calendar
 

Methods in blackboard.persist.calendar with parameters of type CalendarEntry.Type
 BbList CalendarEntryDbLoader.loadByType(CalendarEntry.Type type)
          Load the list of CalendarEntry objects of the given Calendar.Type using a connection obtained through this object's database context.
 BbList CalendarEntryDbLoader.loadByType(CalendarEntry.Type type, java.sql.Connection con)
          Load the list of CalendarEntry objects of the given Calendar.Type using the supplied connection.
 BbList CalendarEntryDbLoader.loadByType(CalendarEntry.Type type, java.util.Calendar startDate, java.util.Calendar endDate)
           
 BbList CalendarEntryDbLoader.loadByType(CalendarEntry.Type type, java.util.Calendar startDate, java.util.Calendar endDate, java.sql.Connection con)
           
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.