Uses of Class
org.broadleafcommerce.openadmin.server.service.persistence.validation.ValidationConfigurationBasedPropertyValidator
Packages that use ValidationConfigurationBasedPropertyValidator
Package
Description
-
Uses of ValidationConfigurationBasedPropertyValidator in org.broadleafcommerce.openadmin.server.service.persistence.validation
Subclasses of ValidationConfigurationBasedPropertyValidator in org.broadleafcommerce.openadmin.server.service.persistence.validationModifier 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.classclassValidates a field as being a valid URI to ensure compatibility with Broadleaf handlers including PageHandler, ProductHandler, and CategoryHandlers. -
Uses of ValidationConfigurationBasedPropertyValidator in org.broadleafcommerce.openadmin.server.service.sandbox
Subclasses of ValidationConfigurationBasedPropertyValidator in org.broadleafcommerce.openadmin.server.service.sandboxModifier and TypeClassDescriptionclassEnsures that the SandBox name is unique within a given site.