| Package | Description |
|---|---|
| org.jasig.portlet.calendar | |
| org.jasig.portlet.calendar.dao |
| Modifier and Type | Class and Description |
|---|---|
class |
PredefinedCalendarDefinition
PredefinedCalendarDefinition represents a built-in calendar definition.
|
class |
UserDefinedCalendarDefinition
UserDefinedCalendarDefinition represents a user-added calendar definition.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarDefinition |
CalendarConfiguration.getCalendarDefinition()
Get the CalendarDefinition for the calendar being configured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredefinedCalendarConfiguration.setCalendarDefinition(CalendarDefinition definition) |
void |
CalendarConfiguration.setCalendarDefinition(CalendarDefinition definition)
Set the CalendarDefinition for the calendar being configured.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarDefinition |
HibernateCalendarStore.getCalendarDefinition(Long id) |
CalendarDefinition |
CalendarStore.getCalendarDefinition(Long id)
Retrieve a calendar definition.
|
CalendarDefinition |
HibernateCalendarStore.getCalendarDefinition(String fname) |
CalendarDefinition |
CalendarStore.getCalendarDefinition(String fname) |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateCalendarStore.deleteCalendarDefinition(CalendarDefinition definition) |
void |
CalendarStore.deleteCalendarDefinition(CalendarDefinition definition)
Remove a calendar definition from the data store.
|
void |
HibernateCalendarStore.storeCalendarDefinition(CalendarDefinition listing) |
void |
CalendarStore.storeCalendarDefinition(CalendarDefinition definition)
Save or update a calendar definition.
|
Copyright © 2016 Apereo. All Rights Reserved.