Uses of Class
com.broadleafcommerce.customer.messaging.domain.User
-
Packages that use User Package Description com.broadleafcommerce.customer.messaging com.broadleafcommerce.customer.messaging.domain -
-
Uses of User in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging with parameters of type User Modifier and Type Method Description protected 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 User Modifier and Type Method Description void
UserUpdateListenerCustomer. listen(org.springframework.messaging.Message<User> userMessage)
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 User Modifier and Type Method Description User
UserCreatedEvent. getUser()
Methods in com.broadleafcommerce.customer.messaging.domain with parameters of type User Modifier and Type Method Description void
UserCreatedEvent. setUser(User user)
-