@Component(value="blDataFeedFieldProcessorHelperDao") public class DataFeedFieldProcessorHelperDaoImpl extends Object implements DataFeedFieldProcessorHelperDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
DataFeedFieldProcessorHelperDaoImpl() |
| 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) |
protected static final org.apache.commons.logging.Log LOG
protected javax.persistence.EntityManager em
public List<org.broadleafcommerce.core.catalog.domain.SkuMediaXref> readSkuMediaXrefsBySkuId(List<Long> skuIds)
readSkuMediaXrefsBySkuId in interface DataFeedFieldProcessorHelperDaopublic List<org.broadleafcommerce.core.catalog.domain.CategoryProductXref> readDefaultParentCategoriesForProducts(List<Long> productIds)
readDefaultParentCategoriesForProducts in interface DataFeedFieldProcessorHelperDaopublic List<org.broadleafcommerce.core.catalog.domain.CategoryXref> readDefaultParentCategoriesForCategories(List<Long> categoryIds)
readDefaultParentCategoriesForCategories in interface DataFeedFieldProcessorHelperDaopublic List<CategoryMapping> readCategoryMappingsForCategories(List<Long> categoryIds)
readCategoryMappingsForCategories in interface DataFeedFieldProcessorHelperDaopublic List<CategoryMapping> readCategoryMappingsForProducts(List<Long> productIds)
readCategoryMappingsForProducts in interface DataFeedFieldProcessorHelperDaopublic List<CategoryMapping> readCategoryMappingsForSkus(List<Long> skuIds)
readCategoryMappingsForSkus in interface DataFeedFieldProcessorHelperDaoCopyright © 2020. All rights reserved.