arta.synergy.ejb.mobile
Class MobileUtilsImpl

java.lang.Object
  extended by arta.synergy.ejb.mobile.MobileUtilsImpl
All Implemented Interfaces:
arta.synergy.common.mobile.MobileUtilsIF

public class MobileUtilsImpl
extends java.lang.Object
implements arta.synergy.common.mobile.MobileUtilsIF

Created by IntelliJ IDEA. User: topa Date: 20.02.14 Time: 17:45 To change this template use File | Settings | File Templates.


Constructor Summary
MobileUtilsImpl()
           
 
Method Summary
 ServerResult<java.lang.Boolean> addDeviceToken(java.lang.String userID, java.lang.String token, java.lang.String type, java.lang.String locale)
           
 java.util.ArrayList<Device> getUserTokens(java.lang.String userID)
           
 ServerResult<java.lang.Boolean> removeDeviceToken(java.lang.String token, java.lang.String locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileUtilsImpl

public MobileUtilsImpl()
Method Detail

addDeviceToken

public ServerResult<java.lang.Boolean> addDeviceToken(java.lang.String userID,
                                                      java.lang.String token,
                                                      java.lang.String type,
                                                      java.lang.String locale)
Specified by:
addDeviceToken in interface arta.synergy.common.mobile.MobileUtilsIF

removeDeviceToken

public ServerResult<java.lang.Boolean> removeDeviceToken(java.lang.String token,
                                                         java.lang.String locale)
Specified by:
removeDeviceToken in interface arta.synergy.common.mobile.MobileUtilsIF

getUserTokens

public java.util.ArrayList<Device> getUserTokens(java.lang.String userID)
Specified by:
getUserTokens in interface arta.synergy.common.mobile.MobileUtilsIF


Copyright © 2000 Dummy Corp. All Rights Reserved.