| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.dao | |
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Method and Description |
|---|---|
CategoryProductXref |
CategoryXrefDaoImpl.save(CategoryProductXref categoryProductXref) |
CategoryProductXref |
CategoryXrefDao.save(CategoryProductXref categoryProductXref)
Persist the passed in category/product relationship to the datastore
|
| Modifier and Type | Method and Description |
|---|---|
CategoryProductXref |
CategoryXrefDaoImpl.save(CategoryProductXref categoryProductXref) |
CategoryProductXref |
CategoryXrefDao.save(CategoryProductXref categoryProductXref)
Persist the passed in category/product relationship to the datastore
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryProductXrefImpl
The Class CategoryProductXrefImpl is the default implmentation of
Category. |
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryProductXref> |
ProductImpl.allParentCategoryXrefs |
protected List<CategoryProductXref> |
CategoryImpl.allProductXrefs |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryProductXref> |
Category.getActiveProductXrefs() |
List<CategoryProductXref> |
CategoryImpl.getActiveProductXrefs() |
List<CategoryProductXref> |
ProductImpl.getAllParentCategoryXrefs() |
List<CategoryProductXref> |
Product.getAllParentCategoryXrefs() |
List<CategoryProductXref> |
Category.getAllProductXrefs() |
List<CategoryProductXref> |
CategoryImpl.getAllProductXrefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories) |
void |
Product.setAllParentCategoryXrefs(List<CategoryProductXref> allParentCategories) |
void |
Category.setAllProductXrefs(List<CategoryProductXref> allProducts) |
void |
CategoryImpl.setAllProductXrefs(List<CategoryProductXref> allProducts) |
Copyright © 2015. All Rights Reserved.