Uses of Class
org.silverpeas.mobile.shared.dto.almanach.CalendarDTO
-
-
Uses of CalendarDTO in org.silverpeas.mobile.client.apps.agenda.events.app
Methods in org.silverpeas.mobile.client.apps.agenda.events.app that return CalendarDTO Modifier and Type Method Description CalendarDTOCalendarLoadEvent. getCalendar()Methods in org.silverpeas.mobile.client.apps.agenda.events.app with parameters of type CalendarDTO Modifier and Type Method Description voidCalendarLoadEvent. setCalendar(CalendarDTO calendar)Constructors in org.silverpeas.mobile.client.apps.agenda.events.app with parameters of type CalendarDTO Constructor Description CalendarLoadEvent(CalendarDTO calendar, TimeRange range) -
Uses of CalendarDTO in org.silverpeas.mobile.client.apps.agenda.pages
Methods in org.silverpeas.mobile.client.apps.agenda.pages with parameters of type CalendarDTO Modifier and Type Method Description voidEventPage. setData(ApplicationInstanceDTO instance, CalendarEventDTO event, CalendarDTO calendar)Method parameters in org.silverpeas.mobile.client.apps.agenda.pages with type arguments of type CalendarDTO Modifier and Type Method Description voidAgendaPage. setCalendars(List<CalendarDTO> cals)voidEditEventPage. setData(ApplicationInstanceDTO instance, List<CalendarDTO> calendarsDTO) -
Uses of CalendarDTO in org.silverpeas.mobile.client.apps.agenda.pages.widgets
Methods in org.silverpeas.mobile.client.apps.agenda.pages.widgets with parameters of type CalendarDTO Modifier and Type Method Description voidEventItem. setData(ApplicationInstanceDTO instance, CalendarEventDTO event, CalendarDTO calendar) -
Uses of CalendarDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return CalendarDTO Modifier and Type Method Description CalendarDTOCalendarEventCreationDTO. getCalendar()Methods in org.silverpeas.mobile.shared.dto.almanach with parameters of type CalendarDTO Modifier and Type Method Description voidCalendarEventCreationDTO. setCalendar(CalendarDTO calendar) -
Uses of CalendarDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type CalendarDTO Modifier and Type Method Description voidServiceAlmanach. getCalendars(String componentInstanceId, org.fusesource.restygwt.client.MethodCallback<List<CalendarDTO>> callback)voidServiceUserCalendar. getCalendars(String componentInstanceId, org.fusesource.restygwt.client.MethodCallback<List<CalendarDTO>> callback)
-