com.e_c_group.bwptk.services
Class AdviceOfCharge

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

public class AdviceOfCharge
extends java.lang.Object


Constructor Summary
AdviceOfCharge()
           
 
Method Summary
static Response systemAdviceOfChargeGetRequest(BroadWorksServer bws, boolean readFromCache)
          Request to get the list of Advice of Charge system parameters.
static Response systemAdviceOfChargeModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String delayBetweenNotificationSeconds, java.lang.String incomingAocHandling, java.lang.String costInformationSource)
          Request to get the list of Advice of Charge system parameters.
static Response userAdviceOfChargeGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Request to get the list of Advice of Charge system parameters.
static Response userAdviceOfChargeModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String aocType)
          Request to get the list of Advice of Charge system parameters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdviceOfCharge

public AdviceOfCharge()
Method Detail

systemAdviceOfChargeGetRequest

public static Response systemAdviceOfChargeGetRequest(BroadWorksServer bws,
                                                      boolean readFromCache)
                                               throws BwptkException
Request to get the list of Advice of Charge system parameters. The response is either SystemAdviceOfChargeGetResponse or ErrorResponse.

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

systemAdviceOfChargeModifyRequest

public static Response systemAdviceOfChargeModifyRequest(BroadWorksServer bws,
                                                         boolean readFromCache,
                                                         java.lang.String delayBetweenNotificationSeconds,
                                                         java.lang.String incomingAocHandling,
                                                         java.lang.String costInformationSource)
                                                  throws BwptkException
Request to get the list of Advice of Charge system parameters. The response is either SystemAdviceOfChargeGetResponse or ErrorResponse.

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

userAdviceOfChargeGetRequest

public static Response userAdviceOfChargeGetRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String userId)
                                             throws BwptkException
Request to get the list of Advice of Charge system parameters. The response is either SystemAdviceOfChargeGetResponse or ErrorResponse.

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

userAdviceOfChargeModifyRequest

public static Response userAdviceOfChargeModifyRequest(BroadWorksServer bws,
                                                       boolean readFromCache,
                                                       java.lang.String userId,
                                                       java.lang.String isActive,
                                                       java.lang.String aocType)
                                                throws BwptkException
Request to get the list of Advice of Charge system parameters. The response is either SystemAdviceOfChargeGetResponse or ErrorResponse.

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