Uses of Interface
com.broadleafcommerce.customer.service.AccountInviteService
-
Packages that use AccountInviteService Package Description com.broadleafcommerce.customer.messaging com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of AccountInviteService in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return AccountInviteService Modifier and Type Method Description protected AccountInviteService<AccountInvite>
UserRegistrationListener. getAccountInviteService()
Methods in com.broadleafcommerce.customer.messaging with parameters of type AccountInviteService Modifier and Type Method Description void
UserRegistrationListener. setAccountInviteService(AccountInviteService<AccountInvite> accountInviteService)
-
Uses of AccountInviteService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountInviteService Modifier and Type Class Description class
DefaultAccountInviteService<P extends AccountInvite>
-
Uses of AccountInviteService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountInviteService Modifier and Type Method Description protected AccountInviteService<AccountInvite>
AccountInviteEndpoint. getAccountInviteService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountInviteService Constructor Description AccountInviteEndpoint(AccountInviteService<AccountInvite> accountInviteService)
-