|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgendaException | |
---|---|
com.silverpeas.ical | |
com.stratelia.webactiv.agenda.control | |
com.stratelia.webactiv.agenda.model | |
com.stratelia.webactiv.agenda.view |
Uses of AgendaException in com.silverpeas.ical |
---|
Methods in com.silverpeas.ical that throw AgendaException | |
---|---|
String |
ExportIcalManager.exportIcalAgenda()
Exports in iCal the user agenda. |
String |
ExportIcalManager.exportIcalAgenda(String startDate,
String endDate)
Exports in iCal the events of the user agenda between the specified interval. |
String |
ExportIcalManager.exportIcalAgendaForSynchro()
Exports in iCal the user agenda within a synchronization process. |
Uses of AgendaException in com.stratelia.webactiv.agenda.control |
---|
Methods in com.stratelia.webactiv.agenda.control that throw AgendaException | |
---|---|
Collection<Category> |
AgendaSessionController.getAllCategories()
methods for categories |
Category |
AgendaSessionController.getCategory(String categoryId)
Method declaration |
static Collection<JournalHeader> |
AgendaAccess.getDaySchedulables(String userId)
|
Collection<Attendee> |
AgendaSessionController.getJournalAttendees(String journalId)
methods for attendees |
Collection<Category> |
AgendaSessionController.getJournalCategories(String journalId)
Method declaration |
static Collection<JournalHeader> |
AgendaAccess.getJournalHeadersForUserAfterDate(String userIdAgenda,
Date startDate,
int nbReturned)
|
static Collection<JournalHeader> |
AgendaAccess.getNextDaySchedulables(String userId)
|
Collection<JournalHeader> |
AgendaSessionController.getTentativeSchedulables()
Method declaration |
Collection<Attendee> |
AgendaSessionController.getUserSelected()
Retourne une Collection de UserDetail des utilisateurs selectionnés via le userPanel |
static boolean |
AgendaAccess.hasTentativeSchedulables(String userId)
Method declaration |
void |
AgendaSessionController.saveUserSettings(CalendarImportSettings importSettings)
Save synchronisation user settings |
void |
AgendaSessionController.setJournalAttendees(String journalId,
String[] userIds)
Method declaration |
void |
AgendaSessionController.setJournalCategories(String journalId,
String[] categoryIds)
Method declaration |
void |
AgendaSessionController.setJournalParticipationStatus(String journalId,
String userId,
String status)
Method declaration |
void |
AgendaSessionController.updateUserSettings(CalendarImportSettings importSettings)
Update synchronisation user settings |
Uses of AgendaException in com.stratelia.webactiv.agenda.model |
---|
Methods in com.stratelia.webactiv.agenda.model that throw AgendaException | |
---|---|
void |
CalendarImportSettingsDaoJdbc.saveUserSettings(CalendarImportSettings settings)
Save synchronisation user settings |
void |
CalendarImportSettingsDao.saveUserSettings(CalendarImportSettings settings)
Save synchronisation user settings |
void |
CalendarImportSettingsDaoJdbc.updateUserSettings(CalendarImportSettings settings)
Update synchronisation user settings |
void |
CalendarImportSettingsDao.updateUserSettings(CalendarImportSettings settings)
Update synchronisation user settings |
Uses of AgendaException in com.stratelia.webactiv.agenda.view |
---|
Methods in com.stratelia.webactiv.agenda.view that throw AgendaException | |
---|---|
String |
AgendaHtmlView.getHtmlView()
Method declaration |
String |
AgendaHtmlView.getHtmlViewByDay(String today)
Method declaration |
String |
AgendaHtmlView.getHtmlViewByWeek(String firstDay)
Method declaration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |