Interface ReportDAO
-
- All Known Implementing Classes:
JPAReportDAO
public interface ReportDAO extends DAO<Report>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete(String key)voiddelete(Report report)Reportfind(String key)List<Report>findAll()List<Report>findByDelegate(Implementation delegate)Reportsave(Report report)
-