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 NotificationsPushHelpergetInstance()protected TokenDAOgetTokenDAO()voidsendNotification(String userId, Map<String,Object> notifData)StringsendToToken(String userId, String token, Map<String,Object> notifData)voidstoreToken(String userId, String token)
-
-
-
Method Detail
-
getInstance
public static NotificationsPushHelper getInstance()
-
getTokenDAO
protected TokenDAO getTokenDAO()
-
-