Uses of Interface
org.compiere.process.DocAction
-
Packages that use DocAction Package Description org.adempiere.model org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level.org.eevolution.model -
-
Uses of DocAction in org.adempiere.model
Classes in org.adempiere.model with type parameters of type DocAction Modifier and Type Class Description class
DocActionDelegate<T extends PO & DocAction>
Classes in org.adempiere.model that implement DocAction Modifier and Type Class Description class
DocActionDelegate<T extends PO & DocAction>
class
GenericPO
Generic PO implementation, this can be use together with ModelValidator as alternative to the classic generated model class and extend ( X_ and M_ ) approach. -
Uses of DocAction in org.compiere.model
Classes in org.compiere.model that implement DocAction Modifier and Type Class Description class
MAllocationHdr
Payment Allocation Model.class
MAssetAddition
Asset Addition Modelclass
MAssetDisposed
Asset Disposal Modelclass
MAssetReval
class
MAssetTransfer
Asset Transfer Modelclass
MBankStatement
Bank Statement Modelclass
MCash
Cash Journal Modelclass
MDepreciationEntry
Depreciation Entryclass
MInOut
Shipment Modelclass
MInOutConfirm
Shipment Confirmation Modelclass
MInventory
Physical Inventory Modelclass
MInvoice
Invoice Model.class
MJournal
GL Journal Modelclass
MJournalBatch
Journal Batch Modelclass
MMovement
Inventory Movement Modelclass
MMovementConfirm
Inventory Movement Confirmationclass
MOrder
Order Model.class
MPayment
Payment Modelclass
MProduction
class
MProjectIssue
Project Issue Modelclass
MRequisition
Requisition Modelclass
MRMA
RMA Modelclass
MTimeExpense
Time + Expense Model -
Uses of DocAction in org.compiere.process
Classes in org.compiere.process that implement DocAction Modifier and Type Class Description class
DocActionTemplate
Template for DocAction Instead of modifying DocumentEngine, you could simply extend DocOptions interface and use customizeValidActionsclass
DocumentEngine
Document Action EngineMethods in org.compiere.process with parameters of type DocAction Modifier and Type Method Description static boolean
DocumentEngine. processIt(DocAction doc, String processAction)
Process document.Constructors in org.compiere.process with parameters of type DocAction Constructor Description DocumentEngine(DocAction po)
Doc Engine (Drafted)DocumentEngine(DocAction po, String docStatus)
Doc Engine -
Uses of DocAction in org.eevolution.model
Classes in org.eevolution.model that implement DocAction Modifier and Type Class Description class
MDDOrder
Order Distribution Model.
-