public class WebActionUtil extends Object
Constructor and Description |
---|
WebActionUtil() |
Modifier and Type | Method and Description |
---|---|
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) |
public static void addDependentVersionErrors(ErrorCollection action, List versionIds, String fieldname)
public static void addDependentComponentErrors(ErrorCollection errorCollection, List componentIds, String fieldname)
public static void addDependentEntityInvalidErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
errorCollection
- entityIds
- fieldname
- errorMessage
- public static void addDependentEntityUnknownErrors(ErrorCollection errorCollection, List entityIds, String fieldname, String errorMessage)
errorCollection
- entityIds
- fieldname
- errorMessage
- Copyright © 2002-2022 Atlassian. All Rights Reserved.