Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationReceivedDTO
-
-
Uses of NotificationReceivedDTO in org.silverpeas.mobile.client.apps.notificationsbox.events.app
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.app that return NotificationReceivedDTO Modifier and Type Method Description NotificationReceivedDTO
NotificationReadenEvent. getData()
Constructors in org.silverpeas.mobile.client.apps.notificationsbox.events.app with parameters of type NotificationReceivedDTO Constructor Description NotificationReadenEvent(NotificationReceivedDTO data)
-
Uses of NotificationReceivedDTO 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 NotificationReceivedDTO Modifier and Type Method Description StreamingList<NotificationReceivedDTO>
NotificationsLoadedEvent. getNotifications()
Constructor parameters in org.silverpeas.mobile.client.apps.notificationsbox.events.pages with type arguments of type NotificationReceivedDTO Constructor Description NotificationsLoadedEvent(StreamingList<NotificationReceivedDTO> notifications)
-
Uses of NotificationReceivedDTO in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets
Methods in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets with parameters of type NotificationReceivedDTO Modifier and Type Method Description void
NotificationItem. setData(NotificationReceivedDTO data)
-
Uses of NotificationReceivedDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services that return types with arguments of type NotificationReceivedDTO Modifier and Type Method Description StreamingList<NotificationReceivedDTO>
ServiceNotifications. getUserNotifications(int callNumber)
-
Uses of NotificationReceivedDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type NotificationReceivedDTO Modifier and Type Method Description void
ServiceNotifications. getUserNotifications(int callNumber, org.fusesource.restygwt.client.MethodCallback<StreamingList<NotificationReceivedDTO>> callback)
-