Package org.adempiere.base.event
Interface IEventTopics
public interface IEventTopics
Event topic constants
- Author:
- hengsin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringCalled after a process finishes, before commitstatic final StringCalled before starting a process, after preparedstatic final Stringstatic final StringCalled after document is closedstatic final StringCalled after document is completedstatic final StringCalled after document is postedstatic final StringCalled after document is preparedstatic final StringCalled after document is reactivatedstatic final StringCalled after document is reverseaccrualstatic final StringCalled after document is reversecorrectstatic final StringCalled after document is voidstatic final Stringstatic final StringCalled before document is closestatic final StringCalled before document is completedstatic final StringCalled before document is postedstatic final StringCalled before document is preparedstatic final StringCalled before document is reactivatestatic final StringCalled before document is reverseaccrualstatic final StringCalled before document is reversecorrectstatic final StringCalled before document is voidstatic final Stringstatic final StringCalled during discovery of available and valid document actionsstatic final StringEvent triggered after an import record is processedstatic final StringEvent triggered after all import records are validatedstatic final StringEvent triggered before an import record is processedstatic final StringEvent triggered before all import records are validatedstatic final StringImport Eventsstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringModel Change Type Changestatic final StringModel Change Type Deletestatic final Stringstatic final StringModel Change Type Newstatic final Stringstatic final Stringstatic final Stringstatic final StringCalled after a process is committedstatic final Stringstatic final StringCalled from dialog to send an email, to prefill dialog variablesstatic final String
-
Field Details
-
MODEL_EVENT_PREFIX
- See Also:
-
PO_BEFORE_NEW
Model Change Type New- See Also:
-
PO_AFTER_NEW
- See Also:
-
PO_AFTER_NEW_REPLICATION
- See Also:
-
PO_BEFORE_CHANGE
Model Change Type Change- See Also:
-
PO_AFTER_CHANGE
- See Also:
-
PO_AFTER_CHANGE_REPLICATION
- See Also:
-
PO_BEFORE_DELETE
Model Change Type Delete- See Also:
-
PO_AFTER_DELETE
- See Also:
-
PO_BEFORE_DELETE_REPLICATION
- See Also:
-
PO_POST_CREATE
- See Also:
-
PO_POST_UPADTE
- See Also:
-
PO_POST_DELETE
- See Also:
-
PO_ALL
- See Also:
-
DOC_EVENT_PREFIX
- See Also:
-
DOC_BEFORE_PREPARE
Called before document is prepared- See Also:
-
DOC_BEFORE_VOID
Called before document is void- See Also:
-
DOC_BEFORE_CLOSE
Called before document is close- See Also:
-
DOC_BEFORE_REACTIVATE
Called before document is reactivate- See Also:
-
DOC_BEFORE_REVERSECORRECT
Called before document is reversecorrect- See Also:
-
DOC_BEFORE_REVERSEACCRUAL
Called before document is reverseaccrual- See Also:
-
DOC_BEFORE_COMPLETE
Called before document is completed- See Also:
-
DOC_AFTER_PREPARE
Called after document is prepared- See Also:
-
DOC_AFTER_COMPLETE
Called after document is completed- See Also:
-
DOC_AFTER_VOID
Called after document is void- See Also:
-
DOC_AFTER_CLOSE
Called after document is closed- See Also:
-
DOC_AFTER_REACTIVATE
Called after document is reactivated- See Also:
-
DOC_AFTER_REVERSECORRECT
Called after document is reversecorrect- See Also:
-
DOC_AFTER_REVERSEACCRUAL
Called after document is reverseaccrual- See Also:
-
DOC_BEFORE_POST
Called before document is posted- See Also:
-
DOC_AFTER_POST
Called after document is posted- See Also:
-
DOC_ALL
- See Also:
-
AFTER_LOGIN
- See Also:
-
ACCT_FACTS_VALIDATE
- See Also:
-
IMPORT_PREFIX
Import Events- See Also:
-
IMPORT_BEFORE_VALIDATE
Event triggered before all import records are validated- See Also:
-
IMPORT_AFTER_VALIDATE
Event triggered after all import records are validated- See Also:
-
IMPORT_BEFORE_IMPORT
Event triggered before an import record is processed- See Also:
-
IMPORT_AFTER_IMPORT
Event triggered after an import record is processed- See Also:
-
PREF_AFTER_LOAD
- See Also:
-
DOCACTION
Called during discovery of available and valid document actions- See Also:
-
BROADCAST_MESSAGE
- See Also:
-
REQUEST_SEND_EMAIL
- See Also:
-
REPORT_SEND_EMAIL
Called from dialog to send an email, to prefill dialog variables- See Also:
-
BEFORE_PROCESS
Called before starting a process, after prepared- See Also:
-
AFTER_PROCESS
Called after a process finishes, before commit- See Also:
-
POST_PROCESS
Called after a process is committed- See Also:
-