org.jasig.portlet.calendar.dao
Class PortletPreferencesCalendarSetDao
java.lang.Object
org.jasig.portlet.calendar.dao.PortletPreferencesCalendarSetDao
- All Implemented Interfaces:
- ICalendarSetDao
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.
- Version:
- $Revision: 22522 $
- Author:
- Jen Bourey, jbourey@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesCalendarSetDao
public PortletPreferencesCalendarSetDao()
setCalendarStore
public void setCalendarStore(CalendarStore calendarStore)
getCalendarSet
public CalendarSet<CalendarConfiguration> getCalendarSet(javax.portlet.PortletRequest request)
- Specified by:
getCalendarSet in interface ICalendarSetDao
Copyright © 2012 Jasig. All Rights Reserved.