org.in2.simpleBoard.dao
Interface CategoryDao

All Superinterfaces:
org.appfuse.dao.GenericDao<Category,java.lang.Long>
All Known Implementing Classes:
CategoryDaoHibernate

public interface CategoryDao
extends org.appfuse.dao.GenericDao<Category,java.lang.Long>


Method Summary
 java.util.List<Category> findAll()
           
 java.util.List<Category> findByDescription(java.lang.String description)
           
 java.util.List<Category> findByName(java.lang.String name)
           
 
Methods inherited from interface org.appfuse.dao.GenericDao
exists, get, getAll, remove, save
 

Method Detail

findByName

java.util.List<Category> findByName(java.lang.String name)

findByDescription

java.util.List<Category> findByDescription(java.lang.String description)

findAll

java.util.List<Category> findAll()


Copyright © 2007. All Rights Reserved.