|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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 |
---|
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 |
---|
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. |
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 |
---|
Modifier and Type | Method and Description |
---|---|
void |
UserSession.addActionEvent(ActionEvent actionEvent)
|
Uses of ActionEvent in com.hack23.cia.model.impl.application.events.admin |
---|
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
protected ActionEvent |
ApplicationRequestService.createActionEvent(ApplicationRequest request,
UserSessionData userSession)
|
Uses of ActionEvent in com.hack23.cia.service.impl.common |
---|
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. |
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 |
---|
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 |
---|
Uses of ActionEvent in com.hack23.cia.service.impl.control.core |
---|
Modifier and Type | Method and Description |
---|---|
protected ActionEvent |
AgentDeploymentRequestService.createActionEvent(AgentDeploymentRequest request,
UserSessionData userSession)
|
Uses of ActionEvent in com.hack23.cia.service.impl.events |
---|
Modifier and Type | Method and Description |
---|---|
protected ActionEvent |
ApplicationErrorRequestService.createActionEvent(ApplicationErrorRequest request,
UserSessionData userSession)
|
Uses of ActionEvent in com.hack23.cia.service.impl.monitoring |
---|
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
protected GenericUserInterfaceLoaderService<ActionEvent> |
AbstractAdminUserNavigationView.getActionEventsLoaderService()
Gets the action events loader service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |