Uses of Interface
com.broadleafcommerce.catalog.service.CategoryService
Package
Description
-
Uses of CategoryService in com.broadleafcommerce.catalog.clone.category.autoconfigure
Modifier and TypeMethodDescriptionCloneCategoryAutoConfiguration.cloneCategoryService
(CategoryService<Category> categoryService, CloneCategoryRelationshipsManager<Category, CloneCategoryRequest> cloneCategoryRelationshipsManager, CategoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager mapperManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, org.springframework.transaction.support.TransactionTemplate template, com.broadleafcommerce.common.extension.TypeFactory typeFactory) CloneCategoryAutoConfiguration.cloneCategoryTranslationsService
(com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CategoryService<Category> categoryService) -
Uses of CategoryService in com.broadleafcommerce.catalog.clone.category.service
Modifier and TypeMethodDescriptionprotected CategoryService<P>
CloneCategoryTranslationsService.getCategoryService()
protected CategoryService<P>
DefaultCloneCategoryService.getCategoryService()
ModifierConstructorDescriptionCloneCategoryTranslationsService
(com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CategoryService<P> categoryService) DefaultCloneCategoryService
(CategoryService<P> categoryService, CloneCategoryRelationshipsManager<P, R> cRelationshipService, CategoryRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapper, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, org.springframework.transaction.support.TransactionTemplate template, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.dataimport
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
CompleteProductImportBatchHandler.getCategoryService()
ModifierConstructorDescriptionCompleteProductImportBatchHandler
(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, int batchSize, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) CompleteProductImportBatchHandler
(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CategoryService in com.broadleafcommerce.catalog.dataimport.autoconfigure
Modifier and TypeMethodDescriptionCatalogServicesImportAutoConfiguration.completeProductImportBatchHandler
(ProductRowConverter productConverter, CategoryProductColumnConverter categoryProductColumnConverter, ProductImageColumnConverter productImageColumnConverter, VariantRowConverter variantConverter, CatalogTranslationColumnConverter catalogTranslationColumnConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CategoryService in com.broadleafcommerce.catalog.service
-
Uses of CategoryService in com.broadleafcommerce.catalog.service.autoconfigure
Modifier and TypeMethodDescriptionCatalogServiceAutoConfiguration.browseDetailsService
(ProductService<Product> productService, CategoryService<Category> categoryService, ProductDetailsService productDetailsService, CategoryDetailsService categoryDetailsService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.category.commerce
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
DefaultCategoryDetailsService.getCategoryService()
ModifierConstructorDescriptionDefaultCategoryDetailsService
(List<CategoryDetailsContributor> detailsContributors, List<CategoryDetailsContextContributor> contextContributors, List<CategoryDetailsContextConsolidator> contextConsolidators, CategoryService<Category> categoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.category.commerce.contributor
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
BreadcrumbsCategoryDetailsContributor.getCategoryService()
ModifierConstructorDescriptionBreadcrumbsCategoryDetailsContributor
(CategoryService<Category> categoryService, CategoryAncestryHydrationService categoryAncestryHydrationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.category.hydration
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
DefaultCategoryAncestryHydrationService.getCategoryService()
ModifierConstructorDescriptionDefaultCategoryAncestryHydrationService
(CategoryService<Category> categoryService) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.commerce
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
DefaultBrowseDetailsService.getCategoryService()
ModifierConstructorDescriptionDefaultBrowseDetailsService
(ProductService<Product> productService, CategoryService<Category> categoryService, ProductDetailsService productDetailsService, CategoryDetailsService categoryDetailsService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.enumeration.commerce
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
DefaultDataDrivenEnumDetailsService.getCategoryService()
ModifierConstructorDescriptionDefaultDataDrivenEnumDetailsService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, DataDrivenEnumService<DataDrivenEnum> dataDrivenEnumService, CategoryService<Category> categoryService) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
ItemChoiceHierarchyProductContextContributor.getCategoryService()
protected CategoryService<Category>
RelatedCategoriesProductContextContributor.getCategoryService()
ModifierConstructorDescriptionItemChoiceHierarchyProductContextContributor
(CategoryProductService<CategoryProduct> categoryProductService, ProductService<Product> productService, VariantService<Variant> variantService, CategoryService<Category> categoryService, CatalogServiceProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) RelatedCategoriesProductContextContributor
(CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.product.commerce.contributor
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
BreadcrumbsProductDetailsContributor.getCategoryService()
ModifierConstructorDescriptionBreadcrumbsProductDetailsContributor
(CategoryProductService<CategoryProduct> categoryProductService, CategoryService<Category> categoryService, CategoryAncestryHydrationService categoryAncestryHydrationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.product.consolidation
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
CategoryProductConsolidationContributor.getCategoryService()
protected CategoryService<Category>
ItemChoiceAvailabilityConsolidationContributor.getCategoryService()
protected CategoryService<Category>
TranslationProductConsolidationContributor.getCategoryService()
ModifierConstructorDescriptionCategoryProductConsolidationContributor
(CategoryProductService<CategoryProduct> categoryProductService, CategoryService<Category> categoryService, com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) ItemChoiceAvailabilityConsolidationContributor
(ProductService<Product> productService, CategoryProductService<CategoryProduct> categoryProductService, CategoryService<Category> categoryService, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.RSQLFilterParser rsqlFilterParser) TranslationProductConsolidationContributor
(com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryService<Category> categoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.product.hydration
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
DefaultProductHydrationService.getCategoryService()
ModifierConstructorDescriptionDefaultProductHydrationService
(ProductService<Product> productService, ProductAssetService<ProductAsset> productAssetService, VariantService<Variant> variantService, CategoryService<Category> categoryService, CategoryProductService<CategoryProduct> categoryProductService, DataDrivenEnumService<DataDrivenEnum> dataDrivenEnumService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CategoryService in com.broadleafcommerce.catalog.service.validation
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
CategoryAssetValidator.getCategoryService()
protected CategoryService<Category>
CategoryValidator.getCategoryService()
protected CategoryService<Category>
ProductOptionValidator.getCategoryService()
protected CategoryService<Category>
ProductValidator.getCategoryService()
Modifier and TypeMethodDescriptionvoid
CategoryAssetValidator.setCategoryService
(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.void
CategoryValidator.setCategoryService
(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.void
ProductOptionValidator.setCategoryService
(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.void
ProductValidator.setCategoryService
(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component. -
Uses of CategoryService in com.broadleafcommerce.catalog.web.endpoint
Modifier and TypeMethodDescriptionprotected CategoryService<Category>
CategoryAssetEndpoint.getCategoryService()
protected CategoryService<Category>
CategoryEndpoint.getCategoryService()
protected CategoryService<Category>
ProductEndpoint.getCategoryService()
ModifierConstructorDescriptionCategoryAssetEndpoint
(CategoryAssetService<CategoryAsset> categoryAssetService, CategoryService<Category> categoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) CategoryEndpoint
(CategoryService<Category> categoryService, CategoryAncestryHydrationService categoryAncestryHydrationService, PromotionalCategoryProductService<PromotionalCategoryProduct> promotionalCategoryProductService, ProductService<Product> productService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.common.extension.TypeFactory catalogFactory, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CloneCategoryService<Category, CloneCategoryRequest> cloneCategorySvc, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser) ProductEndpoint
(ProductService<Product> productSvc, CloneProductService<Product, CloneProductRequest> cloneProductSvc, SkuGenerationService<Variant> skuGenerationSvc, PromotionalProductService<PromotionalProduct> promotionalProductSvc, CategoryService<Category> categoryService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.bulk.service.BulkUpdateManager bulkUpdateManager, com.broadleafcommerce.bulk.service.BulkUpdateService<com.broadleafcommerce.bulk.domain.BulkUpdate> bulkUpdateService, com.broadleafcommerce.common.extension.TypeFactory catalogFactory, ProductConsolidationService productConsolidationService, ProductHydrationService productHydrationService, OptionGenerationService<Product> optionGenerationService, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.web.RsqlFilterHandlerMethodArgumentResolver rsqlResolver)