Uses of Interface
com.broadleafcommerce.customer.messaging.AccountInviteProducer
Packages that use AccountInviteProducer
- 
Uses of AccountInviteProducer in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInviteProducerModifier and TypeMethodDescriptionprotected AccountInviteProducerDefaultSendAccountInvitationService.getAccountInviteProducer()Constructor parameters in com.broadleafcommerce.customer.service with type arguments of type AccountInviteProducerModifierConstructorDescriptionDefaultSendAccountInvitationService(com.broadleafcommerce.data.tracking.core.tenant.service.CommonApplicationService<com.broadleafcommerce.data.tracking.core.tenant.domain.Application> applicationService, Optional<AccountInviteProducer> accountInviteProducer, Optional<AccountInviteAcceptanceProducer> accountInviteAcceptanceProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory)