Uses of Package
org.broadleafcommerce.openadmin.server.service.persistence.validation
Packages that use org.broadleafcommerce.openadmin.server.service.persistence.validation
Package
Description
-
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.security.serviceClassDescriptionDTO representing a boolean whether or not it passed validation and String error message.
-
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.service.persistence.moduleClassDescriptionValidates all of the populated properties for entitiesThis is injected into the
BasicPersistenceModuleand invoked prior to any attempts to actually populate values from theEntityDTO representation into the Hibernate entity using theFieldPersistenceProviderparadigm. -
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.service.persistence.validationClassDescriptionValidates all of the populated properties for entitiesMarker interface for any validator that contains field names as part of its configuration.Analagous to
PropertyValidatorexcept this does not attempt to use anyValidationConfigurationfrom anAdminPresentationannotation.DTO representing a boolean whether or not it passed validation and String error message.This is injected into theBasicPersistenceModuleand invoked prior to any attempts to actually populate values from theEntityDTO representation into the Hibernate entity using theFieldPersistenceProviderparadigm.Empty DTO for now that just denotes that this validation error is from a propertyInterface for performing validation on a property.Provides a default validate method that uses the validation configuration map to pull out the error key and pre-populate thePropertyValidationResultbased onConfigurationItem.ERROR_MESSAGE. -
Classes in org.broadleafcommerce.openadmin.server.service.persistence.validation used by org.broadleafcommerce.openadmin.server.service.sandboxClassDescriptionEmpty DTO for now that just denotes that this validation error is from a propertyInterface for performing validation on a property.Provides a default validate method that uses the validation configuration map to pull out the error key and pre-populate the
PropertyValidationResultbased onConfigurationItem.ERROR_MESSAGE.