Uses of Class
org.silverpeas.mobile.shared.dto.notifications.NotificationToSendDTO
-
Packages that use NotificationToSendDTO Package Description org.silverpeas.mobile.server.services org.silverpeas.mobile.shared.services.rest -
-
Uses of NotificationToSendDTO in org.silverpeas.mobile.server.services
Methods in org.silverpeas.mobile.server.services with parameters of type NotificationToSendDTO Modifier and Type Method Description void
ServiceNotifications. send(NotificationToSendDTO notificationToSendDTO)
-
Uses of NotificationToSendDTO in org.silverpeas.mobile.shared.services.rest
Methods in org.silverpeas.mobile.shared.services.rest with parameters of type NotificationToSendDTO Modifier and Type Method Description void
ServiceNotifications. send(NotificationToSendDTO notification, org.fusesource.restygwt.client.MethodCallback<Void> callback)
-