Uses of Interface
com.broadleafcommerce.tenant.service.CatalogService
Packages that use CatalogService
Package
Description
-
Uses of CatalogService in com.broadleafcommerce.tenant.service
Classes in com.broadleafcommerce.tenant.service that implement CatalogServiceMethods in com.broadleafcommerce.tenant.service that return CatalogServiceModifier and TypeMethodDescriptionprotected CatalogService<Catalog>DefaultApplicationCatalogGenerationService.getCatalogService()protected CatalogService<Catalog>DefaultMarketplaceApplicationCatalogService.getCatalogService()protected CatalogService<Catalog>DefaultTenantService.getCatalogService()Methods in com.broadleafcommerce.tenant.service with parameters of type CatalogServiceModifier and TypeMethodDescriptionvoidDefaultTenantService.setCatalogService(CatalogService<Catalog> catalogService) Constructors in com.broadleafcommerce.tenant.service with parameters of type CatalogServiceModifierConstructorDescriptionDefaultApplicationCatalogGenerationService(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
Methods in com.broadleafcommerce.tenant.service.autoconfigure that return CatalogServiceModifier and TypeMethodDescriptionTenantServiceAutoConfiguration.catalogService(CatalogRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, ApplicationService<? extends Application> applicationService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper) Methods in com.broadleafcommerce.tenant.service.autoconfigure with parameters of type CatalogServiceModifier 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
Methods in com.broadleafcommerce.tenant.service.messaging.autoconfigure with parameters of type CatalogServiceModifier 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
Methods in com.broadleafcommerce.tenant.service.messaging.vendor that return CatalogServiceModifier and TypeMethodDescriptionprotected CatalogService<Catalog>TenantVendorNotificationHandler.getCatalogService()Constructors in com.broadleafcommerce.tenant.service.messaging.vendor with parameters of type CatalogServiceModifierConstructorDescriptionTenantVendorNotificationHandler(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
Methods in com.broadleafcommerce.tenant.service.validation that return CatalogServiceModifier 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.Methods in com.broadleafcommerce.tenant.service.validation with parameters of type CatalogServiceModifier and TypeMethodDescriptionvoidApplicationValidator.setCatalogService(CatalogService<Catalog> catalogService) Lazy injection to avoid circular dependency exceptions.voidCatalogValidator.setCatalogService(CatalogService<Catalog> catalogService) Lazy injection to avoid circular dependency exceptions. -
Uses of CatalogService in com.broadleafcommerce.tenant.web.endpoint
Methods in com.broadleafcommerce.tenant.web.endpoint that return CatalogServiceConstructors in com.broadleafcommerce.tenant.web.endpoint with parameters of type CatalogServiceModifierConstructorDescriptionCatalogEndpoint(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)