Uses of Class
com.broadleafcommerce.customer.domain.AccountInvite
Packages that use AccountInvite
Package
Description
-
Uses of AccountInvite in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return types with arguments of type AccountInviteModifier and TypeMethodDescriptionprotected AccountInviteService<AccountInvite>
UserRegistrationListener.getAccountInviteService()
Method parameters in com.broadleafcommerce.customer.messaging with type arguments of type AccountInviteModifier and TypeMethodDescriptionvoid
UserRegistrationListener.setAccountInviteService
(AccountInviteService<AccountInvite> accountInviteService) -
Uses of AccountInvite in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service with type parameters of type AccountInviteModifier and TypeInterfaceDescriptioninterface
AccountInviteService<P extends AccountInvite>
class
DefaultAccountInviteService<P extends AccountInvite>
Methods in com.broadleafcommerce.customer.service with parameters of type AccountInviteModifier 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
Methods in com.broadleafcommerce.customer.service.domain that return AccountInviteModifier and TypeMethodDescriptionAccountInviteNotification.getAccountInvite()
The account invite that is being sent.Methods in com.broadleafcommerce.customer.service.domain with parameters of type AccountInviteModifier and TypeMethodDescriptionvoid
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 AccountInviteModifier and TypeMethodDescriptionAccountInviteEndpoint.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 AccountInviteModifier 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.Constructor parameters in com.broadleafcommerce.customer.web.endpoint with type arguments of type AccountInviteModifierConstructorDescriptionAccountInviteEndpoint
(AccountInviteService<AccountInvite> accountInviteService)