com.e_c_group.bwptk.services
Class Prepaid

java.lang.Object
  extended by com.e_c_group.bwptk.services.Prepaid

public class Prepaid
extends java.lang.Object


Constructor Summary
Prepaid()
           
 
Method Summary
static Response userPrepaidGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request the user level data associated with Prepaid.
static Response userPrepaidModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Request the user level data associated with Prepaid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prepaid

public Prepaid()
Method Detail

userPrepaidGetRequest

public static Response userPrepaidGetRequest(BroadWorksServer bws,
                                             boolean readFromCache,
                                             java.lang.String userId)
                                      throws BwptkException
Request the user level data associated with Prepaid. The response is either a UserPrepaidGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
Throws:
BwptkException

userPrepaidModifyRequest

public static Response userPrepaidModifyRequest(BroadWorksServer bws,
                                                boolean readFromCache,
                                                java.lang.String userId,
                                                java.lang.String isActive)
                                         throws BwptkException
Request the user level data associated with Prepaid. The response is either a UserPrepaidGetResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
Throws:
BwptkException