org.telscenter.sail.webapp.dao.attendance
Interface StudentAttendanceDao<T extends StudentAttendance>

All Superinterfaces:
SimpleDao<T>
All Known Implementing Classes:
HibernateStudentAttendanceDao

public interface StudentAttendanceDao<T extends StudentAttendance>
extends SimpleDao<T>


Method Summary
 List<StudentAttendance> getStudentAttendanceByRunId(Long runId)
           
 
Methods inherited from interface net.sf.sail.webapp.dao.SimpleDao
delete, getById, getList, save
 

Method Detail

getStudentAttendanceByRunId

List<StudentAttendance> getStudentAttendanceByRunId(Long runId)


Copyright © 2012. All Rights Reserved.