Uses of Class
org.silverpeas.mobile.shared.dto.almanach.CalendarEventDTO
-
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.agenda
Methods in org.silverpeas.mobile.client.apps.agenda that return types with arguments of type CalendarEventDTO Modifier and Type Method Description List<CalendarEventDTO>
AgendaApp. getAppEvents()
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.agenda.events.app
Methods in org.silverpeas.mobile.client.apps.agenda.events.app that return CalendarEventDTO Modifier and Type Method Description CalendarEventDTO
AttachmentsLoadEvent. getEvent()
CalendarEventDTO
ParticipationEvent. getEvent()
CalendarEventDTO
ReminderCreateEvent. getEvent()
CalendarEventDTO
ReminderDeleteEvent. getEvent()
CalendarEventDTO
RemindersLoadEvent. getEvent()
CalendarEventDTO
ReminderUpdateEvent. getEvent()
Constructors in org.silverpeas.mobile.client.apps.agenda.events.app with parameters of type CalendarEventDTO Constructor Description AttachmentsLoadEvent(CalendarEventDTO event)
ParticipationEvent(ParticipationStatusDTO status, CalendarEventDTO event)
ReminderCreateEvent(CalendarEventDTO event, ReminderDTO reminder)
ReminderDeleteEvent(CalendarEventDTO event, ReminderDTO reminder)
RemindersLoadEvent(CalendarEventDTO event)
ReminderUpdateEvent(CalendarEventDTO event, ReminderDTO reminder)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.agenda.events.pages
Methods in org.silverpeas.mobile.client.apps.agenda.events.pages that return types with arguments of type CalendarEventDTO Modifier and Type Method Description List<CalendarEventDTO>
CalendarLoadedEvent. getEvents()
Method parameters in org.silverpeas.mobile.client.apps.agenda.events.pages with type arguments of type CalendarEventDTO Modifier and Type Method Description void
CalendarLoadedEvent. setEvents(List<CalendarEventDTO> events)
Constructor parameters in org.silverpeas.mobile.client.apps.agenda.events.pages with type arguments of type CalendarEventDTO Constructor Description CalendarLoadedEvent(ApplicationInstanceDTO instance, List<CalendarEventDTO> events)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.agenda.pages
Methods in org.silverpeas.mobile.client.apps.agenda.pages with parameters of type CalendarEventDTO Modifier and Type Method Description void
EventPage. setData(ApplicationInstanceDTO instance, CalendarEventDTO event, CalendarDTO calendar)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.agenda.pages.widgets
Methods in org.silverpeas.mobile.client.apps.agenda.pages.widgets with parameters of type CalendarEventDTO Modifier and Type Method Description void
EventItem. setData(ApplicationInstanceDTO instance, CalendarEventDTO event, CalendarDTO calendar)
void
AcceptParticipationButton. setEvent(CalendarEventDTO event)
void
RejectParticipationButton. setEvent(CalendarEventDTO eventDTO)
void
TentativeParticipationButton. setEvent(CalendarEventDTO eventDTO)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.client.apps.navigation.pages.widgets
Methods in org.silverpeas.mobile.client.apps.navigation.pages.widgets with parameters of type CalendarEventDTO Modifier and Type Method Description void
HomePageItem. setData(CalendarEventDTO data)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.server.services.helpers.events
Methods in org.silverpeas.mobile.server.services.helpers.events that return types with arguments of type CalendarEventDTO Modifier and Type Method Description List<CalendarEventDTO>
EventsHelper. populate(NextEvents events, String lang)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.shared.dto
Methods in org.silverpeas.mobile.shared.dto that return types with arguments of type CalendarEventDTO Modifier and Type Method Description List<CalendarEventDTO>
HomePageDTO. getLastEvents()
Method parameters in org.silverpeas.mobile.shared.dto with type arguments of type CalendarEventDTO Modifier and Type Method Description void
HomePageDTO. setLastEvents(List<CalendarEventDTO> lastEvents)
-
Uses of CalendarEventDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type CalendarEventDTO Modifier and Type Method Description void
ServiceAlmanach. createEvent(String componentInstanceId, String calendarId, CalendarEventCreationDTO event, org.fusesource.restygwt.client.MethodCallback<CalendarEventDTO> callback)
void
ServiceAlmanach. getEvent(String calendarId, String eventId, org.fusesource.restygwt.client.MethodCallback<CalendarEventDTO> callback)
void
ServiceUserCalendar. getEvent(String calendarId, String eventId, org.fusesource.restygwt.client.MethodCallback<CalendarEventDTO> callback)
void
ServiceAlmanach. getOccurences(String componentInstanceId, String calendarId, String startDateOfWindowTime, String endDateOfWindowTime, String zoneid, org.fusesource.restygwt.client.MethodCallback<List<CalendarEventDTO>> callback)
void
ServiceUserCalendar. getOccurences(String componentInstanceId, String calendarId, String startDateOfWindowTime, String endDateOfWindowTime, String zoneid, org.fusesource.restygwt.client.MethodCallback<List<CalendarEventDTO>> callback)
void
ServiceAlmanach. updateParticipation(String componentInstanceId, String calendarId, String eventId, String occurenceId, String attendeeId, String zoneid, CalendarEventAttendeeDTO dto, org.fusesource.restygwt.client.MethodCallback<CalendarEventDTO> callback)
-