Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationDTO
-
Packages that use NotificationDTO Package Description org.silverpeas.mobile.client.apps.notifications.events.app org.silverpeas.mobile.shared.dto.notifications -
-
Uses of NotificationDTO in org.silverpeas.mobile.client.apps.notifications.events.app
Methods in org.silverpeas.mobile.client.apps.notifications.events.app that return NotificationDTO Modifier and Type Method Description NotificationDTO
SendNotificationEvent. getNotification()
Constructors in org.silverpeas.mobile.client.apps.notifications.events.app with parameters of type NotificationDTO Constructor Description SendNotificationEvent(NotificationDTO notification, List<BaseDTO> receivers, String subject)
-
Uses of NotificationDTO in org.silverpeas.mobile.shared.dto.notifications
Methods in org.silverpeas.mobile.shared.dto.notifications that return NotificationDTO Modifier and Type Method Description NotificationDTO
NotificationToSendDTO. getNotification()
Methods in org.silverpeas.mobile.shared.dto.notifications with parameters of type NotificationDTO Modifier and Type Method Description void
NotificationToSendDTO. setNotification(NotificationDTO notification)
-