Uses of Class
com.broadleafcommerce.customer.domain.AccountInviteRequest
-
Packages that use AccountInviteRequest Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.web.endpoint -
-
Uses of AccountInviteRequest in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service with parameters of type AccountInviteRequest Modifier and Type Method Description protected 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)
M
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.M
DefaultAccountMemberService. createActiveFromInviteAndCustomer(@NonNull Customer customer, String accountId, @NonNull AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Optional<P>
AccountInviteService. inviteToAccount(String accountId, AccountInviteRequest accountInviteRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Invite a new user to an account.Optional<P>
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
Methods in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountInviteRequest Modifier and Type Method Description org.springframework.http.ResponseEntity<AccountInvite>
AccountInviteEndpoint. inviteAccountMember(String accountId, AccountInviteRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-