|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public interface ApplicationEventsModelFactory extends ModelFactory
A factory for creating ApplicationEventsModel objects.
| Modifier and Type | Method and Description |
|---|---|
ActionEvent |
createAgencyActionEvent(Date date,
ConfigurationOperationType operation,
Long agencyId)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createAgentDeploymentActionEvent(Date date)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createApplicationActionEvent(Date date)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createApplicationErrorActionEvent(Date date,
String string,
String errorMessage)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createBallotActionEvent(Date date,
Long ballotId)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createCommitteeReportActionEvent(Date date,
Long committeeReportId)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createCommitteeReportsActionEvent(Date date)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createExternalUrlActionEvent(Date date,
ExternalUrlOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createLanguageAgencyActionEvent(Date date,
Long id,
Long id2,
LanguageOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createLanguageContentActionEvent(Date date,
Long id,
Long id2,
LanguageContentOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createMonitorActionEvent(Date date,
MonitorOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createParliamentMemberActionEvent(Date date,
Long parliamentMemberId)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createPartyActionEvent(Date date,
String party,
TopListOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createPortalActionEvent(Date date,
PortalOperationType operation,
Long id)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createSearchActionEvent(Date date,
String searchArgument)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createTopListActionEvent(Date date,
TopListOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createUserAccountActionEvent(Date date,
UserAccountOperationType operation)
Creates a new ApplicationEventsModel object. |
ActionEvent |
createUserActionEvent(Date date,
UserOperationType operation)
Creates a new ApplicationEventsModel object. |
Class<? extends ActionEvent> |
getActionEventSpec()
Gets the action event spec. |
Class<? extends ApplicationErrorEventData> |
getApplicationErrorEventDataSpec()
Gets the application error event data spec. |
| Method Detail |
|---|
ActionEvent createAgencyActionEvent(Date date,
ConfigurationOperationType operation,
Long agencyId)
date - the dateoperation - the operationagencyId - the agency idActionEvent createAgentDeploymentActionEvent(Date date)
date - the dateActionEvent createApplicationActionEvent(Date date)
date - the date
ActionEvent createApplicationErrorActionEvent(Date date,
String string,
String errorMessage)
date - the datestring - the stringerrorMessage - the error message
ActionEvent createBallotActionEvent(Date date,
Long ballotId)
date - the dateballotId - the ballot id
ActionEvent createCommitteeReportActionEvent(Date date,
Long committeeReportId)
date - the datecommitteeReportId - the committee report idActionEvent createCommitteeReportsActionEvent(Date date)
date - the date
ActionEvent createExternalUrlActionEvent(Date date,
ExternalUrlOperationType operation)
date - the dateoperation - the operation
ActionEvent createLanguageAgencyActionEvent(Date date,
Long id,
Long id2,
LanguageOperationType operation)
date - the dateid - the idid2 - the id2operation - the operation
ActionEvent createLanguageContentActionEvent(Date date,
Long id,
Long id2,
LanguageContentOperationType operation)
date - the dateid - the idid2 - the id2operation - the operation
ActionEvent createMonitorActionEvent(Date date,
MonitorOperationType operation)
date - the dateoperation - the operation
ActionEvent createParliamentMemberActionEvent(Date date,
Long parliamentMemberId)
date - the dateparliamentMemberId - the parliament member id
ActionEvent createPartyActionEvent(Date date,
String party,
TopListOperationType operation)
date - the dateparty - the partyoperation - the operation
ActionEvent createPortalActionEvent(Date date,
PortalOperationType operation,
Long id)
date - the dateoperation - the operationid - the id
ActionEvent createSearchActionEvent(Date date,
String searchArgument)
date - the datesearchArgument - the search argument
ActionEvent createTopListActionEvent(Date date,
TopListOperationType operation)
date - the dateoperation - the operation
ActionEvent createUserAccountActionEvent(Date date,
UserAccountOperationType operation)
date - the dateoperation - the operation
ActionEvent createUserActionEvent(Date date,
UserOperationType operation)
date - the dateoperation - the operationClass<? extends ActionEvent> getActionEventSpec()
Class<? extends ApplicationErrorEventData> getApplicationErrorEventDataSpec()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||