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 TypeMethodDescriptionvoidUserRegistrationListener.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 TypeInterfaceDescriptioninterfaceAccountInviteService<P extends AccountInvite>classDefaultAccountInviteService<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 AccountInviteNotificationDefaultSendAccountInvitationService.getNotification(AccountInvite accountInvite, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidDefaultSendAccountInvitationService.sendAccountInvitation(AccountInvite accountInvite, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidDefaultSendAccountInvitationService.sendAccountInvitation(AccountInvite accountInvite, Map<String, Object> additionalArgs, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidSendAccountInvitationService.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.voidSendAccountInvitationService.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 TypeMethodDescriptionvoidAccountInviteNotification.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)