Package org.adempiere.base.event.annotations.doc
package org.adempiere.base.event.annotations.doc
Provide method annotations for handling of document action and posting events
-
ClassDescriptionMethod annotation for after close document action eventMethod annotation for after complete document action eventMethod annotation for after post document action eventMethod annotation for after prepare document action eventMethod annotation for after re-activate document action eventMethod annotation for after reverse accrual document action eventMethod annotation for after reverse correct document action eventMethod annotation for after void document action eventMethod annotation for before close document action eventMethod annotation for before complete document action eventMethod annotation for before post document action eventMethod annotation for before prepare document action eventMethod annotation for before re-activate document action eventMethod annotation for before reverse accrual document action eventMethod annotation for before reverse correct document action eventMethod annotation for before void document action eventMethod annotation for get available document actions eventMethod annotation for accounting facts validation eventFactsValidateDelegate<T extends PO>Event delegate for accounting facts validation event.
To handle facts validate event, create a subclass of this and uses theFactsValidate
annotation to annotate the event handling method.