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

public interface DocumentDAO extends GenericDAO<Document,java.lang.Long>
The Interface DocumentDAO.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Resolution> |
getDecidedResolutionsInDateOrder()
Gets the decided resolutions in date order. |
java.util.List<Vote> |
getVotesForPerson(Person person)
Gets the votes for person. |
| Methods inherited from interface org.directdemocracyportal.democracy.service.dao.GenericDAO |
|---|
delete, getAll, load, save |
| Method Detail |
|---|
java.util.List<Resolution> getDecidedResolutionsInDateOrder()
throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException - the data access exceptionjava.util.List<Vote> getVotesForPerson(Person person)
person - the person
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||