Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
-
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.client.apps.notificationsbox.events.app
Methods in org.silverpeas.mobile.client.apps.notificationsbox.events.app that return types with arguments of type NotificationBoxDTO Modifier and Type Method Description List<NotificationBoxDTO>
DeleteNotificationsEvent. getSelection()
List<NotificationBoxDTO>
MarkAsReadNotificationsEvent. getSelection()
Method parameters in org.silverpeas.mobile.client.apps.notificationsbox.events.app with type arguments of type NotificationBoxDTO Modifier and Type Method Description void
DeleteNotificationsEvent. setSelection(List<NotificationBoxDTO> selection)
void
MarkAsReadNotificationsEvent. setSelection(List<NotificationBoxDTO> selection)
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.client.apps.notificationsbox.pages
Methods in org.silverpeas.mobile.client.apps.notificationsbox.pages that return types with arguments of type NotificationBoxDTO Modifier and Type Method Description List<NotificationBoxDTO>
NotificationsBoxPage. getSelectedNotification()
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets
Methods in org.silverpeas.mobile.client.apps.notificationsbox.pages.widgets that return NotificationBoxDTO Modifier and Type Method Description NotificationBoxDTO
NotificationItem. getData()
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.server.services
Method parameters in org.silverpeas.mobile.server.services with type arguments of type NotificationBoxDTO Modifier and Type Method Description void
ServiceNotifications. delete(List<NotificationBoxDTO> selection)
void
ServiceNotifications. markAsRead(List<NotificationBoxDTO> selection)
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.shared.dto.notifications
Subclasses of NotificationBoxDTO in org.silverpeas.mobile.shared.dto.notifications Modifier and Type Class Description class
NotificationReceivedDTO
class
NotificationSendedDTO
-
Uses of NotificationBoxDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type NotificationBoxDTO Modifier and Type Method Description void
ServiceNotifications. delete(List<NotificationBoxDTO> selection, org.fusesource.restygwt.client.MethodCallback<Void> callback)
void
ServiceNotifications. markAsRead(List<NotificationBoxDTO> selection, org.fusesource.restygwt.client.MethodCallback<Void> callback)
-