Uses of Class
org.silverpeas.core.personalorganizer.model.Attendee
-
-
Uses of Attendee in org.silverpeas.core.personalorganizer.model
Methods in org.silverpeas.core.personalorganizer.model that return types with arguments of type Attendee Modifier and Type Method Description List<Attendee>
TodoDetail. getAttendees()
Method parameters in org.silverpeas.core.personalorganizer.model with type arguments of type Attendee Modifier and Type Method Description void
TodoDetail. setAttendees(List<Attendee> attendees)
-
Uses of Attendee in org.silverpeas.core.personalorganizer.service
Methods in org.silverpeas.core.personalorganizer.service that return types with arguments of type Attendee Modifier and Type Method Description Collection<Attendee>
DefaultCalendarService. getJournalAttendees(String journalId)
Collection<Attendee>
SilverpeasCalendar. getJournalAttendees(String journalId)
List<Attendee>
DefaultCalendarService. getToDoAttendees(String todoId)
Map<String,List<Attendee>>
DefaultCalendarService. getToDoAttendees(Collection<String> todoIds)
List<Attendee>
SilverpeasCalendar. getToDoAttendees(String todoId)
Map<String,List<Attendee>>
SilverpeasCalendar. getToDoAttendees(Collection<String> todoIds)
Methods in org.silverpeas.core.personalorganizer.service with parameters of type Attendee Modifier and Type Method Description void
DefaultCalendarService. addJournalAttendee(String journalId, Attendee attendee)
methods for attendeesvoid
SilverpeasCalendar. addJournalAttendee(String journalId, Attendee attendee)
methods for attendeesvoid
DefaultCalendarService. addToDoAttendee(String todoId, Attendee attendee)
void
SilverpeasCalendar. addToDoAttendee(String todoId, Attendee attendee)
void
DefaultCalendarService. removeJournalAttendee(String journalId, Attendee attendee)
void
SilverpeasCalendar. removeJournalAttendee(String journalId, Attendee attendee)
void
DefaultCalendarService. removeToDoAttendee(String todoId, Attendee attendee)
void
SilverpeasCalendar. removeToDoAttendee(String todoId, Attendee attendee)
-
Uses of Attendee in org.silverpeas.core.web.tools.agenda.control
Methods in org.silverpeas.core.web.tools.agenda.control that return types with arguments of type Attendee Modifier and Type Method Description Collection<Attendee>
AgendaSessionController. getCurrentAttendees()
Method declarationCollection<Attendee>
AgendaSessionController. getJournalAttendees(String journalId)
methods for attendeesCollection<Attendee>
AgendaSessionController. getUserSelected()
Retourne une Collection de UserDetail des utilisateurs selectionnés via le userPanelMethod parameters in org.silverpeas.core.web.tools.agenda.control with type arguments of type Attendee Modifier and Type Method Description void
AgendaSessionController. setCurrentAttendees(Collection<Attendee> attendees)
Method declaration -
Uses of Attendee in org.silverpeas.web.todo.control
Methods in org.silverpeas.web.todo.control that return types with arguments of type Attendee Modifier and Type Method Description List<Attendee>
ToDoHeaderUIEntity. getAttendees()
Gets the list of attendees of the to do.Collection<Attendee>
ToDoSessionController. getCurrentAttendees()
Method declarationList<Attendee>
ToDoSessionController. getToDoAttendees(String todoId)
methods for attendeesMap<String,List<Attendee>>
ToDoSessionController. getToDoAttendees(List<String> todoIds)
methods for attendeesCollection<Attendee>
ToDoSessionController. getUserSelected()
Retourne une Collection de UserDetail des utilisateurs selectionnés via le userPanelMethod parameters in org.silverpeas.web.todo.control with type arguments of type Attendee Modifier and Type Method Description void
ToDoSessionController. setCurrentAttendees(Collection<Attendee> attendees)
Method declaration
-