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 CalendarDTO
CalendarLoadEvent. getCalendar()
Methods in org.silverpeas.mobile.client.apps.agenda.events.app with parameters of type CalendarDTO Modifier and Type Method Description void
CalendarLoadEvent. 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 void
EventPage. 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 void
AgendaPage. setCalendars(List<CalendarDTO> cals)
void
EditEventPage. 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 void
EventItem. 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 CalendarDTO
CalendarEventCreationDTO. getCalendar()
Methods in org.silverpeas.mobile.shared.dto.almanach with parameters of type CalendarDTO Modifier and Type Method Description void
CalendarEventCreationDTO. 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 void
ServiceAlmanach. getCalendars(String componentInstanceId, org.fusesource.restygwt.client.MethodCallback<List<CalendarDTO>> callback)
void
ServiceUserCalendar. getCalendars(String componentInstanceId, org.fusesource.restygwt.client.MethodCallback<List<CalendarDTO>> callback)
-