com.rapidtransform.spec.dao
Interface SpecCategoryDAO

All Superinterfaces:
DAO, GenericDAO<SpecCategory,java.lang.Long>
All Known Implementing Classes:
SpecCategoryDAOHibernate

public interface SpecCategoryDAO
extends GenericDAO<SpecCategory,java.lang.Long>


Method Summary
 java.util.List<SpecCategory> findTopLevelCategories()
           
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save
 

Method Detail

findTopLevelCategories

java.util.List<SpecCategory> findTopLevelCategories()