Uses of Class
com.broadleafcommerce.customer.domain.AccountInviteRequest
Packages that use AccountInviteRequest
Package
Description
-
Uses of AccountInviteRequest in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service with parameters of type AccountInviteRequestModifier and TypeMethodDescriptionprotected PDefaultAccountInviteService.buildAccountInvite(String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected voidDefaultAccountInviteService.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 activeAccountMemberfrom 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 PDefaultAccountInviteService.updateExistingAccountInvite(P existingInvite, String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of AccountInviteRequest in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountInviteRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AccountInvite>AccountInviteEndpoint.inviteAccountMember(String accountId, AccountInviteRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)