com.e_c_group.bwptk.services
Class CallingPartyCategory

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

public class CallingPartyCategory
extends java.lang.Object


Constructor Summary
CallingPartyCategory()
           
 
Method Summary
static Response systemCallingPartyCategoryAddRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String category, java.lang.String cpcValue, java.lang.String isupOliValue, java.lang.String gtdOliValue, java.lang.String userCategory, java.lang.String payPhone, java.lang.String operator, java.lang.String isDefault, java.lang.String collectCall, java.lang.String webDisplayKey)
          Add a Calling Party Category to system.
static Response systemCallingPartyCategoryDeleteRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String category)
          Add a Calling Party Category to system.
static Response systemCallingPartyCategoryGetListRequest(BroadWorksServer bws, boolean readFromCache)
          Add a Calling Party Category to system.
static Response systemCallingPartyCategoryGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String category)
          Add a Calling Party Category to system.
static Response systemCallingPartyCategoryModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String category, java.lang.String cpcValue, java.lang.String isupOliValue, java.lang.String gtdOliValue, java.lang.String userCategory, java.lang.String payPhone, java.lang.String operator, java.lang.String becomeDefault, java.lang.String collectCall, java.lang.String webDisplayKey)
          Add a Calling Party Category to system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallingPartyCategory

public CallingPartyCategory()
Method Detail

systemCallingPartyCategoryAddRequest

public static Response systemCallingPartyCategoryAddRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String category,
                                                            java.lang.String cpcValue,
                                                            java.lang.String isupOliValue,
                                                            java.lang.String gtdOliValue,
                                                            java.lang.String userCategory,
                                                            java.lang.String payPhone,
                                                            java.lang.String operator,
                                                            java.lang.String isDefault,
                                                            java.lang.String collectCall,
                                                            java.lang.String webDisplayKey)
                                                     throws BwptkException
Add a Calling Party Category to system. The response is either a SuccessResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
category -
cpcValue -
isupOliValue -
gtdOliValue -
userCategory -
payPhone -
operator -
isDefault -
collectCall -
webDisplayKey -
Throws:
BwptkException

systemCallingPartyCategoryDeleteRequest

public static Response systemCallingPartyCategoryDeleteRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String category)
                                                        throws BwptkException
Add a Calling Party Category to system. The response is either a SuccessResponse or an ErrorResponse.

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

systemCallingPartyCategoryGetListRequest

public static Response systemCallingPartyCategoryGetListRequest(BroadWorksServer bws,
                                                                boolean readFromCache)
                                                         throws BwptkException
Add a Calling Party Category to system. The response is either a SuccessResponse or an ErrorResponse.

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

systemCallingPartyCategoryGetRequest

public static Response systemCallingPartyCategoryGetRequest(BroadWorksServer bws,
                                                            boolean readFromCache,
                                                            java.lang.String category)
                                                     throws BwptkException
Add a Calling Party Category to system. The response is either a SuccessResponse or an ErrorResponse.

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

systemCallingPartyCategoryModifyRequest

public static Response systemCallingPartyCategoryModifyRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String category,
                                                               java.lang.String cpcValue,
                                                               java.lang.String isupOliValue,
                                                               java.lang.String gtdOliValue,
                                                               java.lang.String userCategory,
                                                               java.lang.String payPhone,
                                                               java.lang.String operator,
                                                               java.lang.String becomeDefault,
                                                               java.lang.String collectCall,
                                                               java.lang.String webDisplayKey)
                                                        throws BwptkException
Add a Calling Party Category to system. The response is either a SuccessResponse or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
category -
cpcValue -
isupOliValue -
gtdOliValue -
userCategory -
payPhone -
operator -
becomeDefault -
collectCall -
webDisplayKey -
Throws:
BwptkException