|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.CallNotify
public class CallNotify
| Constructor Summary | |
|---|---|
CallNotify()
|
|
| Method Summary | |
|---|---|
static Response |
systemCallNotifyGetRequest(BroadWorksServer bws,
boolean readFromCache)
Request the system level data associated with Call Notify. |
static Response |
systemCallNotifyModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String defaultFromAddress,
java.lang.String useShortSubjectLine,
java.lang.String useDnInMailBody)
Request the system level data associated with Call Notify. |
static Response |
userCallNotifyDeleteCriteriaRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String criteriaName)
Request the system level data associated with Call Notify. |
static Response |
userCallNotifyGetRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId)
Request the system level data associated with Call Notify. |
static Response |
userCallNotifyModifyCriteriaRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String criteriaName,
java.lang.String newCriteriaName,
java.lang.String timeSchedule,
java.lang.String fromDnCriteria,
java.lang.String holidaySchedule,
java.lang.String blacklisted)
Request the system level data associated with Call Notify. |
static Response |
userCallNotifyModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String callNotifyEmailAddress,
java.lang.String criteriaActivation)
Request the system level data associated with Call Notify. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallNotify()
| Method Detail |
|---|
public static Response systemCallNotifyGetRequest(BroadWorksServer bws,
boolean readFromCache)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cache
BwptkException
public static Response systemCallNotifyModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String defaultFromAddress,
java.lang.String useShortSubjectLine,
java.lang.String useDnInMailBody)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cachedefaultFromAddress - useShortSubjectLine - useDnInMailBody -
BwptkException
public static Response userCallNotifyDeleteCriteriaRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String criteriaName)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - criteriaName -
BwptkException
public static Response userCallNotifyModifyCriteriaRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String criteriaName,
java.lang.String newCriteriaName,
java.lang.String timeSchedule,
java.lang.String fromDnCriteria,
java.lang.String holidaySchedule,
java.lang.String blacklisted)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - criteriaName - newCriteriaName - timeSchedule - fromDnCriteria - holidaySchedule - blacklisted -
BwptkException
public static Response userCallNotifyGetRequest(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 userCallNotifyModifyRequest(BroadWorksServer bws,
boolean readFromCache,
java.lang.String userId,
java.lang.String callNotifyEmailAddress,
java.lang.String criteriaActivation)
throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - callNotifyEmailAddress - criteriaActivation -
BwptkException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||