com.webstersmalley.picweb.online.bus
Interface CategoryManager
- All Known Implementing Classes:
- CategoryManagerImpl
public interface CategoryManager
createAndStoreCategory
void createAndStoreCategory(Category cat)
getCategory
Category getCategory(java.lang.String name)
loadCategories
java.util.Collection loadCategories()
throws org.springframework.dao.DataAccessException
- Throws:
org.springframework.dao.DataAccessException
getRootCategories
java.util.Collection getRootCategories()
getSubcategories
java.util.Collection getSubcategories(Category cat)
getCategory
Category getCategory(int id)
Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.