|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface CommitteeReportDAO extends GenericDAO<CommitteeReportData,Long>
The Interface CommitteeReportDAO.
| Modifier and Type | Method and Description |
|---|---|
CommitteeReportData |
findByName(String name)
Find by name. |
List<CommitteeReportData> |
getAllCreated(ParliamentYearData parliamentYearData)
Gets the all created. |
List<CommitteeReportData> |
getAllLastDecided()
Gets the all last decided. |
List<CommitteeReportData> |
getLastDecided()
Gets the last decided. |
| Methods inherited from interface com.hack23.cia.service.impl.commondao.api.GenericDAO |
|---|
delete, getAll, loadById, save |
| Method Detail |
|---|
@Transactional(readOnly=true) CommitteeReportData findByName(String name)
name - the name@Transactional(readOnly=true) List<CommitteeReportData> getAllCreated(ParliamentYearData parliamentYearData)
parliamentYearData - the parliament year data@Transactional(readOnly=true) List<CommitteeReportData> getAllLastDecided()
@Transactional(readOnly=true) List<CommitteeReportData> getLastDecided()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||