Uses of Interface
org.broadleafcommerce.openadmin.server.service.persistence.validation.PropertyValidator
Packages that use PropertyValidator
Package
Description
-
Uses of PropertyValidator in org.broadleafcommerce.openadmin.server.service.persistence.validation
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation that implement PropertyValidatorModifier and TypeClassDescriptionclassclassChecks to make sure that the end date being updated is after the start dateclassChecks to make sure that the provided cron expression is validclassclassChecks for equality between this field and a configured 'otherField'classValidator that checks if a max value field is actually greater than or equal to a min value field.classValidates a field against a configured 'regularExpression' itemclassMakes a field required if the value of another field matches another value.classclassChecks for uniqueness of this field's value among other entities of this typeclassValidates a field as being a valid URI to ensure compatibility with Broadleaf handlers including PageHandler, ProductHandler, and CategoryHandlers.classProvides a default validate method that uses the validation configuration map to pull out the error key and pre-populate thePropertyValidationResultbased onConfigurationItem.ERROR_MESSAGE. -
Uses of PropertyValidator in org.broadleafcommerce.openadmin.server.service.sandbox
Classes in org.broadleafcommerce.openadmin.server.service.sandbox that implement PropertyValidatorModifier and TypeClassDescriptionclassEnsures that the SandBox name is unique within a given site.