com.e_c_group.bwptk.services
Class ClassMark

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

public class ClassMark
extends java.lang.Object


Constructor Summary
ClassMark()
           
 
Method Summary
static Response systemClassmarkAddRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String classmark, java.lang.String value, java.lang.String webDisplayKey)
          Add a Class Mark to system.
static Response systemClassmarkDeleteRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String classmark)
          Add a Class Mark to system.
static Response systemClassmarkGetListRequest(BroadWorksServer bws, boolean readFromCache)
          Add a Class Mark to system.
static Response systemClassmarkGetUtilizationListRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String classmark, java.lang.String responseSizeLimit, java.lang.String searchCriteriaGroupId, java.lang.String searchCriteriaExactServiceProviderId, java.lang.String searchCriteriaUserFirstName, java.lang.String searchCriteriaUserLastName, java.lang.String searchCriteriaDn)
          Add a Class Mark to system.
static Response systemClassmarkModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String classmark, java.lang.String value, java.lang.String webDisplayKey)
          Add a Class Mark to system.
static Response userClassmarkGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Add a Class Mark to system.
static Response userClassmarkModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String classmark)
          Add a Class Mark to system.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMark

public ClassMark()
Method Detail

systemClassmarkAddRequest

public static Response systemClassmarkAddRequest(BroadWorksServer bws,
                                                 boolean readFromCache,
                                                 java.lang.String classmark,
                                                 java.lang.String value,
                                                 java.lang.String webDisplayKey)
                                          throws BwptkException
Add a Class Mark 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
classmark -
value -
webDisplayKey -
Throws:
BwptkException

systemClassmarkDeleteRequest

public static Response systemClassmarkDeleteRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String classmark)
                                             throws BwptkException
Add a Class Mark 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
classmark -
Throws:
BwptkException

systemClassmarkGetListRequest

public static Response systemClassmarkGetListRequest(BroadWorksServer bws,
                                                     boolean readFromCache)
                                              throws BwptkException
Add a Class Mark 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

systemClassmarkModifyRequest

public static Response systemClassmarkModifyRequest(BroadWorksServer bws,
                                                    boolean readFromCache,
                                                    java.lang.String classmark,
                                                    java.lang.String value,
                                                    java.lang.String webDisplayKey)
                                             throws BwptkException
Add a Class Mark 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
classmark -
value -
webDisplayKey -
Throws:
BwptkException

systemClassmarkGetUtilizationListRequest

public static Response systemClassmarkGetUtilizationListRequest(BroadWorksServer bws,
                                                                boolean readFromCache,
                                                                java.lang.String classmark,
                                                                java.lang.String responseSizeLimit,
                                                                java.lang.String searchCriteriaGroupId,
                                                                java.lang.String searchCriteriaExactServiceProviderId,
                                                                java.lang.String searchCriteriaUserFirstName,
                                                                java.lang.String searchCriteriaUserLastName,
                                                                java.lang.String searchCriteriaDn)
                                                         throws BwptkException
Add a Class Mark 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
classmark -
responseSizeLimit -
searchCriteriaGroupId -
searchCriteriaExactServiceProviderId -
searchCriteriaUserFirstName -
searchCriteriaUserLastName -
searchCriteriaDn -
Throws:
BwptkException

userClassmarkGetRequest

public static Response userClassmarkGetRequest(BroadWorksServer bws,
                                               boolean readFromCache,
                                               java.lang.String userId)
                                        throws BwptkException
Add a Class Mark 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
userId -
Throws:
BwptkException

userClassmarkModifyRequest

public static Response userClassmarkModifyRequest(BroadWorksServer bws,
                                                  boolean readFromCache,
                                                  java.lang.String userId,
                                                  java.lang.String classmark)
                                           throws BwptkException
Add a Class Mark 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
userId -
classmark -
Throws:
BwptkException