org.broadleafcommerce.core.catalog.dao
Interface CategoryDao
- All Known Implementing Classes:
- CategoryDaoImpl
public interface CategoryDao
readCategoryById
Category readCategoryById(java.lang.Long categoryId)
readCategoryByName
Category readCategoryByName(java.lang.String categoryId)
save
Category save(Category category)
readAllCategories
java.util.List<Category> readAllCategories()
readAllProducts
java.util.List<Product> readAllProducts()
readAllSubCategories
java.util.List<Category> readAllSubCategories(Category category)
delete
void delete(Category category)
create
Category create()
Copyright © 2011. All Rights Reserved.