Uses of Class
com.broadleafcommerce.customer.domain.AccountInvite
Package
Description
-
Uses of AccountInvite in com.broadleafcommerce.customer.messaging
Modifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>
UserRegistrationListener.getAccountInviteService()
Modifier and TypeMethodDescriptionvoid
UserRegistrationListener.setAccountInviteService
(AccountInviteService<AccountInvite> accountInviteService) -
Uses of AccountInvite in com.broadleafcommerce.customer.service
Modifier and TypeInterfaceDescriptioninterface
AccountInviteService<P extends AccountInvite>
class
DefaultAccountInviteService<P extends AccountInvite>
Modifier and TypeMethodDescriptionAccountMemberService.createInactiveFromAccountInvite
(AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) DefaultAccountMemberService.createInactiveFromAccountInvite
(@NonNull AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountMemberService.createInactiveFromAccountInviteAndCustomer
(AccountInvite accountInvite, Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Create an account member from an account invitation and customer.DefaultAccountMemberService.createInactiveFromAccountInviteAndCustomer
(@NonNull AccountInvite accountInvite, @NonNull Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected AccountInviteNotification
DefaultSendAccountInvitationService.getNotification
(AccountInvite accountInvite, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
DefaultSendAccountInvitationService.sendAccountInvitation
(AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
DefaultSendAccountInvitationService.sendAccountInvitation
(AccountInvite accountInvite, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
SendAccountInvitationService.sendAccountInvitation
(AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send the account invitation to the targeted user based on the information in theaccountInvite
.void
SendAccountInvitationService.sendAccountInvitation
(AccountInvite accountInvite, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send the account invitation to the targeted user based on the information in theaccountInvite
. -
Uses of AccountInvite in com.broadleafcommerce.customer.service.domain
Modifier and TypeMethodDescriptionAccountInviteNotification.getAccountInvite()
The account invite that is being sent.Modifier and TypeMethodDescriptionvoid
AccountInviteNotification.setAccountInvite
(AccountInvite accountInvite) The account invite that is being sent. -
Uses of AccountInvite in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionAccountInviteEndpoint.resendInvite
(String accountId, String inviteId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Modifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>
AccountInviteEndpoint.getAccountInviteService()
org.springframework.http.ResponseEntity<AccountInvite>
AccountInviteEndpoint.inviteAccountMember
(String accountId, AccountInviteRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<AccountInvite>
AccountInviteEndpoint.readAllInvites
(cz.jirutka.rsql.parser.ast.Node filters, String accountId, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<AccountInvite>
AccountInviteEndpoint.readMyAccountInvites
(org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Read the logged in user's account invites.ModifierConstructorDescriptionAccountInviteEndpoint
(AccountInviteService<AccountInvite> accountInviteService)