Class UpdateAccountValidator
java.lang.Object
org.broadleafcommerce.core.web.controller.account.validator.UpdateAccountValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
@Component("blUpdateAccountValidator")
public class UpdateAccountValidator
extends Object
implements org.springframework.validation.Validator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.service.CustomerService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.validation.Validator
validateObject
-
Field Details
-
customerService
protected org.broadleafcommerce.profile.core.service.CustomerService customerService
-
-
Constructor Details
-
UpdateAccountValidator
public UpdateAccountValidator()
-
-
Method Details
-
validate
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
- Specified by:
validatein interfaceorg.springframework.validation.Validator
-