Uses of Interface
com.broadleafcommerce.customer.repository.AccountInviteRepository
-
Packages that use AccountInviteRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.service -
-
Uses of AccountInviteRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of AccountInviteRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interface
JpaAccountInviteRepository<D extends JpaAccountInvite>
-
Uses of AccountInviteRepository in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return AccountInviteRepository Modifier and Type Method Description protected AccountInviteRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultAccountInviteService. getAccountInviteRepository()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountInviteRepository 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)
-