org.jasig.portlet.calendar.dao
Class PortletPreferencesCalendarSetDao

java.lang.Object
  extended by org.jasig.portlet.calendar.dao.PortletPreferencesCalendarSetDao
All Implemented Interfaces:
ICalendarSetDao

Deprecated. Use WhitelistFilteringCalendarSetDao instead.

public final class PortletPreferencesCalendarSetDao
extends Object
implements ICalendarSetDao

PortletPreferencesCalendarSetDao provides a portlet preference-based implementation of the ICalendarSetDao interface. This implementation is currently very limited and does not support the addition of user editing or configuration or interact with any of the roles features.

Author:
Jen Bourey, jbourey@unicon.net

Constructor Summary
PortletPreferencesCalendarSetDao()
          Deprecated.  
 
Method Summary
 List<PredefinedCalendarConfiguration> getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest request)
          Deprecated.  
 CalendarSet<CalendarConfiguration> getCalendarSet(javax.portlet.PortletRequest request)
          Deprecated.  
 void setCalendarStore(CalendarStore calendarStore)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesCalendarSetDao

public PortletPreferencesCalendarSetDao()
Deprecated. 
Method Detail

setCalendarStore

public void setCalendarStore(CalendarStore calendarStore)
Deprecated. 

getCalendarSet

public CalendarSet<CalendarConfiguration> getCalendarSet(javax.portlet.PortletRequest request)
Deprecated. 
Specified by:
getCalendarSet in interface ICalendarSetDao

getAvailablePredefinedCalendarConfigurations

public List<PredefinedCalendarConfiguration> getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest request)
Deprecated. 
Specified by:
getAvailablePredefinedCalendarConfigurations in interface ICalendarSetDao


Copyright © 2013 Jasig. All Rights Reserved.