Uses of Class
com.broadleafcommerce.customer.messaging.domain.User
Packages that use User
Package
Description
-
Uses of User in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging with parameters of type UserModifier and TypeMethodDescriptionprotected void
UserRegistrationListener.assertHasServiceId
(User user) protected void
UserRegistrationListener.assertIsCustomerType
(User user) protected com.broadleafcommerce.data.tracking.core.context.ContextInfo
UserRegistrationListener.buildContextInfo
(User user) protected com.broadleafcommerce.data.tracking.core.context.ContextInfo
UserUpdateListenerCustomer.buildContextInfo
(User user) protected Customer
UserRegistrationListener.buildCustomer
(User user, String customerId) protected void
UserUpdateListenerCustomer.updateAccountRoles
(User user, Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
UserCreationListener.updateCustomer
(User user, Customer customer) Updates an existing customer.protected void
UserRegistrationListener.validateUserPayload
(User user) Method parameters in com.broadleafcommerce.customer.messaging with type arguments of type UserModifier and TypeMethodDescriptionvoid
protected void
UserUpdateListenerCustomer.processMessage
(org.springframework.messaging.Message<User> userMessage) -
Uses of User in com.broadleafcommerce.customer.messaging.domain
Methods in com.broadleafcommerce.customer.messaging.domain that return UserMethods in com.broadleafcommerce.customer.messaging.domain with parameters of type User