|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PredefinedCalendarConfiguration | |
|---|---|
| org.jasig.portlet.calendar | |
| org.jasig.portlet.calendar.dao | |
| Uses of PredefinedCalendarConfiguration in org.jasig.portlet.calendar |
|---|
| Methods in org.jasig.portlet.calendar that return types with arguments of type PredefinedCalendarConfiguration | |
|---|---|
Set<PredefinedCalendarConfiguration> |
PredefinedCalendarDefinition.getUserConfigurations()
Get all the user configurations for this calendar definition |
| Methods in org.jasig.portlet.calendar with parameters of type PredefinedCalendarConfiguration | |
|---|---|
void |
PredefinedCalendarDefinition.addUserConfiguration(PredefinedCalendarConfiguration config)
Add a user configuration for this calendar definition |
| Method parameters in org.jasig.portlet.calendar with type arguments of type PredefinedCalendarConfiguration | |
|---|---|
void |
PredefinedCalendarDefinition.setUserConfigurations(Set<PredefinedCalendarConfiguration> configurations)
Set the user configurations for this calendar definition |
| Uses of PredefinedCalendarConfiguration in org.jasig.portlet.calendar.dao |
|---|
| Methods in org.jasig.portlet.calendar.dao that return PredefinedCalendarConfiguration | |
|---|---|
PredefinedCalendarConfiguration |
HibernateCalendarStore.getPredefinedCalendarConfiguration(String subscribeId,
String name)
|
PredefinedCalendarConfiguration |
CalendarStore.getPredefinedCalendarConfiguration(String subscribeId,
String name)
Retrieve a PredefinedCalendarConfiguration for the specified
subscribeId and name. |
| Methods in org.jasig.portlet.calendar.dao that return types with arguments of type PredefinedCalendarConfiguration | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||