Uses of Interface
com.broadleafcommerce.tenant.service.CatalogService
Package
Description
-
Uses of CatalogService in com.broadleafcommerce.tenant.service
Modifier and TypeMethodDescriptionprotected CatalogService<Catalog>
DefaultApplicationCatalogGenerationService.getCatalogService()
protected CatalogService<Catalog>
DefaultMarketplaceApplicationCatalogService.getCatalogService()
protected CatalogService<Catalog>
DefaultTenantService.getCatalogService()
Modifier and TypeMethodDescriptionvoid
DefaultTenantService.setCatalogService
(CatalogService<Catalog> catalogService) ModifierConstructorDescriptionDefaultApplicationCatalogGenerationService
(ApplicationService<P> service, CatalogService<Catalog> catalogService, ApplicationCatalogService applicationCatalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultApplicationCatalogService
(ApplicationService<Application> applicationService, CatalogService<Catalog> catalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.transaction.support.TransactionTemplate template, ApplicationCatalogValidator applicationCatalogValidator) DefaultMarketplaceApplicationCatalogService
(MarketplaceApplicationCatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper rsqlHelper, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, MarketplaceApplicationCatalogValidator validator, CatalogService<Catalog> catalogService) -
Uses of CatalogService in com.broadleafcommerce.tenant.service.autoconfigure
Modifier and TypeMethodDescriptionTenantServiceAutoConfiguration.catalogService
(CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, ApplicationService<? extends Application> applicationService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) Modifier and TypeMethodDescriptionTenantServiceAutoConfiguration.applicationCatalogGenerationService
(ApplicationService<Application> service, CatalogService<Catalog> catalogService, ApplicationCatalogService applicationCatalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) TenantServiceAutoConfiguration.applicationCatalogService
(ApplicationService<Application> applicationService, CatalogService<Catalog> catalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.transaction.support.TransactionTemplate template, ApplicationCatalogValidator applicationCatalogValidator) TenantServiceAutoConfiguration.marketplaceApplicationCatalogService
(MarketplaceApplicationCatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper rsqlHelper, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, MarketplaceApplicationCatalogValidator validator, CatalogService<Catalog> catalogService) -
Uses of CatalogService in com.broadleafcommerce.tenant.service.messaging.autoconfigure
Modifier and TypeMethodDescriptionTenantMessagingAutoConfiguration.tenantVendorNotificationHandler
(CatalogService<Catalog> catalogService, CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> catalogRepository, MarketplaceApplicationCatalogService<MarketplaceApplicationCatalog> marketplaceApplicationCatalogService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, MarketplaceDiscoverer discoverer) -
Uses of CatalogService in com.broadleafcommerce.tenant.service.messaging.vendor
Modifier and TypeMethodDescriptionprotected CatalogService<Catalog>
TenantVendorNotificationHandler.getCatalogService()
ModifierConstructorDescriptionTenantVendorNotificationHandler
(CatalogService<Catalog> catalogService, CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> catalogRepository, MarketplaceApplicationCatalogService<MarketplaceApplicationCatalog> marketplaceApplicationCatalogService, org.springframework.transaction.support.TransactionTemplate template, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, MarketplaceDiscoverer discoverer) -
Uses of CatalogService in com.broadleafcommerce.tenant.service.validation
Modifier and TypeMethodDescriptionprotected CatalogService<Catalog>
ApplicationValidator.getCatalogService()
Lazy injection to avoid circular dependency exceptions.protected CatalogService<Catalog>
CatalogValidator.getCatalogService()
Lazy injection to avoid circular dependency exceptions.Modifier and TypeMethodDescriptionvoid
ApplicationValidator.setCatalogService
(CatalogService<Catalog> catalogService) Lazy injection to avoid circular dependency exceptions.void
CatalogValidator.setCatalogService
(CatalogService<Catalog> catalogService) Lazy injection to avoid circular dependency exceptions. -
Uses of CatalogService in com.broadleafcommerce.tenant.web.endpoint
ModifierConstructorDescriptionCatalogEndpoint
(CatalogService<Catalog> service, ApplicationCatalogService applicationCatalogService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser)