Uses of Interface
com.hack23.cia.model.api.application.events.ActionEvent

Packages that use ActionEvent
Package Description
com.hack23.cia.model.api.application.administration Provides... 
com.hack23.cia.model.api.application.events Provides... 
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.administration Provides... 
com.hack23.cia.model.impl.application.events.admin Provides... 
com.hack23.cia.model.impl.application.events.user Provides... 
com.hack23.cia.service.impl.application Application service implementations. 
com.hack23.cia.service.impl.common Common service implementations. 
com.hack23.cia.service.impl.configuration Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.service.impl.control.core Provides... 
com.hack23.cia.service.impl.events Provides... 
com.hack23.cia.service.impl.monitoring Provides... 
com.hack23.cia.web.impl.ui.form.events Provides... 
com.hack23.cia.web.impl.ui.navigationview.common Common navigation views. 
 

Uses of ActionEvent in com.hack23.cia.model.api.application.administration
 

Methods in com.hack23.cia.model.api.application.administration with parameters of type ActionEvent
Modifier and Type Method and Description
 void UserSessionData.addActionEvent(ActionEvent actionEvent)
          Adds the action event.
 

Uses of ActionEvent in com.hack23.cia.model.api.application.events
 

Subinterfaces of ActionEvent in com.hack23.cia.model.api.application.events
Modifier and Type Interface and Description
 interface ApplicationErrorEventData
          The Interface ApplicationErrorEventData.
 interface EventData
          The Interface EventData.
 

