Uses of Class
org.squashtest.tm.service.deletion.OperationReport

Packages that use OperationReport
org.squashtest.tm.service.campaign   
org.squashtest.tm.service.deletion   
org.squashtest.tm.service.internal.campaign   
org.squashtest.tm.service.internal.deletion   
org.squashtest.tm.service.internal.library   
org.squashtest.tm.service.library   
 

Uses of OperationReport in org.squashtest.tm.service.campaign
 

Methods in org.squashtest.tm.service.campaign that return OperationReport
 OperationReport CampaignLibraryNavigationService.deleteIterations(List<Long> targetIds)
          that method should delete the iterations.
 OperationReport CustomIterationModificationService.deleteNodes(List<Long> targetIds)
          that method should delete the nodes.
 OperationReport CampaignLibraryNavigationService.deleteSuites(List<Long> suiteIds)
          that method should delete test suites, and remove its references in iteration and iteration test plan item
 OperationReport CustomIterationModificationService.removeTestSuites(List<Long> suitesIds)
           That method will remove each test suite, leaving it's test plan items linked to no test_suite
 

Uses of OperationReport in org.squashtest.tm.service.deletion
 

Methods in org.squashtest.tm.service.deletion with parameters of type OperationReport
 void OperationReport.mergeWith(OperationReport other)
           
 

Uses of OperationReport in org.squashtest.tm.service.internal.campaign
 

Methods in org.squashtest.tm.service.internal.campaign that return OperationReport
 OperationReport CampaignLibraryNavigationServiceImpl.deleteIterations(List<Long> targetIds)
           
 OperationReport CampaignNodeDeletionHandler.deleteIterations(List<Long> targetIds)
          That method should delete the iterations.
 OperationReport CustomIterationModificationServiceImpl.deleteNodes(List<Long> targetIds)
           
 OperationReport CampaignLibraryNavigationServiceImpl.deleteSuites(List<Long> targetIds)
           
 OperationReport CampaignNodeDeletionHandler.deleteSuites(List<Long> suiteIds)
          That method should delete test suites, and remove its references in iteration and iteration test plan item
 OperationReport CustomIterationModificationServiceImpl.removeTestSuites(List<Long> suitesIds)
           
 

Uses of OperationReport in org.squashtest.tm.service.internal.deletion
 

Methods in org.squashtest.tm.service.internal.deletion that return OperationReport
protected  OperationReport CampaignDeletionHandlerImpl.batchDeleteNodes(List<Long> ids)
           
protected abstract  OperationReport AbstractNodeDeletionHandler.batchDeleteNodes(List<Long> ids)
          Will delete the nodes identified by the ids parameter.
protected  OperationReport TestCaseNodeDeletionHandlerImpl.batchDeleteNodes(List<Long> ids)
           
protected  OperationReport RequirementDeletionHandlerImpl.batchDeleteNodes(List<Long> ids)
           
 OperationReport CampaignDeletionHandlerImpl.deleteIterations(List<Long> targetIds)
           
 OperationReport AbstractNodeDeletionHandler.deleteNodes(List<Long> targetIds)
          NodeDeletionHandler.deleteNodes(List)
 OperationReport RequirementDeletionHandlerImpl.deleteNodes(List<Long> targetIds)
           
 OperationReport CampaignDeletionHandlerImpl.deleteSuites(List<Long> testSuites)
           
 

Uses of OperationReport in org.squashtest.tm.service.internal.library
 

Methods in org.squashtest.tm.service.internal.library that return OperationReport
 OperationReport AbstractLibraryNavigationService.deleteNodes(List<Long> targetIds)
           
 OperationReport NodeDeletionHandler.deleteNodes(List<Long> targetIds)
          (see above for definitions) That method perform actual node deletion.
 

Uses of OperationReport in org.squashtest.tm.service.library
 

Methods in org.squashtest.tm.service.library that return OperationReport
 OperationReport LibraryNavigationService.deleteNodes(List<Long> targetIds)
          that method should delete the nodes.
 



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