Uses of Interface
com.broadleafcommerce.customer.service.AccountRoleService
-
Packages that use AccountRoleService Package Description com.broadleafcommerce.customer.service com.broadleafcommerce.customer.service.validation com.broadleafcommerce.customer.web.endpoint -
-
Uses of AccountRoleService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement AccountRoleService Modifier and Type Class Description class
DefaultAccountRoleService<P extends AccountRole>
Default implementation of theAccountRoleService
.Methods in com.broadleafcommerce.customer.service that return AccountRoleService Modifier and Type Method Description protected AccountRoleService<AccountRole>
DefaultAccountMemberService. getAccountRoleService()
Constructors in com.broadleafcommerce.customer.service with parameters of type AccountRoleService Constructor Description DefaultAccountMemberService(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)
-
Uses of AccountRoleService in com.broadleafcommerce.customer.service.validation
Methods in com.broadleafcommerce.customer.service.validation that return AccountRoleService Modifier and Type Method Description protected AccountRoleService<AccountRole>
AccountRoleValidator. getAccountRoleService()
protected AccountRoleService<P>
DefaultAccountRoleContextValidator. getAccountRoleService()
Methods in com.broadleafcommerce.customer.service.validation with parameters of type AccountRoleService Modifier and Type Method Description void
AccountRoleValidator. setAccountRoleService(AccountRoleService<AccountRole> accountRoleService)
Lazy injection since this validator is itself a service component.void
DefaultAccountRoleContextValidator. setAccountRoleService(AccountRoleService<P> accountRoleService)
Lazy injection since this validator is itself a service component. -
Uses of AccountRoleService in com.broadleafcommerce.customer.web.endpoint
Methods in com.broadleafcommerce.customer.web.endpoint that return AccountRoleService Modifier and Type Method Description protected AccountRoleService<AccountRole>
AccountRoleEndpoint. getAccountRoleService()
Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type AccountRoleService Constructor Description AccountRoleEndpoint(AccountRoleService<AccountRole> accountRoleService)
-