dao
Interface BadgesDAO

All Superinterfaces:
GenericDAO<Badges,java.lang.Long>
All Known Implementing Classes:
HibernateBadgesDAO

public interface BadgesDAO
extends GenericDAO<Badges,java.lang.Long>

Author:
Antec

Method Summary
 java.util.List<Badges> findAllVerified()
           
 
Methods inherited from interface dao.GenericDAO
beginTransaction, commitTransaction, delete, findAll, findByExample, findByPrimaryKey, save
 

Method Detail

findAllVerified

java.util.List<Badges> findAllVerified()
Returns: