com.webstersmalley.picweb.online.db
Interface CategoryDao

All Known Implementing Classes:
CategoryDaoHibernate, CategoryDaoJdbc

public interface CategoryDao


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

Method Detail

loadCategories

java.util.Collection loadCategories()

getCategory

Category getCategory(java.lang.String name)

createAndStoreCategory

void createAndStoreCategory(Category cat)

getCategory

Category getCategory(int id)

getRootCategories

java.util.Collection getRootCategories()


Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.