public interface DataFeedFieldProcessorHelperDao
Modifier and Type | Method and Description |
---|---|
List<CategoryMapping> |
readCategoryMappingsForCategories(List<Long> categoryIds) |
List<CategoryMapping> |
readCategoryMappingsForProducts(List<Long> productIds) |
List<CategoryMapping> |
readCategoryMappingsForSkus(List<Long> skuIds) |
List<org.broadleafcommerce.core.catalog.domain.CategoryXref> |
readDefaultParentCategoriesForCategories(List<Long> categoryIds) |
List<org.broadleafcommerce.core.catalog.domain.CategoryProductXref> |
readDefaultParentCategoriesForProducts(List<Long> productIds) |
List<org.broadleafcommerce.core.catalog.domain.SkuMediaXref> |
readSkuMediaXrefsBySkuId(List<Long> skuIds) |
List<org.broadleafcommerce.core.catalog.domain.SkuMediaXref> readSkuMediaXrefsBySkuId(List<Long> skuIds)
List<org.broadleafcommerce.core.catalog.domain.CategoryProductXref> readDefaultParentCategoriesForProducts(List<Long> productIds)
List<org.broadleafcommerce.core.catalog.domain.CategoryXref> readDefaultParentCategoriesForCategories(List<Long> categoryIds)
List<CategoryMapping> readCategoryMappingsForCategories(List<Long> categoryIds)
List<CategoryMapping> readCategoryMappingsForProducts(List<Long> productIds)
List<CategoryMapping> readCategoryMappingsForSkus(List<Long> skuIds)
Copyright © 2020. All rights reserved.