com.e_c_group.bwptk.services
Class ServiceScripts

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

public class ServiceScripts
extends java.lang.Object


Constructor Summary
ServiceScripts()
           
 
Method Summary
static Response groupServiceScriptsGroupClearLogRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Clear the Service Script Group Log.
static Response groupServiceScriptsGroupGetLogRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Clear the Service Script Group Log.
static Response groupServiceScriptsGroupGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId)
          Clear the Service Script Group Log.
static Response groupServiceScriptsGroupModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String serviceProviderId, java.lang.String groupId, java.lang.String isActive)
          Clear the Service Script Group Log.
static Response userServiceScriptsUserClearLogRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Clear the Service Script Group Log.
static Response userServiceScriptsUserGetLogRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Clear the Service Script Group Log.
static Response userServiceScriptsUserGetRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId)
          Clear the Service Script Group Log.
static Response userServiceScriptsUserModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive)
          Clear the Service Script Group Log.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceScripts

public ServiceScripts()
Method Detail

groupServiceScriptsGroupClearLogRequest

public static Response groupServiceScriptsGroupClearLogRequest(BroadWorksServer bws,
                                                               boolean readFromCache,
                                                               java.lang.String serviceProviderId,
                                                               java.lang.String groupId)
                                                        throws BwptkException
Clear the Service Script Group Log. The response is either a SuccessResponse or an ErrorResponse.

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

groupServiceScriptsGroupGetLogRequest

public static Response groupServiceScriptsGroupGetLogRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String serviceProviderId,
                                                             java.lang.String groupId)
                                                      throws BwptkException
Clear the Service Script Group Log. The response is either a SuccessResponse or an ErrorResponse.

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

groupServiceScriptsGroupGetRequest

public static Response groupServiceScriptsGroupGetRequest(BroadWorksServer bws,
                                                          boolean readFromCache,
                                                          java.lang.String serviceProviderId,
                                                          java.lang.String groupId)
                                                   throws BwptkException
Clear the Service Script Group Log. The response is either a SuccessResponse or an ErrorResponse.

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

groupServiceScriptsGroupModifyRequest

public static Response groupServiceScriptsGroupModifyRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String serviceProviderId,
                                                             java.lang.String groupId,
                                                             java.lang.String isActive)
                                                      throws BwptkException
Clear the Service Script Group Log. The response is either a SuccessResponse or an ErrorResponse.

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

userServiceScriptsUserClearLogRequest

public static Response userServiceScriptsUserClearLogRequest(BroadWorksServer bws,
                                                             boolean readFromCache,
                                                             java.lang.String userId)
                                                      throws BwptkException
Clear the Service Script Group Log. 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

userServiceScriptsUserGetLogRequest

public static Response userServiceScriptsUserGetLogRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId)
                                                    throws BwptkException
Clear the Service Script Group Log. 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

userServiceScriptsUserGetRequest

public static Response userServiceScriptsUserGetRequest(BroadWorksServer bws,
                                                        boolean readFromCache,
                                                        java.lang.String userId)
                                                 throws BwptkException
Clear the Service Script Group Log. 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

userServiceScriptsUserModifyRequest

public static Response userServiceScriptsUserModifyRequest(BroadWorksServer bws,
                                                           boolean readFromCache,
                                                           java.lang.String userId,
                                                           java.lang.String isActive)
                                                    throws BwptkException
Clear the Service Script Group Log. The response is either a SuccessResponse or an ErrorResponse.

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