com.ibm.team.fvt.tests.clm.pages.dialogs.ccm
Class CcmImportReportDialog

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebDialog
                  extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDialog
                      extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ClmWebPageDefaultDialog
                          extended by com.ibm.team.fvt.tests.clm.pages.dialogs.ccm.CcmImportReportDialog

public class CcmImportReportDialog
extends ClmWebPageDefaultDialog

Manage dialog launched to import reports into My Reports from CCM page.

Following actions are accessible on this page:

See Also:
CcmWebReportsPage

Constructor Summary
CcmImportReportDialog(ClmWebPage page)
           
 
Method Summary
 void finalizeImport()
          Finalize the steps to complete the import.
 java.util.List<java.lang.String> getSubFolderList()
           
 java.util.List<java.lang.String> importReports(int i, java.lang.String type, java.util.List<java.lang.String> reportList, java.lang.String subFolder)
          Finalize the steps to complete the import.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebDialog
open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CcmImportReportDialog

public CcmImportReportDialog(ClmWebPage page)
Method Detail

importReports

public java.util.List<java.lang.String> importReports(int i,
                                                      java.lang.String type,
                                                      java.util.List<java.lang.String> reportList,
                                                      java.lang.String subFolder)
Finalize the steps to complete the import. This involves changing the name of the report to add "RRDI" and selects the folder My Reports.

Parameters:
i - import the report at index i
type - the type of report to import (CCM, QM or RM)
reportList - Title of the reports to be imported.
subFolder -
Returns:
List a String List containing the report titles of type

finalizeImport

public void finalizeImport()
Finalize the steps to complete the import. This involves changing the name of the report to add "RRDI" and selects the folder 'My Reports'.


getSubFolderList

public java.util.List<java.lang.String> getSubFolderList()