Package org.adempiere.base.event
Interface IEventTopics
-
public interface IEventTopics- Author:
- hengsin
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCT_FACTS_VALIDATEstatic StringAFTER_LOGINstatic StringAFTER_PROCESSCalled after a process finishes, before commitstatic StringBEFORE_PROCESSCalled before starting a process, after preparedstatic StringBROADCAST_MESSAGEstatic StringDOC_AFTER_CLOSECalled after document is closedstatic StringDOC_AFTER_COMPLETECalled after document is completedstatic StringDOC_AFTER_POSTCalled after document is postedstatic StringDOC_AFTER_PREPARECalled after document is preparedstatic StringDOC_AFTER_REACTIVATECalled after document is reactivatedstatic StringDOC_AFTER_REVERSEACCRUALCalled after document is reverseaccrualstatic StringDOC_AFTER_REVERSECORRECTCalled after document is reversecorrectstatic StringDOC_AFTER_VOIDCalled after document is voidstatic StringDOC_ALLstatic StringDOC_BEFORE_CLOSECalled before document is closestatic StringDOC_BEFORE_COMPLETECalled before document is completedstatic StringDOC_BEFORE_POSTCalled before document is postedstatic StringDOC_BEFORE_PREPARECalled before document is preparedstatic StringDOC_BEFORE_REACTIVATECalled before document is reactivatestatic StringDOC_BEFORE_REVERSEACCRUALCalled before document is reverseaccrualstatic StringDOC_BEFORE_REVERSECORRECTCalled before document is reversecorrectstatic StringDOC_BEFORE_VOIDCalled before document is voidstatic StringDOC_EVENT_PREFIXstatic StringDOCACTIONCalled after next document actions are setstatic StringIMPORT_AFTER_IMPORTEvent triggered after an import record is processedstatic StringIMPORT_AFTER_VALIDATEEvent triggered after all import records are validatedstatic StringIMPORT_BEFORE_IMPORTEvent triggered before an import record is processedstatic StringIMPORT_BEFORE_VALIDATEEvent triggered before all import records are validatedstatic StringIMPORT_PREFIXImport Eventsstatic StringMODEL_EVENT_PREFIXstatic StringPO_AFTER_CHANGEstatic StringPO_AFTER_CHANGE_REPLICATIONstatic StringPO_AFTER_DELETEstatic StringPO_AFTER_NEWstatic StringPO_AFTER_NEW_REPLICATIONstatic StringPO_ALLstatic StringPO_BEFORE_CHANGEModel Change Type Changestatic StringPO_BEFORE_DELETEModel Change Type Deletestatic StringPO_BEFORE_DELETE_REPLICATIONstatic StringPO_BEFORE_NEWModel Change Type Newstatic StringPO_POST_CREATEstatic StringPO_POST_DELETEstatic StringPO_POST_UPADTEstatic StringPOST_PROCESSCalled after a process is committedstatic StringPREF_AFTER_LOADstatic StringREPORT_SEND_EMAILCalled from dialog to send an email, to prefill dialog variablesstatic StringREQUEST_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
-
-