Uses of Interface
com.broadleafcommerce.customer.service.AccountInviteService
Packages that use AccountInviteService
Package
Description
- 
Uses of AccountInviteService in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return AccountInviteServiceModifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>UserRegistrationListener.getAccountInviteService()Methods in com.broadleafcommerce.customer.messaging with parameters of type AccountInviteServiceModifier and TypeMethodDescriptionvoidUserRegistrationListener.setAccountInviteService(AccountInviteService<AccountInvite> accountInviteService)  - 
Uses of AccountInviteService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountInviteService - 
Uses of AccountInviteService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountInviteServiceModifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>AccountInviteEndpoint.getAccountInviteService()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountInviteServiceModifierConstructorDescriptionAccountInviteEndpoint(AccountInviteService<AccountInvite> accountInviteService)