| Package | Description |
|---|---|
| ru.finnetrolle.businesslogicvalidation | |
| ru.finnetrolle.businesslogicvalidation.dto | |
| ru.finnetrolle.businesslogicvalidation.specific |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ViolationLevel |
Rule.getViolationLevel()
Override this method to define violation level of your derived rule
|
| Modifier and Type | Method and Description |
|---|---|
ViolationLevel |
ValidationResult.getLevel() |
ViolationLevel |
Violation.getViolationLevel() |
static ViolationLevel |
ViolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViolationLevel[] |
ViolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Violation |
Violation.create(String name,
String message,
Integer code,
ViolationLevel violationLevel)
fabric method to construct object
|
| Modifier and Type | Method and Description |
|---|---|
protected ViolationLevel |
PermissibleRule.getViolationLevel() |
protected ViolationLevel |
NullValuePropagationStopper.getViolationLevel() |
protected ViolationLevel |
NoticeRule.getViolationLevel() |
protected ViolationLevel |
ErrorRule.getViolationLevel() |
protected ViolationLevel |
CriticalRule.getViolationLevel() |
Copyright © 2015. All Rights Reserved.