Uses of Interface
com.broadleafcommerce.customer.messaging.AccountInviteProducer
-
Packages that use AccountInviteProducer Package Description com.broadleafcommerce.customer.service -
-
Uses of AccountInviteProducer in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInviteProducer Modifier and Type Method Description protected AccountInviteProducer
DefaultSendAccountInvitationService. getAccountInviteProducer()
Constructor parameters in com.broadleafcommerce.customer.service with type arguments of type AccountInviteProducer Constructor Description DefaultSendAccountInvitationService(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)
-