Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationBoxDTO
Packages that use NotificationBoxDTO
Package
Description
-
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 NotificationBoxDTOModifier and TypeMethodDescriptionDeleteNotificationsEvent.getSelection()MarkAsReadNotificationsEvent.getSelection()Method parameters in org.silverpeas.mobile.client.apps.notificationsbox.events.app with type arguments of type NotificationBoxDTOModifier and TypeMethodDescriptionvoidDeleteNotificationsEvent.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 -
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 -
Uses of NotificationBoxDTO in org.silverpeas.mobile.server.services
Method parameters in org.silverpeas.mobile.server.services with type arguments of type NotificationBoxDTOModifier and TypeMethodDescriptionvoidServiceNotifications.delete(List<NotificationBoxDTO> selection) voidServiceNotifications.markAsRead(List<NotificationBoxDTO> selection)