| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.persistence.validation |
| Modifier and Type | Class and Description |
|---|---|
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 java.util.List<GlobalPropertyValidator> |
EntityValidatorServiceImpl.globalEntityValidators |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GlobalPropertyValidator> |
EntityValidatorService.getGlobalEntityValidators() |
java.util.List<GlobalPropertyValidator> |
EntityValidatorServiceImpl.getGlobalEntityValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityValidatorService.setGlobalEntityValidators(java.util.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(java.util.List<GlobalPropertyValidator> globalEntityValidators) |
Copyright © 2018. All Rights Reserved.