Uses of Class
org.directdemocracyportal.democracy.model.application.Event

Packages that use Event
Package Description
org.directdemocracyportal.democracy.model.application   
org.directdemocracyportal.democracy.service   
org.directdemocracyportal.democracy.web.views   
 

Uses of Event in org.directdemocracyportal.democracy.model.application
 

Methods in org.directdemocracyportal.democracy.model.application that return types with arguments of type Event
Modifier and Type Method and Description
 java.util.Set<Event> Application.getEvents()
          Gets the events.
 java.util.List<Event> User.getEvents()
          Gets the events.
 

Method parameters in org.directdemocracyportal.democracy.model.application with type arguments of type Event
Modifier and Type Method and Description
 void User.setEvents(java.util.List<Event> events)
          Sets the events.
 void Application.setEvents(java.util.Set<Event> events)
          Sets the events.
 

Uses of Event in org.directdemocracyportal.democracy.service
 

Methods in org.directdemocracyportal.democracy.service that return types with arguments of type Event
Modifier and Type Method and Description
 java.util.List<Event> PortalServiceImpl.getEvents()
           
 java.util.List<Event> PortalService.getEvents()
          Gets the events.
 

Uses of Event in org.directdemocracyportal.democracy.web.views
 

Constructor parameters in org.directdemocracyportal.democracy.web.views with type arguments of type Event
Constructor and Description
EventsPanel(java.util.List<Event> events)
          Instantiates a new events panel.
 



Copyright © 2004-2010 www.DirectDemocracyPortal.org. All Rights Reserved.