Uses of Class
de.bea.domingo.groupware.CalendarEntry

Packages that use CalendarEntry
de.bea.domingo.groupware Groupware interface to Lotus Notes/Domino. 
de.bea.domingo.groupware.map Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. 
 

Uses of CalendarEntry in de.bea.domingo.groupware
 

Methods in de.bea.domingo.groupware with parameters of type CalendarEntry
 void CalendarInterface.remove(CalendarEntry entry)
          Deletes an existing calendar entry.
 void CalendarInterface.save(CalendarEntry entry)
          Saves a new calendar entry.
 

Constructors in de.bea.domingo.groupware with parameters of type CalendarEntry
CalendarEntry(CalendarEntry copyFrom)
          Copy constructor.
 

Uses of CalendarEntry in de.bea.domingo.groupware.map
 

Methods in de.bea.domingo.groupware.map with parameters of type CalendarEntry
 void MailDatabase.remove(CalendarEntry entry)
          Deletes an existing calendar entry.
 void MailDatabase.save(CalendarEntry entry)
          Saves a new calendar entry.
 



Domingo Java-API