Uses of Class
org.silverpeas.mobile.shared.dto.almanach.CalendarEventAttendeeDTO
-
Packages that use CalendarEventAttendeeDTO Package Description org.silverpeas.mobile.client.apps.agenda.pages.widgets org.silverpeas.mobile.shared.dto.almanach org.silverpeas.mobile.shared.services.rest -
-
Uses of CalendarEventAttendeeDTO in org.silverpeas.mobile.client.apps.agenda.pages.widgets
Methods in org.silverpeas.mobile.client.apps.agenda.pages.widgets that return CalendarEventAttendeeDTO Modifier and Type Method Description CalendarEventAttendeeDTOAttendeeItem. getData()Methods in org.silverpeas.mobile.client.apps.agenda.pages.widgets with parameters of type CalendarEventAttendeeDTO Modifier and Type Method Description voidAttendeeItem. setData(CalendarEventAttendeeDTO data) -
Uses of CalendarEventAttendeeDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return types with arguments of type CalendarEventAttendeeDTO Modifier and Type Method Description List<CalendarEventAttendeeDTO>CalendarEventCreationDTO. getAttendees()List<CalendarEventAttendeeDTO>CalendarEventDTO. getAttendees()Method parameters in org.silverpeas.mobile.shared.dto.almanach with type arguments of type CalendarEventAttendeeDTO Modifier and Type Method Description voidCalendarEventCreationDTO. setAttendees(List<CalendarEventAttendeeDTO> attendees)voidCalendarEventDTO. setAttendees(List<CalendarEventAttendeeDTO> attendees) -
Uses of CalendarEventAttendeeDTO in org.silverpeas.mobile.shared.services.rest
Methods in org.silverpeas.mobile.shared.services.rest with parameters of type CalendarEventAttendeeDTO Modifier and Type Method Description voidServiceAlmanach. updateParticipation(String componentInstanceId, String calendarId, String eventId, String occurenceId, String attendeeId, String zoneid, CalendarEventAttendeeDTO dto, org.fusesource.restygwt.client.MethodCallback<CalendarEventDTO> callback)
-