|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.export.ical.ExportableCalendar
public class ExportableCalendar
An exportable calendar is a collection of events that can be exported in an iCal calendar.
Method Summary | |
---|---|
List<CalendarEvent> |
getEvents()
Gets the events to export. |
boolean |
isEmpty()
Is this exportable calendar is empty? |
static ExportableCalendar |
with(CalendarEvent... event)
Creates a new calendar ready to be exported with the specified calendar events. |
static ExportableCalendar |
with(Collection<CalendarEvent> events)
Creates a new calendar ready to be exported with the specified calendar events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExportableCalendar with(Collection<CalendarEvent> events)
events
- the events to export.
public static ExportableCalendar with(CalendarEvent... event)
events
- the events to export.
public List<CalendarEvent> getEvents()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |