| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryProductXrefImpl
The Class CategoryProductXrefImpl is the default implmentation of
Category. |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CategoryProductXref> |
ProductImpl.allParentCategoryXrefs |
protected java.util.List<CategoryProductXref> |
CategoryImpl.allProductXrefs |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CategoryProductXref> |
Category.getActiveProductXrefs() |
java.util.List<CategoryProductXref> |
CategoryImpl.getActiveProductXrefs() |
java.util.List<CategoryProductXref> |
ProductImpl.getAllParentCategoryXrefs() |
java.util.List<CategoryProductXref> |
Product.getAllParentCategoryXrefs() |
java.util.List<CategoryProductXref> |
Category.getAllProductXrefs() |
java.util.List<CategoryProductXref> |
CategoryImpl.getAllProductXrefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setAllParentCategoryXrefs(java.util.List<CategoryProductXref> allParentCategories) |
void |
Product.setAllParentCategoryXrefs(java.util.List<CategoryProductXref> allParentCategories) |
void |
Category.setAllProductXrefs(java.util.List<CategoryProductXref> allProducts) |
void |
CategoryImpl.setAllProductXrefs(java.util.List<CategoryProductXref> allProducts) |
Copyright © 2018. All Rights Reserved.