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 classDocActionDelegate<T extends PO & DocAction>Classes in org.adempiere.model that implement DocAction Modifier and Type Class Description classDocActionDelegate<T extends PO & DocAction>classGenericPOGeneric 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 classMAllocationHdrPayment Allocation Model.classMAssetAdditionAsset Addition ModelclassMAssetDisposedAsset Disposal ModelclassMAssetRevalclassMAssetTransferAsset Transfer ModelclassMBankStatementBank Statement ModelclassMCashCash Journal ModelclassMDepreciationEntryDepreciation EntryclassMInOutShipment ModelclassMInOutConfirmShipment Confirmation ModelclassMInventoryPhysical Inventory ModelclassMInvoiceInvoice Model.classMJournalGL Journal ModelclassMJournalBatchJournal Batch ModelclassMMovementInventory Movement ModelclassMMovementConfirmInventory Movement ConfirmationclassMOrderOrder Model.classMPaymentPayment ModelclassMProductionclassMProjectIssueProject Issue ModelclassMRequisitionRequisition ModelclassMRMARMA ModelclassMTimeExpenseTime + Expense Model -
Uses of DocAction in org.compiere.process
Classes in org.compiere.process that implement DocAction Modifier and Type Class Description classDocActionTemplateTemplate for DocAction Instead of modifying DocumentEngine, you could simply extend DocOptions interface and use customizeValidActionsclassDocumentEngineDocument Action EngineMethods in org.compiere.process with parameters of type DocAction Modifier and Type Method Description static booleanDocumentEngine. 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 classMDDOrderOrder Distribution Model.
-