Class CatalogStructure
java.lang.Object
org.broadleafcommerce.core.search.dao.CatalogStructure
- All Implemented Interfaces:
Serializable
Lightweight bean representation of
(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
- Author:
- Jeff Fischer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisplayOrdersByCategoryProduct(Map<String, BigDecimal> displayOrdersByCategoryProduct) voidsetParentCategoriesByCategory(Map<Long, Set<Long>> parentCategoriesByCategory) voidsetParentCategoriesByProduct(Map<Long, Set<Long>> parentCategoriesByProduct)
-
Field Details
-
parentCategoriesByProduct
-
parentCategoriesByCategory
-
productsByCategory
-
displayOrdersByCategoryProduct
-
-
Constructor Details
-
CatalogStructure
public CatalogStructure()
-
-
Method Details
-
getParentCategoriesByProduct
-
setParentCategoriesByProduct
-
getParentCategoriesByCategory
-
setParentCategoriesByCategory
-
getDisplayOrdersByCategoryProduct
-
setDisplayOrdersByCategoryProduct
public void setDisplayOrdersByCategoryProduct(Map<String, BigDecimal> displayOrdersByCategoryProduct)
-