Uses of Class
com.broadleafcommerce.auth.user.messaging.util.CustomerPersistenceUtil
Packages that use CustomerPersistenceUtil
Package
Description
-
Uses of CustomerPersistenceUtil in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return CustomerPersistenceUtilModifier and TypeMethodDescriptionprotected CustomerPersistenceUtilCustomerPersistenceHandler.getCustomerPersistenceUtil()Methods in com.broadleafcommerce.auth.user.listener with parameters of type CustomerPersistenceUtilModifier and TypeMethodDescriptionvoidCustomerPersistenceHandler.setCustomerPersistenceUtil(CustomerPersistenceUtil customerPersistenceUtil) -
Uses of CustomerPersistenceUtil in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return CustomerPersistenceUtilModifier and TypeMethodDescriptionprotected CustomerPersistenceUtilAccountUserManuallyCreatedEventListener.getCustomerPersistenceUtil()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type CustomerPersistenceUtilModifierConstructorDescriptionAccountUserManuallyCreatedEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserRoleService<UserRole> userRoleService, CustomerPersistenceUtil customerPersistenceUtil, AccountUserManualCreationMessagingProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CustomerPersistenceUtil in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure that return CustomerPersistenceUtilModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.customerPersistenceUtil(AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, UserService<User> userService, UserMappingPropertiesService<UserMappingProperties.FieldMapping> userMappingPropertiesService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type CustomerPersistenceUtilModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.accountUserCreatedEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserRoleService<UserRole> userRoleService, CustomerPersistenceUtil customerPersistenceUtil, AccountUserManualCreationMessagingProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)