|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
String |
getCalid()
Returns the canonical name of this agenda. |
String |
getCN()
Returns the canonical human friendly name of this agenda. |
Date |
getCreated()
Return the time when this agenda was created. |
List |
getEvents()
Returns the set of events referred to by this agenda. |
List |
getEventsByDate(Date startdate,
Date enddate)
Returns the set of events referred to by this agenda, narrowed by the specified date range. |
AgendaType |
getType()
Returns the type of this agenda. |
Writer |
outputEmptyAgenda(Writer w)
Outputs an iCalendar object to the specified writer. |
Writer |
outputICalendar(Writer writer)
Outputs an iCalendar object to the specified writer. |
Writer |
outputICalendar(Writer w,
Date start,
Date end)
Outputs an iCalendar object to the specified writer. |
Method Detail |
public String getCalid()
public String getCN()
public AgendaType getType()
public List getEvents()
public List getEventsByDate(Date startdate, Date enddate)
public Writer outputICalendar(Writer writer) throws IOException
writer
- where to output the ICalendar objectpublic Date getCreated()
public Writer outputICalendar(Writer w, Date start, Date end) throws IOException
w
- where output should gostart
- when to startend
- when to endpublic Writer outputEmptyAgenda(Writer w) throws IOException
w
- where the output should go
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |