Uses of Class
com.broadleafcommerce.customer.domain.AccountInvite
-
-
Uses of AccountInvite in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return types with arguments of type AccountInvite Modifier and Type Method Description protected AccountInviteService<AccountInvite>
UserRegistrationListener. getAccountInviteService()
Method parameters in com.broadleafcommerce.customer.messaging with type arguments of type AccountInvite Modifier and Type Method Description void
UserRegistrationListener. setAccountInviteService(AccountInviteService<AccountInvite> accountInviteService)
-
Uses of AccountInvite in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type AccountInvite Modifier and Type Interface Description interface
AccountInviteService<P extends AccountInvite>
class
DefaultAccountInviteService<P extends AccountInvite>
Methods in com.broadleafcommerce.customer.service with parameters of type AccountInvite Modifier and Type Method Description M
AccountMemberService. createInactiveFromAccountInvite(AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
M
DefaultAccountMemberService. createInactiveFromAccountInvite(@NonNull AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
M
AccountMemberService. createInactiveFromAccountInviteAndCustomer(AccountInvite accountInvite, Customer customer, com.broadleafcommerce.data.tracking.core.context.ContextInfo context)
Create an account member from an account invitation and customer.M
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
Methods in com.broadleafcommerce.customer.service.domain that return AccountInvite Modifier and Type Method Description AccountInvite
AccountInviteNotification. getAccountInvite()
The account invite that is being sent.Methods in com.broadleafcommerce.customer.service.domain with parameters of type AccountInvite Modifier and Type Method Description void
AccountInviteNotification. setAccountInvite(AccountInvite accountInvite)
The account invite that is being sent. -
Uses of AccountInvite in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountInvite Modifier and Type Method Description AccountInvite
AccountInviteEndpoint. resendInvite(String accountId, String inviteId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Methods in com.broadleafcommerce.customer.web.endpoint that return types with arguments of type AccountInvite Modifier and Type Method Description protected 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.Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountInvite Constructor Description AccountInviteEndpoint(AccountInviteService<AccountInvite> accountInviteService)
-