|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ControllerAction in com.hack23.cia.web.api.administration |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminAction
The Class AbstractAdminAction. |
Uses of ControllerAction in com.hack23.cia.web.api.common |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAction
The Class AbstractAction. |
class |
ApplicationAction
The Class ApplicationAction. |
class |
ApplicationErrorAction
The Class ApplicationErrorAction. |
Modifier and Type | Method and Description |
---|---|
void |
Controller.handleAction(ControllerAction action)
Handle action. |
void |
ControllerActionListener.handleAction(ControllerAction action)
Handle action. |
Uses of ControllerAction in com.hack23.cia.web.api.configuration |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationAction
The Class AbstractConfigurationAction. |
class |
AgencyAction
The Class AgencyAction. |
class |
ConfigureAgencyAction
The Class ConfigureAgencyAction. |
class |
PortalAction
The Class PortalAction. |
Uses of ControllerAction in com.hack23.cia.web.api.content |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTopListAction
The Class AbstractTopListAction. |
class |
BallotAction
The Class BallotAction. |
class |
CommitteeReportAction
The Class CommitteeReportAction. |
class |
CommitteeReportsAction
The Class CommitteeReportsAction. |
class |
ExternalUrlAction
The Class ExternalUrlAction. |
class |
LanguageAgencyAction
The Class LanguageAgencyAction. |
class |
LanguageContentAction
The Class LanguageContentAction. |
class |
ParliamentMemberAction
The Class ParliamentMemberAction. |
class |
PartyAction
The Class PartyAction. |
class |
SearchAction
The Class SearchAction. |
class |
TopListAction
The Class TopListAction. |
Uses of ControllerAction in com.hack23.cia.web.api.control |
---|
Modifier and Type | Class and Description |
---|---|
class |
AgentDeploymentAction
The Class AgentDeploymentAction. |
Uses of ControllerAction in com.hack23.cia.web.api.events |
---|
Modifier and Type | Class and Description |
---|---|
class |
AbstractUserAction
The Class AbstractUserAction. |
class |
UserAccountAction
The Class UserAccountAction. |
class |
UserAction
The Class UserAction. |
Uses of ControllerAction in com.hack23.cia.web.api.monitoring |
---|
Modifier and Type | Class and Description |
---|---|
class |
MonitorAdminAction
The Class MonitorAdminAction. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.controller.application |
---|
Modifier and Type | Method and Description |
---|---|
Map<Class<ControllerAction>,ActionHandler> |
FrontController.getActionHandlersMap()
Gets the action handlers map. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationActionListener.handleAction(ControllerAction action)
|
void |
FrontController.handleAction(ControllerAction action)
|
Uses of ControllerAction in com.hack23.cia.web.impl.ui.controller.common |
---|
Modifier and Type | Method and Description |
---|---|
Class<ControllerAction> |
ActionHandler.getSupportedAction()
Gets the supported action. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenericHandler.processAction(ControllerAction action)
|
void |
ActionHandler.processAction(ControllerAction action)
Process action. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.uicommon |
---|
Constructor and Description |
---|
CommandActionWrapper(ControllerAction controllerAction)
Instantiates a new command action wrapper. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.application |
---|
Constructor and Description |
---|
ApplicationModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ApplicationModelAndView.ApplicationViewSpecification applicationViewSpecification,
AgencyData agencyData,
List<CommitteeReportData> list,
List<PoliticalPartyData> list2)
Instantiates a new application model and view. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.common |
---|
Modifier and Type | Method and Description |
---|---|
ControllerAction |
ModelAndView.getControllerAction()
Gets the controller action. |
ControllerAction |
AbstractModelAndView.getControllerAction()
|
Constructor and Description |
---|
AbstractModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract model and view. |
ErrorMessageModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ErrorMessageModelAndView.ErrorViewSpecification errorViewSpecification,
String errorMessage)
Instantiates a new error message model and view. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.configuration |
---|
Constructor and Description |
---|
AbstractConfigurationModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract configuration model and view. |
AgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
AgencyModelAndView.AgencyViewSpecification agencyViewSpecification,
AgencyData agencyData)
Instantiates a new agency model and view. |
LanguageAgencyModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageAgencyModelAndView.LanguageAgencyViewSpecification languageAgencyViewSpecification,
AgencyData agency,
LanguageDto languageDto)
Instantiates a new language agency model and view. |
LanguageContentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
LanguageContentModelAndView.LanguageContentViewSpecification languageContentViewSpecification,
AgencyData agency,
LanguageContentDto languageContentDto)
Instantiates a new language content model and view. |
PortalModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
PortalModelAndView.PortalViewSpecification portalViewSpecification,
AgencyData agency,
PortalData portalData)
Instantiates a new portal model and view. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.content |
---|
Constructor and Description |
---|
AbstractParliamentMemberModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberData parliamentMemberData)
Instantiates a new abstract parliament member model and view. |
AbstractParliamentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract parliament model and view. |
AbstractUserModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract user model and view. |
CommitteeReportModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportViewSpecification committeeReportViewSpecification,
CommitteeReportData committeeReportDto)
Instantiates a new committee report model and view. |
CommitteeReportsModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
CommitteeReportsViewSpecification committeeReportsViewSpecification,
List<CommitteeReportData> list)
Instantiates a new committee reports model and view. |
ParliamentMemberListModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberListViewSpecification parliamentMemberListViewSpecification,
List<ParliamentMemberData> list)
Instantiates a new parliament member list model and view. |
ParliamentMemberSummaryModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
ParliamentMemberSummaryViewSpecification parliamentMemberSummaryViewSpecification,
ParliamentMemberData parliamentMemberData,
List<ParliamentMemberVoteCompareResultData> list,
List<ParliamentMemberVoteCompareResultData> list2,
List<ParliamentMemberVoteCompareResultData> list3,
List<ParliamentMemberVoteCompareResultData> list4,
List<VoteData> list5,
RegisterInformationData registerInformationData)
Instantiates a new parliament member summary model and view. |
UrlModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
UrlViewSpecification urlViewSpecification,
String title,
String url)
Instantiates a new url model and view. |
UserModelAndView(UserSessionDto userSessionDTO,
List<PoliticalPartyData> politicalParties,
ControllerAction controllerAction,
UserModelAndView.UserViewSpecification userViewSpecification)
Instantiates a new user model and view. |
VotesModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
VotesViewSpecification votesViewSpecification,
List<VoteData> list)
Instantiates a new votes model and view. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.control |
---|
Constructor and Description |
---|
AbstractControlModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract control model and view. |
AgentDeploymentModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
AgentDeploymentModelAndView.AgentDeployment agentDeployment)
Instantiates a new agent deployment model and view. |
Uses of ControllerAction in com.hack23.cia.web.impl.ui.viewfactory.api.monitoring |
---|
Constructor and Description |
---|
AbstractMonitorModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction)
Instantiates a new abstract monitor model and view. |
MonitorModelAndView(UserSessionDto userSessionDTO,
ControllerAction controllerAction,
MonitorModelAndView.MonitorViewSpecification monitorViewSpecification,
List list)
Instantiates a new monitor model and view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |