|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Portal in org.directdemocracyportal.democracy.model.application |
---|
Modifier and Type | Class and Description |
---|---|
class |
GovernmentPortal
The Class GovernmentPortal. |
Uses of Portal in org.directdemocracyportal.democracy.service |
---|
Modifier and Type | Method and Description |
---|---|
Portal |
PortalServiceImpl.getGlobalPortal()
|
Portal |
PortalService.getGlobalPortal()
Gets the global portal. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Portal> |
UserService.getPortals()
Gets the portals. |
java.util.List<Portal> |
UserServiceImpl.getPortals()
|
java.util.List<Portal> |
PortalServiceImpl.getPortals()
|
java.util.List<Portal> |
PortalService.getPortals()
Gets the portals. |
Uses of Portal in org.directdemocracyportal.democracy.service.dao |
---|
Modifier and Type | Method and Description |
---|---|
Portal |
PortalDAO.findByName(java.lang.String name)
Find by name. |
Portal |
PortalDAO.findNationalByCountry(Country country)
Find national by country. |
Portal |
PortalDAO.findRegionalByRegion(Region region)
Find regional by region. |
Uses of Portal in org.directdemocracyportal.democracy.service.dao.hibernate |
---|
Modifier and Type | Method and Description |
---|---|
Portal |
HibernatePortalDAO.findByName(java.lang.String name)
|
Portal |
HibernatePortalDAO.findNationalByCountry(Country country)
|
Portal |
HibernatePortalDAO.findRegionalByRegion(Region region)
|
Uses of Portal in org.directdemocracyportal.democracy.web.views |
---|
Constructor and Description |
---|
StartContentPanel(Portal portal)
Instantiates a new start content panel. |
Uses of Portal in org.directdemocracyportal.democracy.web.views.dialogs |
---|
Constructor and Description |
---|
RegisterUserDialog(java.util.List<Portal> portals)
Instantiates a new register user dialog. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |