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

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

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

Methods in edu.yale.its.tp.portlets.calendar that return types with arguments of type PredefinedCalendarConfiguration
 java.util.Set<PredefinedCalendarConfiguration> PredefinedCalendarDefinition.getUserConfigurations()
          Get all the user configurations for this calendar definition
 

Methods in edu.yale.its.tp.portlets.calendar with parameters of type PredefinedCalendarConfiguration
 void PredefinedCalendarDefinition.addUserConfiguration(PredefinedCalendarConfiguration config)
          Add a user configuration for this calendar definition
 

Method parameters in edu.yale.its.tp.portlets.calendar with type arguments of type PredefinedCalendarConfiguration
 void PredefinedCalendarDefinition.setUserConfigurations(java.util.Set<PredefinedCalendarConfiguration> configurations)
          Set the user configurations for this calendar definition
 

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

Methods in edu.yale.its.tp.portlets.calendar.dao that return types with arguments of type PredefinedCalendarConfiguration
 java.util.List<PredefinedCalendarConfiguration> HibernateCalendarStore.getPredefinedCalendarConfigurations()
           
 java.util.List<PredefinedCalendarConfiguration> CalendarStore.getPredefinedCalendarConfigurations()
          Retrieve a list of all pre-defined calendar configurations.
 java.util.List<PredefinedCalendarConfiguration> HibernateCalendarStore.getPredefinedCalendarConfigurations(java.lang.String subscribeId, boolean visibleOnly)
           
 java.util.List<PredefinedCalendarConfiguration> CalendarStore.getPredefinedCalendarConfigurations(java.lang.String subscribeId, boolean visibleOnly)
          Retrieve a list of pre-defined calendar configurations for the specified portlet.
 



Copyright © 2009 Jasig. All Rights Reserved.