Interface MovePlanValidationService

All Known Implementing Classes:
MovePlanValidationServiceImpl

public interface MovePlanValidationService
  • Method Details

    • validatePlanKeysAndNamesForProject

      void validatePlanKeysAndNamesForProject(com.atlassian.struts.ValidationAware validationAware, Project project, Map<String,String> planKeyMappings, Map<String,String> planNameMappings)
    • validateUsageOfProjectResources

      void validateUsageOfProjectResources(com.atlassian.struts.ValidationAware validationAware, Collection<TopLevelPlan> plans)