Uses of Class
com.broadleafcommerce.customer.service.autoconfigure.AccountInviteProperties
Packages that use AccountInviteProperties
-
Uses of AccountInviteProperties in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return AccountInvitePropertiesModifier and TypeMethodDescriptionprotected AccountInviteProperties
UserRegistrationListener.getAccountInviteProperties()
Methods in com.broadleafcommerce.customer.messaging with parameters of type AccountInvitePropertiesModifier and TypeMethodDescriptionvoid
UserRegistrationListener.setAccountInviteProperties
(AccountInviteProperties accountInviteProperties) -
Uses of AccountInviteProperties in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInvitePropertiesModifier and TypeMethodDescriptionprotected AccountInviteProperties
DefaultAccountInviteService.getAccountInviteProperties()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountInvitePropertiesModifierConstructorDescriptionDefaultAccountInviteService
(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)