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

Packages that use SuppressionPreviewReport
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.internal.service.deletion   
org.squashtest.csp.tm.service   
org.squashtest.csp.tm.service.deletion   
 

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

Methods in org.squashtest.csp.tm.internal.service that return types with arguments of type SuppressionPreviewReport
 List<SuppressionPreviewReport> CustomIterationModificationServiceImpl.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.
 List<SuppressionPreviewReport> AbstractLibraryNavigationService.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> ExecutionModificationServiceImpl.simulateExecutionDeletion(Long execId)
           
 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.simulateIterationDeletion(List<Long> targetIds)
           
 

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

Methods in org.squashtest.csp.tm.internal.service.deletion that return types with arguments of type SuppressionPreviewReport
protected  List<SuppressionPreviewReport> RequirementDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
protected abstract  List<SuppressionPreviewReport> AbstractNodeDeletionHandlerImpl.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> CampaignDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
protected  List<SuppressionPreviewReport> TestCaseNodeDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds)
           
 List<SuppressionPreviewReport> AbstractNodeDeletionHandlerImpl.simulateDeletion(List<Long> targetIds)
          NodeDeletionHandler.simulateDeletion(List)
 List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.simulateExecutionDeletion(Long execId)
           
 List<SuppressionPreviewReport> CampaignDeletionHandlerImpl.simulateIterationDeletion(List<Long> targetIds)
           
 

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

Methods in org.squashtest.csp.tm.service 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> LibraryNavigationService.simulateDeletion(List<Long> targetIds)
          that method should investigate the consequences of the deletion request, and return a report about what will happen.
 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.
 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.
 

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

Classes in org.squashtest.csp.tm.service.deletion that implement SuppressionPreviewReport
 class AffectedEntitiesPreviewReport
           
 class NotDeletablePreviewReport
           
 



Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.