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