com.webstersmalley.picweb.online.bus
Interface CategoryManager

All Known Implementing Classes:
CategoryManagerImpl

public interface CategoryManager


Method Summary
 void createAndStoreCategory(Category cat)
           
 Category getCategory(int id)
           
 Category getCategory(java.lang.String name)
           
 java.util.Collection getRootCategories()
           
 java.util.Collection getSubcategories(Category cat)
           
 java.util.Collection loadCategories()
           
 

Method Detail

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.