Uses of Interface
org.broadleafcommerce.openadmin.server.service.persistence.validation.GlobalPropertyValidator

Packages that use GlobalPropertyValidator
org.broadleafcommerce.openadmin.server.service.persistence.validation   
 

Uses of GlobalPropertyValidator in org.broadleafcommerce.openadmin.server.service.persistence.validation
 

Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation that implement GlobalPropertyValidator
 class RequiredPropertyValidator
          Ensures that every property that is required from BasicFieldMetadata.getRequired() has a non-empty value being set.
 

Fields in org.broadleafcommerce.openadmin.server.service.persistence.validation with type parameters of type GlobalPropertyValidator
protected  List<GlobalPropertyValidator> EntityValidatorServiceImpl.globalEntityValidators
           
 

Methods in org.broadleafcommerce.openadmin.server.service.persistence.validation that return types with arguments of type GlobalPropertyValidator
 List<GlobalPropertyValidator> EntityValidatorServiceImpl.getGlobalEntityValidators()
           
 List<GlobalPropertyValidator> EntityValidatorService.getGlobalEntityValidators()
           
 

Method parameters in org.broadleafcommerce.openadmin.server.service.persistence.validation with type arguments of type GlobalPropertyValidator
 void EntityValidatorServiceImpl.setGlobalEntityValidators(List<GlobalPropertyValidator> globalEntityValidators)
           
 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.
 



Copyright © 2013. All Rights Reserved.