Uses of Interface
org.squashtest.csp.tm.service.importer.ImportSummary

Packages that use ImportSummary
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.internal.service.importer   
org.squashtest.csp.tm.service   
org.squashtest.csp.tm.service.importer   
 

Uses of ImportSummary in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return ImportSummary
 ImportSummary RequirementLibraryNavigationServiceImpl.importExcel(InputStream stream, long libraryId)
           
 ImportSummary TestCaseLibraryNavigationServiceImpl.importExcelTestCase(InputStream archiveStream, long libraryId, String encoding)
           
 

Uses of ImportSummary in org.squashtest.csp.tm.internal.service.importer
 

Classes in org.squashtest.csp.tm.internal.service.importer that implement ImportSummary
 class ImportSummaryImpl
           
 

Methods in org.squashtest.csp.tm.internal.service.importer that return ImportSummary
 ImportSummary RequirementImporter.importExcelRequirements(InputStream excelStream, long libraryId)
           
 ImportSummary TestCaseImporter.importExcelTestCases(InputStream archiveStream, Long libraryId, String encoding)
           
 

Methods in org.squashtest.csp.tm.internal.service.importer with parameters of type ImportSummary
 void ImportSummaryImpl.add(ImportSummary summary)
           
 

Uses of ImportSummary in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return ImportSummary
 ImportSummary RequirementLibraryNavigationService.importExcel(InputStream stream, long projectId)
          Accepts a stream to a .xls / .xlsx file info for requirement folders and requirements.
 ImportSummary TestCaseLibraryNavigationService.importExcelTestCase(InputStream archiveStream, long libraryId, String encoding)
          Accepts a stream to a .zip file containing regular folders or excel files and nothing else.
 

Uses of ImportSummary in org.squashtest.csp.tm.service.importer
 

Methods in org.squashtest.csp.tm.service.importer with parameters of type ImportSummary
 void ImportSummary.add(ImportSummary summary)
          adds the result of an import summary to this import summary
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.