|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategoryXrefImpl | |
|---|---|
| org.broadleafcommerce.core.catalog.dao | |
| Uses of CategoryXrefImpl in org.broadleafcommerce.core.catalog.dao |
|---|
| Methods in org.broadleafcommerce.core.catalog.dao that return CategoryXrefImpl | |
|---|---|
CategoryXrefImpl |
CategoryXrefDaoImpl.readXrefByIds(java.lang.Long categoryId,
java.lang.Long subCategoryId)
|
| Methods in org.broadleafcommerce.core.catalog.dao that return types with arguments of type CategoryXrefImpl | |
|---|---|
java.util.List<CategoryXrefImpl> |
CategoryXrefDao.readXrefsByCategoryId(java.lang.Long categoryId)
Retrieve all the category relationships for which the passed in Category primary key is a parent |
java.util.List<CategoryXrefImpl> |
CategoryXrefDaoImpl.readXrefsByCategoryId(java.lang.Long categoryId)
|
java.util.List<CategoryXrefImpl> |
CategoryXrefDao.readXrefsBySubCategoryId(java.lang.Long subCategoryId)
Retrieve all the category relationships for which the passed in Category primary key is a sub category (or child) |
java.util.List<CategoryXrefImpl> |
CategoryXrefDaoImpl.readXrefsBySubCategoryId(java.lang.Long subCategoryId)
|
| Methods in org.broadleafcommerce.core.catalog.dao with parameters of type CategoryXrefImpl | |
|---|---|
void |
CategoryXrefDao.delete(CategoryXrefImpl categoryXref)
Remove the passed in category relationship from the datastore |
void |
CategoryXrefDaoImpl.delete(CategoryXrefImpl categoryXref)
|
CategoryXref |
CategoryXrefDao.save(CategoryXrefImpl categoryXref)
Persist the passed in category relationship to the datastore |
CategoryXref |
CategoryXrefDaoImpl.save(CategoryXrefImpl categoryXref)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||