Uses of Interface
org.squashtest.tm.service.deletion.SuppressionPreviewReport

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

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

Methods in org.squashtest.tm.service.campaign that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> CustomIterationModificationService.simulateDeletion(List<Long> targetIds)
          that method should investigate the consequences of the deletion request, and return a report about what will happen.
 List<SuppressionPreviewReport> CampaignLibraryNavigationService.simulateIterationDeletion(List<Long> targetIds)
          that method should investigate the consequences of the deletion request of iterations, and return a report about what will happen.
 List<SuppressionPreviewReport> CampaignLibraryNavigationService.simulateSuiteDeletion(List<Long> targetIds)
          that method should investigate the consequences of the deletion request of tes suites, and return a report about what will happen.
 

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

Classes in org.squashtest.tm.service.deletion that implement SuppressionPreviewReport
 class LinkedToIterationPreviewReport
           
 class NotDeletableCampaignsPreviewReport
           
 class NotDeletablePreviewReport
           
 

Uses of SuppressionPreviewReport in org.squashtest.tm.service.execution
 

Methods in org.squashtest.tm.service.execution that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> ExecutionModificationService.simulateExecutionDeletion(Long execId)
          that method should investigate the consequences of the deletion of the given executions, and return a report about what will happen.
 

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

Methods in org.squashtest.tm.service.internal.campaign that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> CustomIterationModificationServiceImpl.simulateDeletion(List<Long> targetIds)
           
 List<SuppressionPreviewReport> CampaignNodeDeletionHandler.simulateExecutionDeletion(Long execId)
          That method should investigate the consequences of the deletion of the given executions, and return a report about what will happen.
 List<SuppressionPreviewReport> CampaignLibraryNavigationServiceImpl.simulateIterationDeletion(List<Long> targetIds)
           
 List<SuppressionPreviewReport> CampaignNodeDeletionHandler.simulateIterationDeletion(List<Long> targetIds)
          That method should investigate the consequences of the deletion of the given iterations, and return a report about what will happen.
 List<SuppressionPreviewReport> CampaignLibraryNavigationServiceImpl.simulateSuiteDeletion(List<Long> targetIds)
           
 List<SuppressionPreviewReport> CampaignNodeDeletionHandler.simulateSuiteDeletion(List<Long> targetIds)
          That method should investigate the consequences of the deletion of the given test suites, and return a report about what will happen.
 

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

Methods in org.squashtest.tm.service.internal.deletion that return types with arguments of type SuppressionPreviewReport
protected  List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
protected abstract  List<SuppressionPreviewReport> AbstractNodeDeletionHandler.diagnoseSuppression(List<Long> nodeIds)
          Given their ids, that method should check the nodes and actually report the informations as specified in NodeDeletionHandler.simulateDeletion(List).
protected  List<SuppressionPreviewReport> TestCaseNodeDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
protected  List<SuppressionPreviewReport> RequirementDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
 List<SuppressionPreviewReport> AbstractNodeDeletionHandler.simulateDeletion(List<Long> targetIds)
          NodeDeletionHandler.simulateDeletion(List)
 List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.simulateExecutionDeletion(Long execId)
           
 List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.simulateIterationDeletion(List<Long> targetIds)
           
 List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.simulateSuiteDeletion(List<Long> targetIds)
           
 

Uses of SuppressionPreviewReport in org.squashtest.tm.service.internal.execution
 

Methods in org.squashtest.tm.service.internal.execution that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> ExecutionModificationServiceImpl.simulateExecutionDeletion(Long execId)
           
 

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

Methods in org.squashtest.tm.service.internal.library that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> AbstractLibraryNavigationService.simulateDeletion(List<Long> targetIds)
           
 List<SuppressionPreviewReport> NodeDeletionHandler.simulateDeletion(List<Long> targetIds)
          (see above for definitions) That method should investigate the consequences of the deletion request, and return a report about what will happen.
 

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

Methods in org.squashtest.tm.service.library that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> LibraryNavigationService.simulateDeletion(List<Long> targetIds)
          that method should investigate the consequences of the deletion request, and return a report about what will happen.
 



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