|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalendarDefinition | |
|---|---|
| org.jasig.portlet.calendar | |
| org.jasig.portlet.calendar.dao | |
| Uses of CalendarDefinition in org.jasig.portlet.calendar |
|---|
| Subclasses of CalendarDefinition in org.jasig.portlet.calendar | |
|---|---|
class |
PredefinedCalendarDefinition
PredefinedCalendarDefinition represents a built-in calendar definition. |
class |
UserDefinedCalendarDefinition
UserDefinedCalendarDefinition represents a user-added calendar definition. |
| Methods in org.jasig.portlet.calendar that return CalendarDefinition | |
|---|---|
CalendarDefinition |
CalendarConfiguration.getCalendarDefinition()
Get the CalendarDefinition for the calendar being configured. |
| Methods in org.jasig.portlet.calendar with parameters of type CalendarDefinition | |
|---|---|
void |
PredefinedCalendarConfiguration.setCalendarDefinition(CalendarDefinition definition)
|
void |
CalendarConfiguration.setCalendarDefinition(CalendarDefinition definition)
Set the CalendarDefinition for the calendar being configured. |
| Uses of CalendarDefinition in org.jasig.portlet.calendar.dao |
|---|
| Methods in org.jasig.portlet.calendar.dao that return CalendarDefinition | |
|---|---|
CalendarDefinition |
HibernateCalendarStore.getCalendarDefinition(Long id)
|
CalendarDefinition |
CalendarStore.getCalendarDefinition(Long id)
Retrieve a calendar definition. |
CalendarDefinition |
HibernateCalendarStore.getCalendarDefinition(String fname)
|
CalendarDefinition |
CalendarStore.getCalendarDefinition(String fname)
|
| Methods in org.jasig.portlet.calendar.dao with parameters of type CalendarDefinition | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||