com.e_c_group.bwptk.services
Class PriorityAlert

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

public class PriorityAlert
extends java.lang.Object


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

PriorityAlert

public PriorityAlert()
Method Detail

userPriorityAlertDeleteCriteriaRequest

public static Response userPriorityAlertDeleteCriteriaRequest(BroadWorksServer bws,
                                                              boolean readFromCache,
                                                              java.lang.String userId,
                                                              java.lang.String criteriaName)
                                                       throws BwptkException
Add a criteria to the user's priority alert service. The response is either a SuccessResponse or an ErrorResponse.

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

userPriorityAlertGetCriteriaListRequest

public static Response userPriorityAlertGetCriteriaListRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String userId)
                                                        throws BwptkException
Add a criteria to the user's priority alert service. The response is either a SuccessResponse or an ErrorResponse.

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

userPriorityAlertModifyActiveCriteriaListRequest

public static Response userPriorityAlertModifyActiveCriteriaListRequest(BroadWorksServer bws,
                                                                        boolean readFromCache,
                                                                        java.lang.String userId,
                                                                        java.lang.String criteriaActivation)
                                                                 throws BwptkException
Add a criteria to the user's priority alert service. The response is either a SuccessResponse or an ErrorResponse.

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

userPriorityAlertModifyCriteriaRequest

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
Add a criteria to the user's priority alert service. The response is either a SuccessResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
criteriaName -
newCriteriaName -
timeSchedule -
fromDnCriteria -
holidaySchedule -
blacklisted -
Throws:
BwptkException