org.ow2.dragon.persistence.dao.common
Interface CategoryValueDAO

All Superinterfaces:
GenericORMDAO<CategoryValue,java.lang.String>
All Known Implementing Classes:
CategoryValueDAOImpl

public interface CategoryValueDAO
extends GenericORMDAO<CategoryValue,java.lang.String>

Author:
ofabre

Method Summary
 java.util.List<CategoryValue> loadCategoryValues(java.lang.String categoryId)
           
 
Methods inherited from interface org.ow2.dragon.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getManipulatedType, remove, save, search, searchAndCount, searchEquals, searchLike, searchUnique
 

Method Detail

loadCategoryValues

java.util.List<CategoryValue> loadCategoryValues(java.lang.String categoryId)


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.