Uses of Interface
com.broadleafcommerce.catalog.service.product.VariantService
Packages that use VariantService
Package
Description
- 
Uses of VariantService in com.broadleafcommerce.catalog.clone.product.autoconfigure
Methods in com.broadleafcommerce.catalog.clone.product.autoconfigure with parameters of type VariantServiceModifier and TypeMethodDescriptionCloneProductAutoConfiguration.cloneProductVariantsService(VariantService<Variant> variantService)  - 
Uses of VariantService in com.broadleafcommerce.catalog.clone.product.service
Methods in com.broadleafcommerce.catalog.clone.product.service that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>CloneProductVariantsService.getVariantService()Constructors in com.broadleafcommerce.catalog.clone.product.service with parameters of type VariantServiceModifierConstructorDescriptionCloneProductVariantsService(VariantService<Variant> variantService)  - 
Uses of VariantService in com.broadleafcommerce.catalog.dataexport
Methods in com.broadleafcommerce.catalog.dataexport that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>ProductExportRowProducer.getVariantService()Constructors in com.broadleafcommerce.catalog.dataexport with parameters of type VariantServiceModifierConstructorDescriptionProductExportRowProducer(ProductExportRowConverter productExportRowConverter, VariantExportRowConverter variantExportRowConverter, IncludedProductExportRowConverter includedProductExportRowConverter, ProductOptionExportRowConverter productOptionExportRowConverter, CategoryProductExportRowConverter categoryProductExportRowConverter, ProductAssetExportRowConverter productAssetExportRowConverter, AttributeChoiceValueExportRowConverter attributeChoiceValueExportRowConverter, SpecificItemChoiceExportRowConverter specificItemChoiceExportRowConverter, ProductTagExportRowConverter productTagExportRowConverter, VariantService<Variant> variantService, CategoryProductService<CategoryProduct> categoryProductService, ProductAssetService<ProductAsset> productAssetService, ProductTagService<ProductTag> productTagService)  - 
Uses of VariantService in com.broadleafcommerce.catalog.dataexport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataexport.autoconfigure with parameters of type VariantServiceModifier and TypeMethodDescriptionCatalogServicesExportAutoConfiguration.productExportRowProducer(ProductExportRowConverter productExportRowConverter, VariantExportRowConverter variantExportRowConverter, IncludedProductExportRowConverter includedProductExportRowConverter, ProductOptionExportRowConverter productOptionExportRowConverter, CategoryProductExportRowConverter categoryProductExportRowConverter, ProductAssetExportRowConverter productAssetExportRowConverter, AttributeChoiceValueExportRowConverter attributeChoiceValueExportRowConverter, SpecificItemChoiceExportRowConverter specificItemChoiceExportRowConverter, ProductTagExportRowConverter productTagExportRowConverter, VariantService<Variant> variantService, CategoryProductService<CategoryProduct> categoryProductService, ProductAssetService<ProductAsset> productAssetService, ProductTagService<ProductTag> productTagService)  - 
Uses of VariantService in com.broadleafcommerce.catalog.dataimport
Methods in com.broadleafcommerce.catalog.dataimport that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>CompleteProductImportBatchHandler.getVariantService()protected VariantService<Variant>ProductImportBatchHandler.getVariantService()Deprecated.Constructors in com.broadleafcommerce.catalog.dataimport with parameters of type VariantServiceModifierConstructorDescriptionCompleteProductImportBatchHandler(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) ProductImportBatchHandler(ProductConverter productConverter, VariantConverter variantConverter, IncludedProductConverter includedProductConverter, ProductOptionConverter productOptionConverter, AttributeChoiceValueConverter attributeChoiceValueConverter, SpecificItemChoiceConverter specificItemChoiceConverter, CategoryProductConverter categoryProductConverter, ProductAssetConverter productAssetConverter, ProductTagConverter productTagConverter, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ProductDefaultsInitializer productDefaultsInitializer, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, OptionTemplateGroupService<OptionTemplateGroup> optionTemplateGroupService, OptionTemplateService<OptionTemplate> optionTemplateService, ProductTagService<ProductTag> productTagService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) Deprecated. - 
Uses of VariantService in com.broadleafcommerce.catalog.dataimport.autoconfigure
Methods in com.broadleafcommerce.catalog.dataimport.autoconfigure with parameters of type VariantServiceModifier 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) CatalogServicesImportAutoConfiguration.productImportBatchHandler(ProductConverter productConverter, VariantConverter variantConverter, IncludedProductConverter includedProductConverter, ProductOptionConverter productOptionConverter, AttributeChoiceValueConverter attributeChoiceValueConverter, SpecificItemChoiceConverter specificItemChoiceConverter, CategoryProductConverter categoryProductConverter, ProductAssetConverter productAssetConverter, ProductTagConverter productTagConverter, ProductService<Product> productService, VariantService<Variant> variantService, ProductAssetService<ProductAsset> productAssetService, CategoryProductService<CategoryProduct> categoryProductService, OptionTemplateService<OptionTemplate> optionTemplateService, OptionTemplateGroupService<OptionTemplateGroup> optionTemplateGroupService, ProductTagService<ProductTag> productTagService, ProductDefaultsInitializer productDefaultsInitializer, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, com.broadleafcommerce.common.extension.TypeFactory typeFactory) CatalogServicesImportAutoConfiguration.updatePricesImportBatchHandler(com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, ProductService<Product> productService, VariantService<Variant> variantService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Uses of VariantService in com.broadleafcommerce.catalog.dataimport.prices
Methods in com.broadleafcommerce.catalog.dataimport.prices that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>UpdatePricesImportBatchHandler.getVariantService()Constructors in com.broadleafcommerce.catalog.dataimport.prices with parameters of type VariantServiceModifierConstructorDescriptionUpdatePricesImportBatchHandler(com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator, ProductService<Product> productService, VariantService<Variant> variantService, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.category.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.category.commerce.context.contributor that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>RelatedVariantsCategoryContextContributor.getVariantService()Constructors in com.broadleafcommerce.catalog.service.category.commerce.context.contributor with parameters of type VariantServiceModifierConstructorDescriptionRelatedVariantsCategoryContextContributor(VariantService<Variant> variantService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.product
Classes in com.broadleafcommerce.catalog.service.product that implement VariantServiceMethods in com.broadleafcommerce.catalog.service.product that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>DefaultProductService.getVariantService()protected VariantService<Variant>SkuGenerationService.getVariantSvc()Constructors in com.broadleafcommerce.catalog.service.product with parameters of type VariantServiceModifierConstructorDescriptionDefaultProductService(ProductRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, VariantService<Variant> variantService, CategoryProductService<CategoryProduct> categoryProductService, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> parser, com.broadleafcommerce.common.extension.TypeFactory typeFactory) SkuGenerationService(VariantService<Variant> variantSvc, ProductService<Product> productSvc, ProductOptionValueCombinationService combinationSvc, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.transaction.support.TransactionTemplate template)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.product.commerce.context.contributor
Methods in com.broadleafcommerce.catalog.service.product.commerce.context.contributor that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>ItemChoiceHierarchyProductContextContributor.getVariantService()protected VariantService<Variant>RelatedVariantsProductContextContributor.getVariantService()Constructors in com.broadleafcommerce.catalog.service.product.commerce.context.contributor with parameters of type VariantServiceModifierConstructorDescriptionItemChoiceHierarchyProductContextContributor(CategoryProductService<CategoryProduct> categoryProductService, ProductService<Product> productService, VariantService<Variant> variantService, CategoryService<Category> categoryService, CatalogServiceProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) RelatedVariantsProductContextContributor(VariantService<Variant> variantService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.product.consolidation
Methods in com.broadleafcommerce.catalog.service.product.consolidation that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>TranslationProductConsolidationContributor.getVariantService()protected VariantService<Variant>VariantProductConsolidationContributor.getVariantSvc()Constructors in com.broadleafcommerce.catalog.service.product.consolidation with parameters of type VariantServiceModifierConstructorDescriptionTranslationProductConsolidationContributor(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) VariantProductConsolidationContributor(VariantService<Variant> variantSvc, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.product.hydration
Methods in com.broadleafcommerce.catalog.service.product.hydration that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>DefaultProductHydrationService.getVariantService()Constructors in com.broadleafcommerce.catalog.service.product.hydration with parameters of type VariantServiceModifierConstructorDescriptionDefaultProductHydrationService(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 VariantService in com.broadleafcommerce.catalog.service.tag
Methods in com.broadleafcommerce.catalog.service.tag that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>DefaultProductTagService.getVariantService()Constructors in com.broadleafcommerce.catalog.service.tag with parameters of type VariantServiceModifierConstructorDescriptionDefaultProductTagService(ProductTagRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AdvancedTagService<AdvancedTag> advancedTagService, ProductService<Product> productService, VariantService<Variant> variantService)  - 
Uses of VariantService in com.broadleafcommerce.catalog.service.validation
Methods in com.broadleafcommerce.catalog.service.validation that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>ProductOptionValidator.getVariantService()protected VariantService<Variant>ProductValidator.getVariantService()Methods in com.broadleafcommerce.catalog.service.validation with parameters of type VariantServiceModifier and TypeMethodDescriptionvoidProductOptionValidator.setVariantService(VariantService<Variant> variantService) Lazy injection since this validator is itself a service component.voidProductValidator.setVariantService(VariantService<Variant> variantService) Lazy injection since this validator is itself a service component. - 
Uses of VariantService in com.broadleafcommerce.catalog.service.validation.product.type
Methods in com.broadleafcommerce.catalog.service.validation.product.type that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>DefaultVariantBasedProductTypeValidator.getVariantService()Methods in com.broadleafcommerce.catalog.service.validation.product.type with parameters of type VariantServiceModifier and TypeMethodDescriptionvoidDefaultVariantBasedProductTypeValidator.setVariantService(VariantService<Variant> variantService) Lazy injection since this validator is itself a service component. - 
Uses of VariantService in com.broadleafcommerce.catalog.web.endpoint
Methods in com.broadleafcommerce.catalog.web.endpoint that return VariantServiceModifier and TypeMethodDescriptionprotected VariantService<Variant>ProductTagVariantEndpoint.getVariantService()protected VariantService<Variant>VariantEndpoint.getVariantSvc()Constructors in com.broadleafcommerce.catalog.web.endpoint with parameters of type VariantServiceModifierConstructorDescriptionProductTagVariantEndpoint(VariantService<Variant> variantService, ProductService<Product> productService, AdvancedTagService<AdvancedTag> tagService, ProductTagService<ProductTag> productTagService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) VariantEndpoint(VariantService<Variant> variantSvc, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)