Uses of Interface
com.broadleafcommerce.tenant.service.TenantService
Package
Description
-
Uses of TenantService in com.broadleafcommerce.tenant.service
Modifier and TypeMethodDescriptionprotected TenantService<Tenant>
DefaultTenantResolver.getTenantService()
ModifierConstructorDescriptionDefaultTenantResolver
(ApplicationService<Application> applicationService, TenantService<Tenant> tenantService, UrlResolverProperties props) -
Uses of TenantService in com.broadleafcommerce.tenant.service.autoconfigure
Modifier and TypeMethodDescription<R> TenantService<Tenant>
TenantServiceAutoConfiguration.tenantService
(TenantRepository<R> repository, com.broadleafcommerce.data.tracking.core.service.RsqlMappableCrudEntityHelper helper) Modifier and TypeMethodDescriptionTenantServiceAutoConfiguration.tenantResolver
(ApplicationService<Application> applicationService, TenantService<Tenant> tenantService, UrlResolverProperties props) -
Uses of TenantService in com.broadleafcommerce.tenant.web.endpoint
Modifier and TypeMethodDescriptionprotected TenantService<Tenant>
TenantEndpoint.getService()
protected TenantService<Tenant>
TenantResolverEndpoint.getTenantService()
ModifierConstructorDescriptionTenantEndpoint
(TenantService<Tenant> service) TenantResolverEndpoint
(TenantResolver resolver, TenantService<Tenant> tenantService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) UrlResolverEndpoint
(ApplicationService<Application> applicationService, TenantService<Tenant> tenantService, UrlResolver urlResolver)