|
||||||||||
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 dateActionEvent createApplicationErrorActionEvent(Date date, String string, String errorMessage)
date
- the datestring
- the stringerrorMessage
- the error messageActionEvent createBallotActionEvent(Date date, Long ballotId)
date
- the dateballotId
- the ballot idActionEvent createCommitteeReportActionEvent(Date date, Long committeeReportId)
date
- the datecommitteeReportId
- the committee report idActionEvent createCommitteeReportsActionEvent(Date date)
date
- the dateActionEvent createExternalUrlActionEvent(Date date, ExternalUrlOperationType operation)
date
- the dateoperation
- the operationActionEvent createLanguageAgencyActionEvent(Date date, Long id, Long id2, LanguageOperationType operation)
date
- the dateid
- the idid2
- the id2operation
- the operationActionEvent createLanguageContentActionEvent(Date date, Long id, Long id2, LanguageContentOperationType operation)
date
- the dateid
- the idid2
- the id2operation
- the operationActionEvent createMonitorActionEvent(Date date, MonitorOperationType operation)
date
- the dateoperation
- the operationActionEvent createParliamentMemberActionEvent(Date date, Long parliamentMemberId)
date
- the dateparliamentMemberId
- the parliament member idActionEvent createPartyActionEvent(Date date, String party, TopListOperationType operation)
date
- the dateparty
- the partyoperation
- the operationActionEvent createPortalActionEvent(Date date, PortalOperationType operation, Long id)
date
- the dateoperation
- the operationid
- the idActionEvent createSearchActionEvent(Date date, String searchArgument)
date
- the datesearchArgument
- the search argumentActionEvent createTopListActionEvent(Date date, TopListOperationType operation)
date
- the dateoperation
- the operationActionEvent createUserAccountActionEvent(Date date, UserAccountOperationType operation)
date
- the dateoperation
- the operationActionEvent 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 |