Uses of Interface
com.broadleafcommerce.customer.service.AccountInviteService
Package
Description
-
Uses of AccountInviteService in com.broadleafcommerce.customer.messaging
Modifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>
UserRegistrationListener.getAccountInviteService()
Modifier and TypeMethodDescriptionvoid
UserRegistrationListener.setAccountInviteService
(AccountInviteService<AccountInvite> accountInviteService) -
Uses of AccountInviteService in com.broadleafcommerce.customer.service
-
Uses of AccountInviteService in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>
AccountInviteEndpoint.getAccountInviteService()
ModifierConstructorDescriptionAccountInviteEndpoint
(AccountInviteService<AccountInvite> accountInviteService)