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 voidDeleteNotificationsEvent. setSelection(List<NotificationBoxDTO> selection)voidMarkAsReadNotificationsEvent. 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 NotificationBoxDTONotificationItem. 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 voidServiceNotifications. delete(List<NotificationBoxDTO> selection)voidServiceNotifications. 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 classNotificationReceivedDTOclassNotificationSendedDTO -
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 voidServiceNotifications. delete(List<NotificationBoxDTO> selection, org.fusesource.restygwt.client.MethodCallback<Void> callback)voidServiceNotifications. markAsRead(List<NotificationBoxDTO> selection, org.fusesource.restygwt.client.MethodCallback<Void> callback)
-