Class NotificationsPushHelper
- java.lang.Object
-
- org.silverpeas.mobile.server.services.helpers.NotificationsPushHelper
-
@Singleton @Named("notificationsPushHelper") public class NotificationsPushHelper extends Object
- Author:
- svu
-
-
Constructor Summary
Constructors Constructor Description NotificationsPushHelper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NotificationsPushHelper
getInstance()
protected TokenDAO
getTokenDAO()
void
sendNotification(String userId, Map<String,Object> notifData)
String
sendToToken(String userId, String token, Map<String,Object> notifData)
void
storeToken(String userId, String token)
-
-
-
Method Detail
-
getInstance
public static NotificationsPushHelper getInstance()
-
getTokenDAO
protected TokenDAO getTokenDAO()
-
-