org.jasig.portlet.calendar.adapter
Class AbstractCalendarAdapter

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

Constructor Summary
AbstractCalendarAdapter()
           
 
Method Summary
 String getDescriptionKey()
          Get the message key to be used as the description for this adapter.
 List<org.jasig.portlet.form.parameter.Parameter> getParameters()
          Get the list of configuration parameters available for this adapter.
 String getTitleKey()
          Get the message key to be used as the title for this adapter.
 void setDescriptionKey(String descriptionKey)
           
 void setParameters(List<org.jasig.portlet.form.parameter.Parameter> parameters)
           
 void setTitleKey(String titleKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portlet.calendar.adapter.ICalendarAdapter
getEvents, getLink
 

Constructor Detail

AbstractCalendarAdapter

public AbstractCalendarAdapter()
Method Detail

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.