|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.AdviceOfCharge
public class AdviceOfCharge
| 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 |
|---|
public AdviceOfCharge()
| Method Detail |
|---|
public static Response systemAdviceOfChargeGetRequest(BroadWorksServer bws,
boolean readFromCache)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemAdviceOfChargeModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String delayBetweenNotificationSeconds,
java.lang.String incomingAocHandling,
java.lang.String costInformationSource)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachedelayBetweenNotificationSeconds - incomingAocHandling - costInformationSource -
BwptkException
public static Response userAdviceOfChargeGetRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId -
BwptkException
public static Response userAdviceOfChargeModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String isActive,
java.lang.String aocType)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive - aocType -
BwptkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||