| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.e_c_group.bwptk.services.PriorityAlert
public class PriorityAlert
| Constructor Summary | |
|---|---|
PriorityAlert()
 | 
|
| Method Summary | |
|---|---|
static Response | 
userPriorityAlertDeleteCriteriaRequest(BroadWorksServer bws,
                                       boolean readFromCache,
                                       java.lang.String userId,
                                       java.lang.String criteriaName)
Add a criteria to the user's priority alert service.  | 
static Response | 
userPriorityAlertGetCriteriaListRequest(BroadWorksServer bws,
                                        boolean readFromCache,
                                        java.lang.String userId)
Add a criteria to the user's priority alert service.  | 
static Response | 
userPriorityAlertModifyActiveCriteriaListRequest(BroadWorksServer bws,
                                                 boolean readFromCache,
                                                 java.lang.String userId,
                                                 java.lang.String criteriaActivation)
Add a criteria to the user's priority alert service.  | 
static Response | 
userPriorityAlertModifyCriteriaRequest(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)
Add a criteria to the user's priority alert service.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PriorityAlert()
| Method Detail | 
|---|
public static Response userPriorityAlertDeleteCriteriaRequest(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 userPriorityAlertGetCriteriaListRequest(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 userPriorityAlertModifyActiveCriteriaListRequest(BroadWorksServer bws,
                                                                        boolean readFromCache,
                                                                        java.lang.String userId,
                                                                        java.lang.String criteriaActivation)
                                                                 throws BwptkException
bws - The BroadWorks ServerreadFromCache - Whether to pull the request from bwptk cacheuserId - criteriaActivation - 
BwptkException
public static Response userPriorityAlertModifyCriteriaRequest(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
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||