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 AccountInvitePropertiesUserRegistrationListener.getAccountInviteProperties()Methods in com.broadleafcommerce.customer.messaging with parameters of type AccountInvitePropertiesModifier and TypeMethodDescriptionvoidUserRegistrationListener.setAccountInviteProperties(AccountInviteProperties accountInviteProperties) -
Uses of AccountInviteProperties in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInvitePropertiesModifier and TypeMethodDescriptionprotected AccountInvitePropertiesDefaultAccountInviteService.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)