Uses of Package
org.broadleafcommerce.openadmin.server.service.persistence.validation

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

Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.service.persistence.module
EntityValidatorService
          Validates all of the populated properties for entities
PopulateValueRequestValidator
           This is injected into the BasicPersistenceModule and invoked prior to any attempts to actually populate values from the Entity DTO representation into the Hibernate entity using the FieldPersistenceProvider paradigm.
 

Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.service.persistence.validation
EntityValidatorService
          Validates all of the populated properties for entities
EntityValidatorServiceImpl
          This implementation validates each Property from the given Entity according to the ValidationConfigurations associated with it.
GlobalPropertyValidator
          Analagous to PropertyValidator except this does not attempt to use any ValidationConfiguration from an AdminPresentation annotation.
PopulateValueRequestValidator
           This is injected into the BasicPersistenceModule and invoked prior to any attempts to actually populate values from the Entity DTO representation into the Hibernate entity using the FieldPersistenceProvider paradigm.
PropertyValidationResult
          DTO representing a boolean whether or not it passed validation and String error message.
PropertyValidator
          Interface for performing validation on a property.
ValidationConfigurationBasedPropertyValidator
          Provides a default validate method that uses the validation configuration map to pull out the error key and pre-populate the PropertyValidationResult based on ConfigurationItem.ERROR_MESSAGE.
 



Copyright © 2013. All Rights Reserved.