Uses of Interface
com.broadleafcommerce.auth.user.service.AccountUpdateRequestHandler
Package
Description
-
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.messaging
Modifier and TypeMethodDescriptionprotected AccountUpdateRequestHandler
AccountUpdateEventListener.getAccountUpdateRequestHandler()
ModifierConstructorDescriptionAccountUpdateEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountUpdateRequestHandler accountUpdateRequestHandler) -
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.messaging.autoconfigure
Modifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.accountStatusChangeEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, AccountUpdateRequestHandler accountUpdateRequestHandler) -
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.service
Modifier and TypeClassDescriptionclass
Process anCustomerAccountUpdateRequest
to respond to updates of an account's status or parent. -
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler
(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)