Uses of Class
com.broadleafcommerce.customer.domain.AccountInviteRequest
Package
Description
-
Uses of AccountInviteRequest in com.broadleafcommerce.customer.service
Modifier and TypeMethodDescriptionprotected P
DefaultAccountInviteService.buildAccountInvite
(String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
DefaultAccountInviteService.checkIfAlreadyAccountMember
(String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountMemberService.createActiveFromInviteAndCustomer
(Customer customer, String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Creates an activeAccountMember
from the given invite request and customer.DefaultAccountMemberService.createActiveFromInviteAndCustomer
(@NonNull Customer customer, String accountId, @NonNull AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) AccountInviteService.inviteToAccount
(String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Invite a new user to an account.DefaultAccountInviteService.inviteToAccount
(@NonNull String accountId, @NonNull AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected P
DefaultAccountInviteService.updateExistingAccountInvite
(P existingInvite, String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of AccountInviteRequest in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountInvite>
AccountInviteEndpoint.inviteAccountMember
(String accountId, AccountInviteRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)