public class PredefinedCalendarConfiguration extends CalendarConfiguration
| Constructor and Description |
|---|
PredefinedCalendarConfiguration()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPreference(String name,
String value)
Add a user preference for this configuration.
|
Map<String,String> |
getPreferences()
Get the user-specific preferences for this configuration.
|
void |
setCalendarDefinition(CalendarDefinition definition)
Set the CalendarDefinition for the calendar being configured.
|
void |
setPreferences(Map<String,String> preferences)
Set the user-specific preferences for this configuration.
|
getCalendarDefinition, getId, getSubscribeId, isDisplayed, setDisplayed, setId, setSubscribeIdpublic PredefinedCalendarConfiguration()
public Map<String,String> getPreferences()
public void setPreferences(Map<String,String> preferences)
preferences - public void addPreference(String name, String value)
name - parameter name (key)value - value to be storedpublic void setCalendarDefinition(CalendarDefinition definition)
CalendarConfigurationsetCalendarDefinition in class CalendarConfigurationCopyright © 2019 Apereo. All rights reserved.