| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.dao |
| Modifier and Type | Method and Description |
|---|---|
CategoryXrefImpl |
CategoryXrefDaoImpl.readXrefByIds(Long categoryId,
Long subCategoryId) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryXrefImpl> |
CategoryXrefDaoImpl.readXrefsByCategoryId(Long categoryId) |
List<CategoryXrefImpl> |
CategoryXrefDao.readXrefsByCategoryId(Long categoryId)
Retrieve all the category relationships for which the passed in
Category primary key is a parent |
List<CategoryXrefImpl> |
CategoryXrefDaoImpl.readXrefsBySubCategoryId(Long subCategoryId) |
List<CategoryXrefImpl> |
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(CategoryXrefImpl categoryXref) |
void |
CategoryXrefDao.delete(CategoryXrefImpl categoryXref)
Remove the passed in category relationship from the datastore
|
CategoryXref |
CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref) |
CategoryXref |
CategoryXrefDao.save(CategoryXrefImpl categoryXref)
Persist the passed in category relationship to the datastore
|
Copyright © 2014. All Rights Reserved.