Package | Description |
---|---|
com.broadleafcommerce.datafeed.dao | |
com.broadleafcommerce.datafeed.domain.categorymapping | |
com.broadleafcommerce.datafeed.service |
Modifier and Type | Class and Description |
---|---|
class |
CategoryMappingImpl
Created by kmaroney on 10/18/16.
|
Modifier and Type | Field and Description |
---|---|
protected List<CategoryMapping> |
CategoryMappingFieldImpl.categoryMapping |
Modifier and Type | Method and Description |
---|---|
<G extends CategoryMapping> |
CategoryMappingImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
List<CategoryMapping> |
WeaveCategoryMappingFieldImpl.getCategoryMapping() |
List<CategoryMapping> |
CategoryMappingField.getCategoryMapping() |
List<CategoryMapping> |
CategoryMappingFieldImpl.getCategoryMapping() |
Modifier and Type | Method and Description |
---|---|
void |
WeaveCategoryMappingFieldImpl.setCategoryMapping(List<CategoryMapping> categoryMapping) |
void |
CategoryMappingField.setCategoryMapping(List<CategoryMapping> categoryMapping) |
void |
CategoryMappingFieldImpl.setCategoryMapping(List<CategoryMapping> categoryMapping) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Sku,CategoryMapping> |
DataFeedFieldProcessorHelperService.findAllCategoryMappings(List<org.broadleafcommerce.core.catalog.domain.Sku> skus) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Sku,CategoryMapping> |
DataFeedFieldProcessorHelperServiceImpl.findAllCategoryMappings(List<org.broadleafcommerce.core.catalog.domain.Sku> skus) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Category,CategoryMapping> |
DataFeedFieldProcessorHelperService.findCategoryMappingsForCategories(List<org.broadleafcommerce.core.catalog.domain.Category> categories) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Category,CategoryMapping> |
DataFeedFieldProcessorHelperServiceImpl.findCategoryMappingsForCategories(List<org.broadleafcommerce.core.catalog.domain.Category> categories) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Product,CategoryMapping> |
DataFeedFieldProcessorHelperService.findCategoryMappingsForProducts(List<org.broadleafcommerce.core.catalog.domain.Product> products) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Product,CategoryMapping> |
DataFeedFieldProcessorHelperServiceImpl.findCategoryMappingsForProducts(List<org.broadleafcommerce.core.catalog.domain.Product> products) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Sku,CategoryMapping> |
DataFeedFieldProcessorHelperService.findCategoryMappingsForSkus(List<org.broadleafcommerce.core.catalog.domain.Sku> skus) |
com.google.common.collect.Multimap<org.broadleafcommerce.core.catalog.domain.Sku,CategoryMapping> |
DataFeedFieldProcessorHelperServiceImpl.findCategoryMappingsForSkus(List<org.broadleafcommerce.core.catalog.domain.Sku> skus) |
Modifier and Type | Method and Description |
---|---|
protected String |
DataFeedFieldProcessorHelperServiceImpl.getCategoryMappingValue(CategoryMapping mapping,
DataFeedField dataFeedField) |
protected boolean |
DataFeedFieldProcessorHelperServiceImpl.prodMatch(CategoryMapping mapping,
org.broadleafcommerce.core.catalog.domain.Sku sku) |
protected boolean |
DataFeedFieldProcessorHelperServiceImpl.skuMatch(CategoryMapping mapping,
org.broadleafcommerce.core.catalog.domain.Sku sku) |
Modifier and Type | Method and Description |
---|---|
String |
DataFeedFieldProcessorHelperService.getCategoryMappingValue(Collection<CategoryMapping> categoryMappings,
DataFeedField dataFeedField,
org.broadleafcommerce.core.catalog.domain.Sku sku) |
String |
DataFeedFieldProcessorHelperServiceImpl.getCategoryMappingValue(Collection<CategoryMapping> categoryMappings,
DataFeedField dataFeedField,
org.broadleafcommerce.core.catalog.domain.Sku sku) |
Copyright © 2020. All rights reserved.