| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.dao | |
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Method and Description |
|---|---|
CategoryXref |
CategoryXrefDaoImpl.readXrefByIds(Long categoryId,
Long subCategoryId) |
CategoryXref |
CategoryXrefDao.readXrefByIds(Long categoryId,
Long subCategoryId)
Find a specific relationship between a parent categoy and sub-category (child)
|
CategoryXref |
CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref) |
CategoryXref |
CategoryXrefDao.save(CategoryXrefImpl categoryXref)
Persist the passed in category relationship to the datastore
|
| Modifier and Type | Method and Description |
|---|---|
List<CategoryXref> |
CategoryXrefDaoImpl.readXrefsByCategoryId(Long categoryId) |
List<CategoryXref> |
CategoryXrefDao.readXrefsByCategoryId(Long categoryId)
Retrieve all the category relationships for which the passed in
Category primary key is a parent |
List<CategoryXref> |
CategoryXrefDaoImpl.readXrefsBySubCategoryId(Long subCategoryId) |
List<CategoryXref> |
CategoryXrefDao.readXrefsBySubCategoryId(Long subCategoryId)
Retrieve all the category relationships for which the passed in
Category primary key is a sub category (or child) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryXrefDaoImpl.delete(CategoryXref categoryXref) |
void |
CategoryXrefDao.delete(CategoryXref categoryXref)
Remove the passed in category relationship from the datastore
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryXrefImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryXref> |
CategoryImpl.allChildCategoryXrefs |
protected List<CategoryXref> |
CategoryImpl.allParentCategoryXrefs |
protected List<CategoryXref> |
CategoryImpl.childCategoryXrefs |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryXref> |
Category.getAllChildCategoryXrefs() |
List<CategoryXref> |
CategoryImpl.getAllChildCategoryXrefs() |
List<CategoryXref> |
Category.getAllParentCategoryXrefs() |
List<CategoryXref> |
CategoryImpl.getAllParentCategoryXrefs() |
List<CategoryXref> |
Category.getChildCategoryXrefs() |
List<CategoryXref> |
CategoryImpl.getChildCategoryXrefs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setAllChildCategoryXrefs(List<CategoryXref> childCategories) |
void |
CategoryImpl.setAllChildCategoryXrefs(List<CategoryXref> childCategories) |
void |
Category.setAllParentCategoryXrefs(List<CategoryXref> allParentCategories) |
void |
CategoryImpl.setAllParentCategoryXrefs(List<CategoryXref> allParentCategories) |
void |
Category.setChildCategoryXrefs(List<CategoryXref> childCategories) |
void |
CategoryImpl.setChildCategoryXrefs(List<CategoryXref> childCategories) |
Copyright © 2015. All Rights Reserved.