Uses of ActionEvent in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory that return ActionEvent
Modifier and Type Method and Description
 ActionEvent ApplicationEventsModelFactory.createAgencyActionEvent(Date date, ConfigurationOperationType operation, Long agencyId)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createAgentDeploymentActionEvent(Date date)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createApplicationActionEvent(Date date)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createApplicationErrorActionEvent(Date date, String string, String errorMessage)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createBallotActionEvent(Date date, Long ballotId)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createCommitteeReportActionEvent(Date date, Long committeeReportId)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createCommitteeReportsActionEvent(Date date)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createExternalUrlActionEvent(Date date, ExternalUrlOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createLanguageAgencyActionEvent(Date date, Long id, Long id2, LanguageOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createLanguageContentActionEvent(Date date, Long id, Long id2, LanguageContentOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createMonitorActionEvent(Date date, MonitorOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createParliamentMemberActionEvent(Date date, Long parliamentMemberId)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createPartyActionEvent(Date date, String party, TopListOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createPortalActionEvent(Date date, PortalOperationType operation, Long id)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createSearchActionEvent(Date date, String searchArgument)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createTopListActionEvent(Date date, TopListOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createUserAccountActionEvent(Date date, UserAccountOperationType operation)
          Creates a new ApplicationEventsModel object.
 ActionEvent ApplicationEventsModelFactory.createUserActionEvent(Date date, UserOperationType operation)
          Creates a new ApplicationEventsModel object.
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type ActionEvent
Modifier and Type Method and Description
 Class<? extends ActionEvent> ApplicationEventsModelFactory.getActionEventSpec()
          Gets the action event spec.
 

Uses of ActionEvent in com.hack23.cia.model.impl.application.administration
 

Methods in com.hack23.cia.model.impl.application.administration with parameters of type ActionEvent
Modifier and Type Method and Description
 void UserSession.addActionEvent(ActionEvent actionEvent)
           
 

Uses of ActionEvent in com.hack23.cia.model.impl.application.events.admin
 

Classes in com.hack23.cia.model.impl.application.events.admin that implement ActionEvent
Modifier and Type Class and Description
 class AgencyActionEvent
          The Class AgencyActionEvent.
 class AgentDeploymentActionEvent
          The Class AgentDeploymentActionEvent.
 class AgentOperationActionEvent
          The Class AgentOperationActionEvent.
 class LanguageAgencyActionEvent
          The Class LanguageAgencyActionEvent.
 class LanguageContentActionEvent
          The Class LanguageContentActionEvent.
 class MonitorActionEvent
          The Class MonitorActionEvent.
 class PortalActionEvent
          The Class PortalActionEvent.
 

Uses of ActionEvent in com.hack23.cia.model.impl.application.events.user
 

Classes in com.hack23.cia.model.impl.application.events.user that implement ActionEvent
Modifier and Type Class and Description
 class AbstractActionEvent
          The Class AbstractActionEvent.
 class ApplicationActionEvent
          The Class ApplicationActionEvent.
 class ApplicationErrorActionEvent
          The Class ApplicationErrorActionEvent.
 class BallotActionEvent
          The Class BallotActionEvent.
 class CommitteeReportActionEvent
          The Class CommitteeReportActionEvent.
 class CommitteeReportsActionEvent
          The Class CommitteeReportsActionEvent.
 class ExternalUrlActionEvent
          The Class ExternalUrlActionEvent.
 class ParliamentMemberActionEvent
          The Class ParliamentMemberActionEvent.
 class PartyActionEvent
          The Class PartyActionEvent.
 class SearchActionEvent
          The Class SearchActionEvent.
 class TopListActionEvent
          The Class TopListActionEvent.
 class UserAccountActionEvent
          The Class UserAccountActionEvent.
 class UserActionEvent
          The Class UserActionEvent.
 

Uses of ActionEvent in com.hack23.cia.service.impl.application
 

Methods in com.hack23.cia.service.impl.application that return ActionEvent
Modifier and Type Method and Description
protected  ActionEvent ApplicationRequestService.createActionEvent(ApplicationRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.service.impl.common
 

Methods in com.hack23.cia.service.impl.common that return ActionEvent
Modifier and Type Method and Description
protected  ActionEvent DefaultRequestService.createActionEvent(AbstractServiceRequest request, UserSessionData userSession)
           
protected abstract  ActionEvent AbstractGenericService.createActionEvent(REQUEST service, UserSessionData userSession)
          Creates the action event.
 

Methods in com.hack23.cia.service.impl.common with parameters of type ActionEvent
Modifier and Type Method and Description
 UserSessionData UserSessionServiceImpl.addActionEvent(ActionEvent actionEvent, UserSessionData userSession)
           
 UserSessionData UserSessionService.addActionEvent(ActionEvent actionEvent, UserSessionData userSession)
          Adds the action event.
 

Uses of ActionEvent in com.hack23.cia.service.impl.configuration
 

Methods in com.hack23.cia.service.impl.configuration that return ActionEvent
Modifier and Type Method and Description
 ActionEvent AgencyRequestService.createActionEvent(AgencyRequest request, UserSessionData userSession)
           
 ActionEvent LanguageContentRequestService.createActionEvent(LanguageContentRequest request, UserSessionData userSession)
           
 ActionEvent LanguageRequestService.createActionEvent(LanguageRequest request, UserSessionData userSession)
           
 ActionEvent PortalRequestService.createActionEvent(PortalRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.service.impl.content
 

Methods in com.hack23.cia.service.impl.content that return ActionEvent
Modifier and Type Method and Description
 ActionEvent BallotRequestService.createActionEvent(BallotRequest request, UserSessionData userSession)
           
 ActionEvent CommitteeReportRequestService.createActionEvent(CommitteeReportRequest request, UserSessionData userSession)
           
 ActionEvent CommitteeReportsRequestService.createActionEvent(CommitteeReportsRequest request, UserSessionData userSession)
           
protected  ActionEvent ExternalUrlRequestService.createActionEvent(ExternalUrlRequest request, UserSessionData userSession)
           
protected  ActionEvent LoginRequestService.createActionEvent(LoginRequest request, UserSessionData userSession)
           
protected  ActionEvent LogoutRequestService.createActionEvent(LogoutRequest request, UserSessionData userSession)
           
 ActionEvent ParliamentMemberRequestService.createActionEvent(ParliamentMemberRequest request, UserSessionData userSession)
           
 ActionEvent PartyRequestService.createActionEvent(PartyRequest request, UserSessionData userSession)
           
protected  ActionEvent RegisterUserRequestService.createActionEvent(RegisterUserRequest request, UserSessionData userSession)
           
 ActionEvent SearchRequestService.createActionEvent(SearchRequest request, UserSessionData userSession)
           
 ActionEvent TopListRequestService.createActionEvent(TopListRequest request, UserSessionData userSession)
           
protected  ActionEvent UserRequestService.createActionEvent(UserRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.service.impl.control.core
 

Methods in com.hack23.cia.service.impl.control.core that return ActionEvent
Modifier and Type Method and Description
protected  ActionEvent AgentDeploymentRequestService.createActionEvent(AgentDeploymentRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.service.impl.events
 

Methods in com.hack23.cia.service.impl.events that return ActionEvent
Modifier and Type Method and Description
protected  ActionEvent ApplicationErrorRequestService.createActionEvent(ApplicationErrorRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.service.impl.monitoring
 

Methods in com.hack23.cia.service.impl.monitoring that return ActionEvent
Modifier and Type Method and Description
protected  ActionEvent MonitorRequestService.createActionEvent(MonitorRequest request, UserSessionData userSession)
           
 

Uses of ActionEvent in com.hack23.cia.web.impl.ui.form.events
 

Constructors in com.hack23.cia.web.impl.ui.form.events with parameters of type ActionEvent
Constructor and Description
EventForm(UserSessionDto userSessionDTO, ActionEvent abstractActionEvent)
          Instantiates a new event form.
 

Uses of ActionEvent in com.hack23.cia.web.impl.ui.navigationview.common
 

Methods in com.hack23.cia.web.impl.ui.navigationview.common that return types with arguments of type ActionEvent
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<ActionEvent> AbstractAdminUserNavigationView.getActionEventsLoaderService()
          Gets the action events loader service.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.