Uses of Interface
com.broadleafcommerce.catalog.service.CategoryService
Packages that use CategoryService
Package
Description
- 
Uses of CategoryService in com.broadleafcommerce.catalog.clone.category.autoconfigure
Methods in com.broadleafcommerce.catalog.clone.category.autoconfigure with parameters of type CategoryServiceModifier 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
Methods in com.broadleafcommerce.catalog.clone.category.service that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<P>CloneCategoryTranslationsService.getCategoryService()protected CategoryService<P>DefaultCloneCategoryService.getCategoryService()Constructors in com.broadleafcommerce.catalog.clone.category.service with parameters of type CategoryServiceModifierConstructorDescriptionCloneCategoryTranslationsService(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
Methods in com.broadleafcommerce.catalog.dataimport that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>CompleteProductImportBatchHandler.getCategoryService()Constructors in com.broadleafcommerce.catalog.dataimport with parameters of type CategoryServiceModifierConstructorDescriptionCompleteProductImportBatchHandler(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
Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure with parameters of type CategoryServiceModifier 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
Classes in com.broadleafcommerce.catalog.service that implement CategoryService - 
Uses of CategoryService in com.broadleafcommerce.catalog.service.autoconfigure
Methods in com.broadleafcommerce.catalog.service.autoconfigure with parameters of type CategoryServiceModifier 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
Methods in com.broadleafcommerce.catalog.service.category.commerce that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>DefaultCategoryDetailsService.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.category.commerce with parameters of type CategoryServiceModifierConstructorDescriptionDefaultCategoryDetailsService(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
Methods in com.broadleafcommerce.catalog.service.category.commerce.contributor that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>BreadcrumbsCategoryDetailsContributor.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.category.commerce.contributor with parameters of type CategoryServiceModifierConstructorDescriptionBreadcrumbsCategoryDetailsContributor(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
Methods in com.broadleafcommerce.catalog.service.category.hydration that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>DefaultCategoryAncestryHydrationService.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.category.hydration with parameters of type CategoryServiceModifierConstructorDescriptionDefaultCategoryAncestryHydrationService(CategoryService<Category> categoryService)  - 
Uses of CategoryService in com.broadleafcommerce.catalog.service.commerce
Methods in com.broadleafcommerce.catalog.service.commerce that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>DefaultBrowseDetailsService.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.commerce with parameters of type CategoryServiceModifierConstructorDescriptionDefaultBrowseDetailsService(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
Methods in com.broadleafcommerce.catalog.service.enumeration.commerce that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>DefaultDataDrivenEnumDetailsService.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.enumeration.commerce with parameters of type CategoryServiceModifierConstructorDescriptionDefaultDataDrivenEnumDetailsService(com.broadleafcommerce.common.extension.TypeFactory typeFactory, DataDrivenEnumService<DataDrivenEnum> dataDrivenEnumService, CategoryService<Category> categoryService)  - 
Uses of CategoryService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>ItemChoiceHierarchyProductContextContributor.getCategoryService()protected CategoryService<Category>RelatedCategoriesProductContextContributor.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with parameters of type CategoryServiceModifierConstructorDescriptionItemChoiceHierarchyProductContextContributor(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
Methods in com.broadleafcommerce.catalog.service.product.commerce.contributor that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>BreadcrumbsProductDetailsContributor.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.product.commerce.contributor with parameters of type CategoryServiceModifierConstructorDescriptionBreadcrumbsProductDetailsContributor(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
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>CategoryProductConsolidationContributor.getCategoryService()protected CategoryService<Category>ItemChoiceAvailabilityConsolidationContributor.getCategoryService()protected CategoryService<Category>TranslationProductConsolidationContributor.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type CategoryServiceModifierConstructorDescriptionCategoryProductConsolidationContributor(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
Methods in com.broadleafcommerce.catalog.service.product.hydration that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>DefaultProductHydrationService.getCategoryService()Constructors in com.broadleafcommerce.catalog.service.product.hydration with parameters of type CategoryServiceModifierConstructorDescriptionDefaultProductHydrationService(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
Methods in com.broadleafcommerce.catalog.service.validation that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>CategoryAssetValidator.getCategoryService()protected CategoryService<Category>CategoryValidator.getCategoryService()protected CategoryService<Category>ProductOptionValidator.getCategoryService()protected CategoryService<Category>ProductValidator.getCategoryService()Methods in com.broadleafcommerce.catalog.service.validation with parameters of type CategoryServiceModifier and TypeMethodDescriptionvoidCategoryAssetValidator.setCategoryService(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.voidCategoryValidator.setCategoryService(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.voidProductOptionValidator.setCategoryService(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component.voidProductValidator.setCategoryService(CategoryService<Category> categoryService) Lazy injection since this validator is itself a service component. - 
Uses of CategoryService in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return CategoryServiceModifier and TypeMethodDescriptionprotected CategoryService<Category>CategoryAssetEndpoint.getCategoryService()protected CategoryService<Category>CategoryEndpoint.getCategoryService()protected CategoryService<Category>ProductEndpoint.getCategoryService()Constructors in com.broadleafcommerce.catalog.web.endpoint with parameters of type CategoryServiceModifierConstructorDescriptionCategoryAssetEndpoint(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)