|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PoliticalPartyDAO extends GenericDAO<PoliticalParty,java.lang.Long>
The Interface PoliticalPartyDAO.
Modifier and Type | Method and Description |
---|---|
PoliticalParty |
findByName(java.lang.String name)
Find by name. |
PoliticalParty |
findByShortCode(java.lang.String name)
Find by short code. |
java.util.List<OnlinePoliticalParty> |
getAllOnline()
Gets the all online. |
Methods inherited from interface org.directdemocracyportal.democracy.service.dao.GenericDAO |
---|
delete, getAll, load, save |
Method Detail |
---|
PoliticalParty findByName(java.lang.String name) throws org.springframework.dao.DataAccessException
name
- the nameorg.springframework.dao.DataAccessException
- the data access exceptionPoliticalParty findByShortCode(java.lang.String name) throws org.springframework.dao.DataAccessException
name
- the nameorg.springframework.dao.DataAccessException
- the data access exceptionjava.util.List<OnlinePoliticalParty> getAllOnline() throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException
- the data access exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |