Uses of Class
com.broadleafcommerce.customer.service.autoconfigure.AccountInviteProperties
-
Packages that use AccountInviteProperties Package Description com.broadleafcommerce.customer.messaging com.broadleafcommerce.customer.service -
-
Uses of AccountInviteProperties in com.broadleafcommerce.customer.messaging
Methods in com.broadleafcommerce.customer.messaging that return AccountInviteProperties Modifier and Type Method Description protected AccountInviteProperties
UserRegistrationListener. getAccountInviteProperties()
Methods in com.broadleafcommerce.customer.messaging with parameters of type AccountInviteProperties Modifier and Type Method Description void
UserRegistrationListener. setAccountInviteProperties(AccountInviteProperties accountInviteProperties)
-
Uses of AccountInviteProperties in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInviteProperties Modifier and Type Method Description protected AccountInviteProperties
DefaultAccountInviteService. getAccountInviteProperties()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountInviteProperties Constructor Description DefaultAccountInviteService(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)
-