Uses of Interface
com.broadleafcommerce.auth.user.service.AccountUpdateRequestHandler
Packages that use AccountUpdateRequestHandler
Package
Description
-
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return AccountUpdateRequestHandlerModifier and TypeMethodDescriptionprotected AccountUpdateRequestHandler
AccountUpdateEventListener.getAccountUpdateRequestHandler()
Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type AccountUpdateRequestHandlerModifierConstructorDescriptionAccountUpdateEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountUpdateRequestHandler accountUpdateRequestHandler) -
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type AccountUpdateRequestHandlerModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.accountStatusChangeEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, AccountUpdateRequestHandler accountUpdateRequestHandler) -
Uses of AccountUpdateRequestHandler in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement AccountUpdateRequestHandlerModifier 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
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return AccountUpdateRequestHandlerModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler
(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)