org.jasig.portlet.calendar.adapter
Class AbstractCalendarAdapter
java.lang.Object
org.jasig.portlet.calendar.adapter.AbstractCalendarAdapter
- All Implemented Interfaces:
- ICalendarAdapter
- Direct Known Subclasses:
- CalDavCalendarAdapter, ConfigurableFileCalendarAdapter, ConfigurableHttpCalendarAdapter, ExchangeCalendarAdapter
public abstract class AbstractCalendarAdapter
- extends Object
- implements ICalendarAdapter
AbstractCalendarAdapter provides a base representation of a calendar
adapter, without any implementation-specfic functionality.
- Version:
- $Revision: 25519 $
- Author:
- Jen Bourey
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCalendarAdapter
public AbstractCalendarAdapter()
getTitleKey
public String getTitleKey()
- Description copied from interface:
ICalendarAdapter
- Get the message key to be used as the title for this adapter.
- Specified by:
getTitleKey in interface ICalendarAdapter
- Returns:
getDescriptionKey
public String getDescriptionKey()
- Description copied from interface:
ICalendarAdapter
- Get the message key to be used as the description for this adapter.
- Specified by:
getDescriptionKey in interface ICalendarAdapter
- Returns:
getParameters
public List<org.jasig.portlet.form.parameter.Parameter> getParameters()
- Description copied from interface:
ICalendarAdapter
- Get the list of configuration parameters available for this adapter.
- Specified by:
getParameters in interface ICalendarAdapter
- Returns:
setParameters
public void setParameters(List<org.jasig.portlet.form.parameter.Parameter> parameters)
setTitleKey
public void setTitleKey(String titleKey)
setDescriptionKey
public void setDescriptionKey(String descriptionKey)
Copyright © 2012 Jasig. All Rights Reserved.