Uses of Class
edu.yale.its.tp.portlets.calendar.CalendarDefinition

Packages that use CalendarDefinition
edu.yale.its.tp.portlets.calendar   
edu.yale.its.tp.portlets.calendar.dao   
 

Uses of CalendarDefinition in edu.yale.its.tp.portlets.calendar
 

Subclasses of CalendarDefinition in edu.yale.its.tp.portlets.calendar
 class PredefinedCalendarDefinition
          PredefinedCalendarDefinition represents a built-in calendar definition.
 class UserDefinedCalendarDefinition
          UserDefinedCalendarDefinition represents a user-added calendar definition.
 

Methods in edu.yale.its.tp.portlets.calendar that return CalendarDefinition
 CalendarDefinition CalendarConfiguration.getCalendarDefinition()
          Get the CalendarDefinition for the calendar being configured.
 

Methods in edu.yale.its.tp.portlets.calendar with parameters of type CalendarDefinition
 void CalendarConfiguration.setCalendarDefinition(CalendarDefinition definition)
          Set the CalendarDefinition for the calendar being configured.
 

Uses of CalendarDefinition in edu.yale.its.tp.portlets.calendar.dao
 

Methods in edu.yale.its.tp.portlets.calendar.dao that return CalendarDefinition
 CalendarDefinition HibernateCalendarStore.getCalendarDefinition(java.lang.Long id)
           
 CalendarDefinition CalendarStore.getCalendarDefinition(java.lang.Long id)
          Retrieve a calendar definition.
 

Methods in edu.yale.its.tp.portlets.calendar.dao with parameters of type CalendarDefinition
 void HibernateCalendarStore.deleteCalendarDefinition(CalendarDefinition definition)
           
 void CalendarStore.deleteCalendarDefinition(CalendarDefinition definition)
          Remove a calendar definition from the data store.
 void HibernateCalendarStore.storeCalendarDefinition(CalendarDefinition listing)
           
 void CalendarStore.storeCalendarDefinition(CalendarDefinition definition)
          Save or update a calendar definition.
 



Copyright © 2009 Jasig. All Rights Reserved.