|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.ical.ExportIcalManager
public class ExportIcalManager
Constructor Summary | |
---|---|
ExportIcalManager(AgendaSessionController agendaSessionController)
|
|
ExportIcalManager(String userId)
Constructs a new manager of iCal export processes for the agenda core component. |
Method Summary | |
---|---|
String |
exportIcalAgenda()
Exports in iCal the user agenda. |
String |
exportIcalAgenda(String startDate,
String endDate)
Exports in iCal the events of the user agenda between the specified interval. |
String |
exportIcalAgendaForSynchro()
Exports in iCal the user agenda within a synchronization process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportIcalManager(AgendaSessionController agendaSessionController)
public ExportIcalManager(String userId)
userId
- the unique identifier of the user for which the manager has to be instanciated.Method Detail |
---|
public String exportIcalAgenda(String startDate, String endDate) throws AgendaException
startDate
- the start date of the interval.endDate
- the end date of the interval.
AgendaException
- if an unexpected error occurs while exporting the events.public String exportIcalAgenda() throws AgendaException
AgendaException
- if an unexpected error occurs while exporting the events.public String exportIcalAgendaForSynchro() throws AgendaException
AgendaException
- if an unexpected error occurs while exporting the events.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |