|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalDAO extends GenericDAO<Portal,java.lang.Long>
The Interface PortalDAO.
Modifier and Type | Method and Description |
---|---|
Portal |
findByName(java.lang.String name)
Find by name. |
GovernmentPortal |
findGovernmentPortal(Government government)
Find government portal. |
Portal |
findNationalByCountry(Country country)
Find national by country. |
Portal |
findRegionalByRegion(Region region)
Find regional by region. |
Methods inherited from interface org.directdemocracyportal.democracy.service.dao.GenericDAO |
---|
delete, getAll, load, save |
Method Detail |
---|
Portal findByName(java.lang.String name) throws org.springframework.dao.DataAccessException
name
- the nameorg.springframework.dao.DataAccessException
- the data access exceptionGovernmentPortal findGovernmentPortal(Government government)
government
- the governmentPortal findNationalByCountry(Country country)
country
- the countryPortal findRegionalByRegion(Region region)
region
- the region
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |