| Package | Description |
|---|---|
| org.jasig.portlet.calendar | |
| org.jasig.portlet.calendar.dao |
| Modifier and Type | Method and Description |
|---|---|
Set<PredefinedCalendarConfiguration> |
PredefinedCalendarDefinition.getUserConfigurations()
Get all the user configurations for this calendar definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedCalendarDefinition.addUserConfiguration(PredefinedCalendarConfiguration config)
Add a user configuration for this calendar definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedCalendarDefinition.setUserConfigurations(Set<PredefinedCalendarConfiguration> configurations)
Set the user configurations for this calendar definition
|
| Modifier and Type | Method and Description |
|---|---|
PredefinedCalendarConfiguration |
HibernateCalendarStore.getPredefinedCalendarConfiguration(String subscribeId,
String name) |
PredefinedCalendarConfiguration |
CalendarStore.getPredefinedCalendarConfiguration(String subscribeId,
String name)
Retrieve a
PredefinedCalendarConfiguration for the specified subscribeId and name. |
| Modifier and Type | Method and Description |
|---|---|
List<PredefinedCalendarConfiguration> |
ICalendarSetDao.getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest request) |
List<PredefinedCalendarConfiguration> |
HibernateCalendarSetDao.getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest request) |
List<PredefinedCalendarConfiguration> |
WhitelistFilteringCalendarSetDao.getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest req) |
List<PredefinedCalendarConfiguration> |
PortletPreferencesCalendarSetDao.getAvailablePredefinedCalendarConfigurations(javax.portlet.PortletRequest request)
Deprecated.
|
List<PredefinedCalendarConfiguration> |
HibernateCalendarStore.getPredefinedCalendarConfigurations() |
List<PredefinedCalendarConfiguration> |
CalendarStore.getPredefinedCalendarConfigurations()
Retrieve a list of all pre-defined calendar configurations.
|
List<PredefinedCalendarConfiguration> |
HibernateCalendarStore.getPredefinedCalendarConfigurations(String subscribeId,
boolean visibleOnly) |
List<PredefinedCalendarConfiguration> |
CalendarStore.getPredefinedCalendarConfigurations(String subscribeId,
boolean visibleOnly)
Retrieve a list of pre-defined calendar configurations for the specified portlet.
|
Copyright © 2018 Apereo. All Rights Reserved.