dao
Interface AttendancestatustypesDAO

All Superinterfaces:
GenericDAO<Attendancestatustypes,java.lang.Long>
All Known Implementing Classes:
HibernateAttendancestatustypesDAO

public interface AttendancestatustypesDAO
extends GenericDAO<Attendancestatustypes,java.lang.Long>

Author:
Antec

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

Method Detail

findAllVerified

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