Uses of Interface
com.broadleafcommerce.customer.service.validation.AccountRoleContextValidator
- 
- 
Uses of AccountRoleContextValidator in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountRoleContextValidator Modifier and Type Method Description protected AccountRoleContextValidator<P>DefaultAccountRoleService. getAccountRoleContextValidator()Constructors in com.broadleafcommerce.customer.service with parameters of type AccountRoleContextValidator Constructor Description DefaultAccountRoleService(AccountRoleRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountPermissionHydrationService permissionHydrationService, AccountRoleContextValidator<P> accountRoleContextValidator, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, com.broadleafcommerce.common.messaging.PersistenceProducer persistenceProducer, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper messageSerializationHelper, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) - 
Uses of AccountRoleContextValidator in com.broadleafcommerce.customer.service.autoconfigure
Methods in com.broadleafcommerce.customer.service.autoconfigure that return AccountRoleContextValidator Modifier and Type Method Description AccountRoleContextValidator<AccountRole>CustomerServiceValidationConfiguration. accountRoleContextValidator() - 
Uses of AccountRoleContextValidator in com.broadleafcommerce.customer.service.validation
Classes in com.broadleafcommerce.customer.service.validation that implement AccountRoleContextValidator Modifier and Type Class Description classDefaultAccountRoleContextValidator<P extends AccountRole>Default validator for use onAccountRolecreation/modification/deletion. 
 -