Uses of Class
com.broadleafcommerce.customer.service.autoconfigure.AccountInviteProperties
-
Uses of AccountInviteProperties in com.broadleafcommerce.customer.messaging
Modifier and TypeMethodDescriptionprotected AccountInviteProperties
UserRegistrationListener.getAccountInviteProperties()
Modifier and TypeMethodDescriptionvoid
UserRegistrationListener.setAccountInviteProperties
(AccountInviteProperties accountInviteProperties) -
Uses of AccountInviteProperties in com.broadleafcommerce.customer.service
Modifier and TypeMethodDescriptionprotected AccountInviteProperties
DefaultAccountInviteService.getAccountInviteProperties()
ModifierConstructorDescriptionDefaultAccountInviteService
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService, SendAccountInvitationService sendAccountInvitationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.RSQLFilterParser rsqlFilterParser, AccountInviteRepository<com.broadleafcommerce.data.tracking.core.Trackable> accountInviteRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountInviteProperties accountInviteProperties)