com.atlassian.jira.web.util
Class WebActionUtil

java.lang.Object
  extended by com.atlassian.jira.web.util.WebActionUtil

public class WebActionUtil
extends Object


Constructor Summary
WebActionUtil()
           
 
Method Summary
static void addDependentComponentErrors(ErrorCollection errorCollection, List componentIds, String fieldname)
           
static void addDependentEntityInvalidErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
          Catches invalid versions.
static void addDependentEntityUnknownErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
          Cannot select unknown with another Version.
static void addDependentVersionErrors(ErrorCollection action, List versionIds, String fieldname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebActionUtil

public WebActionUtil()
Method Detail

addDependentVersionErrors

public static void addDependentVersionErrors(ErrorCollection action,
                                             List versionIds,
                                             String fieldname)

addDependentComponentErrors

public static void addDependentComponentErrors(ErrorCollection errorCollection,
                                               List componentIds,
                                               String fieldname)

addDependentEntityInvalidErrors

public static void addDependentEntityInvalidErrors(ErrorCollection errorCollection,
                                                   List entityIds,
                                                   String fieldname,
                                                   String errorMessage)
Catches invalid versions.

Parameters:
errorCollection -
entityIds -
fieldname -
errorMessage -

addDependentEntityUnknownErrors

public static void addDependentEntityUnknownErrors(ErrorCollection errorCollection,
                                                   List entityIds,
                                                   String fieldname,
                                                   String errorMessage)
Cannot select unknown with another Version.

Parameters:
errorCollection -
entityIds -
fieldname -
errorMessage -


Copyright © 2002-2007 Atlassian. All Rights Reserved.