Uses of Interface
org.broadleafcommerce.openadmin.server.service.persistence.validation.GlobalPropertyValidator
Packages that use GlobalPropertyValidator
-
Uses of GlobalPropertyValidator in org.broadleafcommerce.openadmin.server.service.persistence.validation
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation that implement GlobalPropertyValidatorModifier and TypeClassDescriptionclassA basic entity persistence validation hook into validation provided by instances ofAdornedTargetAutoPopulateExtensionHandlerclassEnsures that field values submitted in the admin are less than or equal to the length specified in the metadataclassEnsures that every property that is required fromBasicFieldMetadata.getRequired()has a non-empty value being set.Fields in org.broadleafcommerce.openadmin.server.service.persistence.validation with type parameters of type GlobalPropertyValidatorModifier and TypeFieldDescriptionprotected List<GlobalPropertyValidator>EntityValidatorServiceImpl.globalEntityValidatorsMethods in org.broadleafcommerce.openadmin.server.service.persistence.validation that return types with arguments of type GlobalPropertyValidatorModifier and TypeMethodDescriptionEntityValidatorService.getGlobalEntityValidators()EntityValidatorServiceImpl.getGlobalEntityValidators()Method parameters in org.broadleafcommerce.openadmin.server.service.persistence.validation with type arguments of type GlobalPropertyValidatorModifier and TypeMethodDescriptionvoidEntityValidatorService.setGlobalEntityValidators(List<GlobalPropertyValidator> globalEntityValidators) Set the global validators that will be run on every entity that is attempted to be saved in the admin.voidEntityValidatorServiceImpl.setGlobalEntityValidators(List<GlobalPropertyValidator> globalEntityValidators)