org.zeroexchange.dao.resource
Interface CategoryDAO

All Superinterfaces:
DAO<Integer,Category>, IntegerPKDAO<Category>
All Known Implementing Classes:
CategoryDAOImpl

public interface CategoryDAO
extends IntegerPKDAO<Category>

Author:
black

Method Summary
 DataSet<Category> getCategoriesByTitle(String query)
          Returns categories by the title.
 DataSet<Category> getChildCategories(Category parent)
          Returns subcategories for the specified parent.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getChildCategories

DataSet<Category> getChildCategories(Category parent)
Returns subcategories for the specified parent.


getCategoriesByTitle

DataSet<Category> getCategoriesByTitle(String query)
Returns categories by the title.



Copyright © 2013. All Rights Reserved.