Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationSendedDTO
-
-
Uses of NotificationSendedDTO in org.silverpeas.mobile.client.apps.notificationsbox.events.pages
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.pages that return types with arguments of type NotificationSendedDTO Modifier and Type Method Description StreamingList<NotificationSendedDTO>
NotificationsSendedLoadedEvent. getNotifications()
Constructor parameters in org.silverpeas.mobile.client.apps.notificationsbox.events.pages with type arguments of type NotificationSendedDTO Constructor Description NotificationsSendedLoadedEvent(StreamingList<NotificationSendedDTO> notifications)
-
Uses of NotificationSendedDTO in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets
Methods in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets with parameters of type NotificationSendedDTO Modifier and Type Method Description void
NotificationItem. setData(NotificationSendedDTO data)
-
Uses of NotificationSendedDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type NotificationSendedDTO Modifier and Type Method Description StreamingList<NotificationSendedDTO>
ServiceNotifications. getUserSendedNotifications(int callNumber)
-
Uses of NotificationSendedDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type NotificationSendedDTO Modifier and Type Method Description void
ServiceNotifications. getUserSendedNotifications(int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<NotificationSendedDTO>> callback)
-