| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.persistence.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldLengthValidator
Ensures that field values submitted in the admin are less than or equal to the length specified in the metadata
|
class |
RequiredPropertyValidator
Ensures that every property that is required from
BasicFieldMetadata.getRequired() has a non-empty value being
set. |
| Modifier and Type | Field and Description |
|---|---|
protected List<GlobalPropertyValidator> |
EntityValidatorServiceImpl.globalEntityValidators |
| Modifier and Type | Method and Description |
|---|---|
List<GlobalPropertyValidator> |
EntityValidatorService.getGlobalEntityValidators() |
List<GlobalPropertyValidator> |
EntityValidatorServiceImpl.getGlobalEntityValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityValidatorService.setGlobalEntityValidators(List<GlobalPropertyValidator> globalEntityValidators)
Set the global validators that will be run on every entity that is attempted to be saved in the admin.
|
void |
EntityValidatorServiceImpl.setGlobalEntityValidators(List<GlobalPropertyValidator> globalEntityValidators) |
Copyright © 2017. All rights reserved.