public class CatalogStructure extends Object implements Serializable
(1) All the immediate parent categories for a given product (2) All the immediate parent categories for a give category and (3) All the child products for a given category
| Constructor and Description |
|---|
CatalogStructure() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BigDecimal> |
getDisplayOrdersByCategoryProduct() |
Map<Long,Set<Long>> |
getParentCategoriesByCategory() |
Map<Long,Set<Long>> |
getParentCategoriesByProduct() |
Map<Long,List<Long>> |
getProductsByCategory() |
void |
setDisplayOrdersByCategoryProduct(Map<String,BigDecimal> displayOrdersByCategoryProduct) |
void |
setParentCategoriesByCategory(Map<Long,Set<Long>> parentCategoriesByCategory) |
void |
setParentCategoriesByProduct(Map<Long,Set<Long>> parentCategoriesByProduct) |
void |
setProductsByCategory(Map<Long,List<Long>> productsByCategory) |
public void setParentCategoriesByProduct(Map<Long,Set<Long>> parentCategoriesByProduct)
public void setParentCategoriesByCategory(Map<Long,Set<Long>> parentCategoriesByCategory)
public Map<String,BigDecimal> getDisplayOrdersByCategoryProduct()
public void setDisplayOrdersByCategoryProduct(Map<String,BigDecimal> displayOrdersByCategoryProduct)
Copyright © 2015. All Rights Reserved.