Class MonitoringAppSoapMockStub

All Implemented Interfaces:
IMonitoringAppSoap

public class MonitoringAppSoapMockStub extends ClientSoapMockStub implements IMonitoringAppSoap
  • Constructor Details

    • MonitoringAppSoapMockStub

      public MonitoringAppSoapMockStub(String soapServerUrl)
  • Method Details

    • prepareIsMonitoring

      public void prepareIsMonitoring(String sessionId, String objectId, Object returnValue)
      Prepare a simulated response to isMonitoring
      See Also:
    • isMonitoring

      public boolean isMonitoring(String sessionId, String objectId) throws RemoteException
      Simulate a call to isMonitoring
      Specified by:
      isMonitoring in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - the object id for which we are doing the check
      Returns:
      whether the current user is monitoring the specified object
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareIsUserMonitoring

      public void prepareIsUserMonitoring(String sessionId, String userName, String objectId, Object returnValue)
      Prepare a simulated response to isUserMonitoring
      See Also:
    • isUserMonitoring

      public boolean isUserMonitoring(String sessionId, String userName, String objectId) throws RemoteException
      Simulate a call to isUserMonitoring
      Specified by:
      isUserMonitoring in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - the object id for which we are doing the check
      Returns:
      whether the specified user is monitoring the specified object
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      PermissionDeniedFault - when userName isn't the current user, and current user can't view the object.
      SystemFault - when an unexpected system level error occurs.
      IllegalArgumentFault - when the specified userName is invalid.
      RemoteException
      See Also:
    • prepareStopMonitoring

      public void prepareStopMonitoring(String sessionId, String objectId)
      Prepare a simulated response to stopMonitoring
      See Also:
    • prepareStopMonitoring

      public void prepareStopMonitoring(String sessionId, String objectId, Exception exception)
      Prepare a simulated response to stopMonitoring
      See Also:
    • stopMonitoring

      public void stopMonitoring(String sessionId, String objectId) throws RemoteException
      Simulate a call to stopMonitoring
      Specified by:
      stopMonitoring in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - the object id which current user will stop monitoring
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      SystemFault - when an unexpected system level error occurs.
      PermissionDeniedFault - when current user does not enough permission on the given object.
      RemoteException
      See Also:
    • prepareStopMonitoringByUser

      public void prepareStopMonitoringByUser(String sessionId, String userName, String objectId)
      Prepare a simulated response to stopMonitoringByUser
      See Also:
    • prepareStopMonitoringByUser

      public void prepareStopMonitoringByUser(String sessionId, String userName, String objectId, Exception exception)
      Prepare a simulated response to stopMonitoringByUser
      See Also:
    • stopMonitoringByUser

      public void stopMonitoringByUser(String sessionId, String userName, String objectId) throws RemoteException
      Simulate a call to stopMonitoringByUser
      Specified by:
      stopMonitoringByUser in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      userName - user name of the user who needs to stop monitoring
      objectId - the object id which the given user will stop monitoring
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      PermissionDeniedFault - when userName isn't the current user
      SystemFault - when an unexpected system level error occurs.
      IllegalArgumentFault - when the specified user name is invalid.
      InvalidOperationFault - when site is configured not to allow removing users from monitoring.
      RemoteException
      See Also:
    • prepareStartMonitoring

      public void prepareStartMonitoring(String sessionId, String objectId)
      Prepare a simulated response to startMonitoring
      See Also:
    • prepareStartMonitoring

      public void prepareStartMonitoring(String sessionId, String objectId, Exception exception)
      Prepare a simulated response to startMonitoring
      See Also:
    • startMonitoring

      public void startMonitoring(String sessionId, String objectId) throws RemoteException
      Simulate a call to startMonitoring
      Specified by:
      startMonitoring in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - the object id which current user will start monitoring
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      PermissionDeniedFault - when current user can't view the object,
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareStartMonitoringByUser

      public void prepareStartMonitoringByUser(String sessionId, String userName, String objectId)
      Prepare a simulated response to startMonitoringByUser
      See Also:
    • prepareStartMonitoringByUser

      public void prepareStartMonitoringByUser(String sessionId, String userName, String objectId, Exception exception)
      Prepare a simulated response to startMonitoringByUser
      See Also:
    • startMonitoringByUser

      public void startMonitoringByUser(String sessionId, String userName, String objectId) throws RemoteException
      Simulate a call to startMonitoringByUser
      Specified by:
      startMonitoringByUser in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      userName - user name of the user who needs to monitor
      objectId - the object id which the given user will start monitoring
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      PermissionDeniedFault - when userName does not have view permission on the object
      SystemFault - when an unexpected system level error occurs.
      IllegalArgumentFault - when the given user name is not valid.
      RemoteException
      See Also:
    • prepareListMonitoringUsers

      public void prepareListMonitoringUsers(String sessionId, String objectId, Object returnValue)
      Prepare a simulated response to listMonitoringUsers
      See Also:
    • listMonitoringUsers

      public MonitoringUserSoapList listMonitoringUsers(String sessionId, String objectId) throws RemoteException
      Simulate a call to listMonitoringUsers
      Specified by:
      listMonitoringUsers in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - the object id
      Returns:
      List of users monitoring the specified object.
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      PermissionDeniedFault - when current user can't view the object.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareGetMonitoringSubscriptions

      public void prepareGetMonitoringSubscriptions(String sessionId, SoapFilter[] filters, Object returnValue)
      Prepare a simulated response to getMonitoringSubscriptions
      See Also:
    • getMonitoringSubscriptions

      public MonitoringSubscriptionSoapList getMonitoringSubscriptions(String sessionId, SoapFilter[] filters) throws RemoteException
      Simulate a call to getMonitoringSubscriptions
      Specified by:
      getMonitoringSubscriptions in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      filters - Array of filters to apply (null to return unfiltered list).
      Returns:
      List of filtered monitoring subscriptions.
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      InvalidFilterFault - when an unsupported filter exists in the filter collection.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareGetMonitoringSubscriptionsByUser

      public void prepareGetMonitoringSubscriptionsByUser(String sessionId, String userName, SoapFilter[] filters, Object returnValue)
      Prepare a simulated response to getMonitoringSubscriptionsByUser
      See Also:
      • MonitoringAppSoap.getMonitoringSubscriptionsByUser(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
    • getMonitoringSubscriptionsByUser

      public MonitoringSubscriptionSoapList getMonitoringSubscriptionsByUser(String sessionId, String userName, SoapFilter[] filters) throws RemoteException
      Simulate a call to getMonitoringSubscriptionsByUser
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getMonitoringSubscriptionsByUser(java.lang.String, java.lang.String, com.collabnet.ce.soap60.types.SoapFilter[])
    • prepareGetMonitoringSubscription

      public void prepareGetMonitoringSubscription(String sessionId, String objectId, Object returnValue)
      Prepare a simulated response to getMonitoringSubscription
      See Also:
    • getMonitoringSubscription

      public MonitoringSubscriptionSoapDO getMonitoringSubscription(String sessionId, String objectId) throws RemoteException
      Simulate a call to getMonitoringSubscription
      Specified by:
      getMonitoringSubscription in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      objectId - Id of the object
      Returns:
      The subscription data
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified object id is invalid.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareGetMonitoringSubscriptionByUser

      public void prepareGetMonitoringSubscriptionByUser(String sessionId, String objectId, String userName, Object returnValue)
      Prepare a simulated response to getMonitoringSubscriptionByUser
      See Also:
      • MonitoringAppSoap.getMonitoringSubscriptionByUser(java.lang.String, java.lang.String, java.lang.String)
    • getMonitoringSubscriptionByUser

      public MonitoringSubscriptionSoapDO getMonitoringSubscriptionByUser(String sessionId, String objectId, String userName) throws RemoteException
      Simulate a call to getMonitoringSubscriptionByUser
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getMonitoringSubscriptionByUser(java.lang.String, java.lang.String, java.lang.String)
    • prepareGetMonitoringNotificationPreference

      public void prepareGetMonitoringNotificationPreference(String sessionId, Object returnValue)
      Prepare a simulated response to getMonitoringNotificationPreference
      See Also:
    • getMonitoringNotificationPreference

      public int getMonitoringNotificationPreference(String sessionId) throws RemoteException
      Simulate a call to getMonitoringNotificationPreference
      Specified by:
      getMonitoringNotificationPreference in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      Returns:
      Subscription type; 1:email, 2:digest, 3:none, 0 otherwise
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareSetMonitoringNotificationPreference

      public void prepareSetMonitoringNotificationPreference(String sessionId, int preference)
      Prepare a simulated response to setMonitoringNotificationPreference
      See Also:
    • prepareSetMonitoringNotificationPreference

      public void prepareSetMonitoringNotificationPreference(String sessionId, int preference, Exception exception)
      Prepare a simulated response to setMonitoringNotificationPreference
      See Also:
    • setMonitoringNotificationPreference

      public void setMonitoringNotificationPreference(String sessionId, int preference) throws RemoteException
      Simulate a call to setMonitoringNotificationPreference
      Specified by:
      setMonitoringNotificationPreference in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      preference - Integer value representing the subscription type; 1:email, 2:digest, 3:none
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareSetApplicationMonitoringNotificationPreferences

      public void prepareSetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, SoapNamedValues appPreferences)
      Prepare a simulated response to setApplicationMonitoringNotificationPreferences
      See Also:
    • prepareSetApplicationMonitoringNotificationPreferences

      public void prepareSetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, SoapNamedValues appPreferences, Exception exception)
      Prepare a simulated response to setApplicationMonitoringNotificationPreferences
      See Also:
    • setApplicationMonitoringNotificationPreferences

      public void setApplicationMonitoringNotificationPreferences(String sessionId, String projectId, SoapNamedValues appPreferences) throws RemoteException
      Simulate a call to setApplicationMonitoringNotificationPreferences
      Specified by:
      setApplicationMonitoringNotificationPreferences in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      projectId - Project id
      appPreferences - Application preferences.
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified project id is invalid, when an application name is invalid.
      IllegalArgumentFault - when the application preferences are invalid.
      PermissionDeniedFault - when current user can view the object.
      SystemFault - when an unexpected system level error occurs.
      RemoteException
      See Also:
    • prepareGetApplicationMonitoringNotificationPreferences

      public void prepareGetApplicationMonitoringNotificationPreferences(String sessionId, String projectId, Object returnValue)
      Prepare a simulated response to getApplicationMonitoringNotificationPreferences
      See Also:
    • getApplicationMonitoringNotificationPreferences

      public SoapNamedValues getApplicationMonitoringNotificationPreferences(String sessionId, String projectId) throws RemoteException
      Simulate a call to getApplicationMonitoringNotificationPreferences
      Specified by:
      getApplicationMonitoringNotificationPreferences in interface IMonitoringAppSoap
      Parameters:
      sessionId - User session id
      projectId - Project id
      Returns:
      SoapNamedValues which includes notification preferences for project applications
      Throws:
      InvalidSessionFault - when the specified session id is invalid.
      NoSuchObjectFault - when the specified project id is invalid.
      RemoteException
      See Also:
    • prepareGetApplicationMonitoringNotificationPreference

      public void prepareGetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, String loggedInUser, Object returnValue)
      Prepare a simulated response to getApplicationMonitoringNotificationPreference
      See Also:
      • MonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)
    • getApplicationMonitoringNotificationPreference

      public int getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, String loggedInUser) throws RemoteException
      Simulate a call to getApplicationMonitoringNotificationPreference
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)
    • prepareSetApplicationMonitoringNotificationPreference

      public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference, String loggedInUser)
      Prepare a simulated response to setApplicationMonitoringNotificationPreference
      See Also:
      • MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)
    • prepareSetApplicationMonitoringNotificationPreference

      public void prepareSetApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference, String loggedInUser, Exception exception)
      Prepare a simulated response to setApplicationMonitoringNotificationPreference
      See Also:
      • MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)
    • setApplicationMonitoringNotificationPreference

      public void setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, int preference, String loggedInUser) throws RemoteException
      Simulate a call to setApplicationMonitoringNotificationPreference
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.setApplicationMonitoringNotificationPreference(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, int, java.lang.String)
    • prepareGetApplicationRootFolderKey

      public void prepareGetApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, String loggedInUser, Object returnValue)
      Prepare a simulated response to getApplicationRootFolderKey
      See Also:
      • MonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)
    • getApplicationRootFolderKey

      public com.vasoftware.sf.server.types.FolderKey getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath projectPath, String appName, String loggedInUser) throws RemoteException
      Simulate a call to getApplicationRootFolderKey
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getApplicationRootFolderKey(com.vasoftware.sf.server.types.ProjectPath, java.lang.String, java.lang.String)
    • prepareVerifyPermission

      public void prepareVerifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser)
      Prepare a simulated response to verifyPermission
      See Also:
      • MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)
    • prepareVerifyPermission

      public void prepareVerifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser, Exception exception)
      Prepare a simulated response to verifyPermission
      See Also:
      • MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)
    • verifyPermission

      public void verifyPermission(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionNameForUser, String permissionNameForCurrentUser, String loggedInUser) throws RemoteException
      Simulate a call to verifyPermission
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.verifyPermission(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String, java.lang.String)
    • prepareVerifyPermissionForMonitoring

      public void prepareVerifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser)
      Prepare a simulated response to verifyPermissionForMonitoring
      See Also:
      • MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)
    • prepareVerifyPermissionForMonitoring

      public void prepareVerifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser, Exception exception)
      Prepare a simulated response to verifyPermissionForMonitoring
      See Also:
      • MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)
    • verifyPermissionForMonitoring

      public void verifyPermissionForMonitoring(String userName, com.vasoftware.sf.server.types.ObjectKey objectKey, com.vasoftware.sf.server.types.Path objPath, String permissionName, String loggedInUser) throws RemoteException
      Simulate a call to verifyPermissionForMonitoring
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.verifyPermissionForMonitoring(java.lang.String, com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)
    • prepareGetOperationForMonitoring

      public void prepareGetOperationForMonitoring(com.vasoftware.sf.server.types.ObjectKey objKey, com.vasoftware.sf.server.types.Path objPath, String permission, String loggedInUser, Object returnValue)
      Prepare a simulated response to getOperationForMonitoring
      See Also:
      • MonitoringAppSoap.getOperationForMonitoring(com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)
    • getOperationForMonitoring

      public com.vasoftware.sf.common.access.rbac.Operation getOperationForMonitoring(com.vasoftware.sf.server.types.ObjectKey objKey, com.vasoftware.sf.server.types.Path objPath, String permission, String loggedInUser) throws RemoteException
      Simulate a call to getOperationForMonitoring
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getOperationForMonitoring(com.vasoftware.sf.server.types.ObjectKey, com.vasoftware.sf.server.types.Path, java.lang.String, java.lang.String)
    • prepareVerifyDocumentReviewObjectPermission

      public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser)
      Prepare a simulated response to verifyDocumentReviewObjectPermission
      See Also:
      • MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)
    • prepareVerifyDocumentReviewObjectPermission

      public void prepareVerifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser, Exception exception)
      Prepare a simulated response to verifyDocumentReviewObjectPermission
      See Also:
      • MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)
    • verifyDocumentReviewObjectPermission

      public void verifyDocumentReviewObjectPermission(String userName, com.vasoftware.sf.server.types.DocumentReviewKey docDocumentReviewObjectKey, String permission, String loggedInUser) throws RemoteException
      Simulate a call to verifyDocumentReviewObjectPermission
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.verifyDocumentReviewObjectPermission(java.lang.String, com.vasoftware.sf.server.types.DocumentReviewKey, java.lang.String, java.lang.String)
    • prepareVerifyPlanningFolderPermission

      public void prepareVerifyPlanningFolderPermission(String userName, com.vasoftware.sf.server.types.PlanningFolderKey pfKey, String permission, String loggedInUser)
      Prepare a simulated response to verifyPlanningFolderPermission
      See Also:
      • MonitoringAppSoap.verifyPlanningFolderPermission(java.lang.String, com.vasoftware.sf.server.types.PlanningFolderKey, java.lang.String, java.lang.String)
    • prepareVerifyPlanningFolderPermission

      public void prepareVerifyPlanningFolderPermission(String userName, com.vasoftware.sf.server.types.PlanningFolderKey pfKey, String permission, String loggedInUser, Exception exception)
      Prepare a simulated response to verifyPlanningFolderPermission
      See Also:
      • MonitoringAppSoap.verifyPlanningFolderPermission(java.lang.String, com.vasoftware.sf.server.types.PlanningFolderKey, java.lang.String, java.lang.String)
    • verifyPlanningFolderPermission

      public void verifyPlanningFolderPermission(String userName, com.vasoftware.sf.server.types.PlanningFolderKey pfKey, String permission, String loggedInUser) throws RemoteException
      Simulate a call to verifyPlanningFolderPermission
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.verifyPlanningFolderPermission(java.lang.String, com.vasoftware.sf.server.types.PlanningFolderKey, java.lang.String, java.lang.String)
    • prepareGetObjectKeyForAdminVerification

      public void prepareGetObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey, String adminOperationName, String loggedInUser, Object returnValue)
      Prepare a simulated response to getObjectKeyForAdminVerification
      See Also:
      • MonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String, java.lang.String)
    • getObjectKeyForAdminVerification

      public com.vasoftware.sf.server.types.ObjectKey getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey objKey, String adminOperationName, String loggedInUser) throws RemoteException
      Simulate a call to getObjectKeyForAdminVerification
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.getObjectKeyForAdminVerification(com.vasoftware.sf.server.types.ObjectKey, java.lang.String, java.lang.String)
    • prepareToSubscriptionTypeInt

      public void prepareToSubscriptionTypeInt(String subscriptionType, Object returnValue)
      Prepare a simulated response to toSubscriptionTypeInt
      See Also:
      • MonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)
    • toSubscriptionTypeInt

      public int toSubscriptionTypeInt(String subscriptionType) throws RemoteException
      Simulate a call to toSubscriptionTypeInt
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.toSubscriptionTypeInt(java.lang.String)
    • prepareFromSubscriptionTypeInt

      public void prepareFromSubscriptionTypeInt(int subscriptionType, Object returnValue)
      Prepare a simulated response to fromSubscriptionTypeInt
      See Also:
      • MonitoringAppSoap.fromSubscriptionTypeInt(int)
    • fromSubscriptionTypeInt

      public String fromSubscriptionTypeInt(int subscriptionType) throws RemoteException
      Simulate a call to fromSubscriptionTypeInt
      Throws:
      RemoteException
      See Also:
      • MonitoringAppSoap.fromSubscriptionTypeInt(int)