com.atlassian.jira.gadgets.system.util
Interface ProjectsAndCategoriesHelper

All Known Implementing Classes:
DefaultProjectsAndCategoriesHelper

public interface ProjectsAndCategoriesHelper


Method Summary
 Set<Long> getProjectIds(String projectAndCategoryIds)
           
 void validate(String projectsOrCategories, Collection<ValidationError> errors, String fieldName)
           
 

Method Detail

validate

void validate(String projectsOrCategories,
              Collection<ValidationError> errors,
              String fieldName)

getProjectIds

Set<Long> getProjectIds(String projectAndCategoryIds)


Copyright © 2002-2012 Atlassian. All Rights Reserved.