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 voidUserRegistrationListener. assertHasServiceId(User user)protected voidUserRegistrationListener. assertIsCustomerType(User user)protected com.broadleafcommerce.data.tracking.core.context.ContextInfoUserRegistrationListener. buildContextInfo(User user)protected com.broadleafcommerce.data.tracking.core.context.ContextInfoUserUpdateListenerCustomer. buildContextInfo(User user)protected CustomerUserRegistrationListener. buildCustomer(User user, String customerId)protected voidUserUpdateListenerCustomer. updateAccountRoles(User user, Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)protected voidUserCreationListener. updateCustomer(User user, Customer customer)Updates an existing customer.protected voidUserRegistrationListener. validateUserPayload(User user)Method parameters in com.broadleafcommerce.customer.messaging with type arguments of type User Modifier and Type Method Description voidUserUpdateListenerCustomer. listen(org.springframework.messaging.Message<User> userMessage)protected voidUserUpdateListenerCustomer. 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 UserUserCreatedEvent. getUser()Methods in com.broadleafcommerce.customer.messaging.domain with parameters of type User Modifier and Type Method Description voidUserCreatedEvent. setUser(User user)
-