Uses of Class
net.stff.ical.beans.ICal

Packages that use ICal
net.stff.ical   
net.stff.ical.beans   
net.stff.ical.gui.struts.formbeans   
net.stff.ical.persistance   
net.stff.ical.persistance.hibernate   
 

Uses of ICal in net.stff.ical
 

Methods in net.stff.ical that return ICal
 ICal CalendarManager.getCalendar(java.lang.String name, java.lang.String user)
          Retrieves a calendar.
 ICal CalendarManager.editEvent(IEvent event)
          Updates a given event in the datastore.
 

Methods in net.stff.ical with parameters of type ICal
 void CalendarManager.addCalendar(ICal cal)
          Stores an ICal Object in the datastore
 

Uses of ICal in net.stff.ical.beans
 

Methods in net.stff.ical.beans that return ICal
 ICal IEvent.getCalendar()
           
 ICal CalendarData.getCurrentICal()
           
 

Methods in net.stff.ical.beans with parameters of type ICal
 void IEvent.setCalendar(ICal calendar)
           
 void CalendarData.setCurrentICal(ICal currentICal)
           
 

Uses of ICal in net.stff.ical.gui.struts.formbeans
 

Constructors in net.stff.ical.gui.struts.formbeans with parameters of type ICal
EventFormBean(IEvent event, ICal cal)
           
 

Uses of ICal in net.stff.ical.persistance
 

Methods in net.stff.ical.persistance that return ICal
 ICal ICalDAO.getCalendar(java.lang.String key, java.lang.String user)
          Returns a calendar specified by the respective key.
 

Methods in net.stff.ical.persistance with parameters of type ICal
 java.lang.Long ICalDAO.addCalendar(ICal cal)
          Adds an existing calendar.
 void ICalDAO.removeCalendar(ICal cal)
          Removes the Calendar specified by the key
 void ICalDAO.updateCalendar(ICal cal)
          Updates the Calendar specified
 

Uses of ICal in net.stff.ical.persistance.hibernate
 

Methods in net.stff.ical.persistance.hibernate that return ICal
 ICal HibernateICalDAO.getCalendar(java.lang.String key, java.lang.String user)
           
 

Methods in net.stff.ical.persistance.hibernate with parameters of type ICal
 java.lang.Long HibernateICalDAO.addCalendar(ICal cal)
           
 void HibernateICalDAO.removeCalendar(ICal cal)
           
 void HibernateICalDAO.updateCalendar(ICal cal)
           
 



Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.