Package org.adempiere.base.event
Interface IEventTopics
public interface IEventTopics
Event topic constants
- Author:
- hengsin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Called after a process finishes, before commitstatic final String
Called before starting a process, after preparedstatic final String
static final String
Called after document is closedstatic final String
Called after document is completedstatic final String
Called after document is postedstatic final String
Called after document is preparedstatic final String
Called after document is reactivatedstatic final String
Called after document is reverseaccrualstatic final String
Called after document is reversecorrectstatic final String
Called after document is voidstatic final String
static final String
Called before document is closestatic final String
Called before document is completedstatic final String
Called before document is postedstatic final String
Called before document is preparedstatic final String
Called before document is reactivatestatic final String
Called before document is reverseaccrualstatic final String
Called before document is reversecorrectstatic final String
Called before document is voidstatic final String
static final String
Called during discovery of available and valid document actionsstatic final String
Event triggered after an import record is processedstatic final String
Event triggered after all import records are validatedstatic final String
Event triggered before an import record is processedstatic final String
Event triggered before all import records are validatedstatic final String
Import Eventsstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Model Change Type Changestatic final String
Model Change Type Deletestatic final String
static final String
Model Change Type Newstatic final String
static final String
static final String
static final String
Called after a process is committedstatic final String
static final String
Called 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:
-