|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.AutomaticCallback
public class AutomaticCallback
| Constructor Summary | |
|---|---|
AutomaticCallback()
|
|
| Method Summary | |
|---|---|
static Response |
systemAutomaticCallbackAddReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String releaseCause)
Request the system's automatic callback attributes. |
static Response |
systemAutomaticCallbackDeleteReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String releaseCause)
Request the system's automatic callback attributes. |
static Response |
systemAutomaticCallbackGetReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache)
Request the system's automatic callback attributes. |
static Response |
userAutomaticCallbackGetRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId)
Request the system's automatic callback attributes. |
static Response |
userAutomaticCallbackModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String isActive)
Request the system's automatic callback attributes. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutomaticCallback()
| Method Detail |
|---|
public static Response systemAutomaticCallbackGetReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemAutomaticCallbackAddReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String releaseCause)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachereleaseCause -
BwptkException
public static Response systemAutomaticCallbackDeleteReleaseCauseListRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String releaseCause)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachereleaseCause -
BwptkException
public static Response userAutomaticCallbackGetRequest(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 userAutomaticCallbackModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String isActive)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - isActive -
BwptkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||