Uses of Class
blackboard.data.calendar.CalendarEntry

Packages that use CalendarEntry
blackboard.persist.calendar   
 

Uses of CalendarEntry in blackboard.persist.calendar
 

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

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



Copyright © 2003 Blackboard, Inc. All Rights Reserved.