org.jasig.portlet.calendar.dao
Class PortletPreferencesCalendarSetDao

java.lang.Object
  extended by 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

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

Constructor Detail

PortletPreferencesCalendarSetDao

public PortletPreferencesCalendarSetDao()
Method Detail

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.