Uses of Class
org.compiere.model.MDocType
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MDocType in org.brerp.base.component
-
Uses of MDocType in org.brerp.base.model
Modifier and TypeMethodDescriptionstatic MCOFCDocTypeReturn
MCOFCDocTypeReturn.getFromDocType
(MDocType dt) getLines from MCOFCDocTypeReturn return q.first -
Uses of MDocType in org.brerp.base.process
-
Uses of MDocType in org.compiere.model
Modifier and TypeMethodDescriptionstatic MDocType
MDocType.get
(int C_DocType_ID) Get Document Type (cached) (immutable)static MDocType
MDocType.get
(Properties ctx, int C_DocType_ID) Get Document Type (cached) (immutable)MDocTypeCounter.getCounterDocType()
Get Counter Doc Type (immutable)MDocTypeCounter.getDocType()
Get Doc Type (immutable)static MDocType[]
MDocType.getOfClient
(Properties ctx) Get Client Document Typesstatic MDocType[]
MDocType.getOfDocBaseType
(Properties ctx, String DocBaseType) Get Client Document Type with DocBaseTypeMDocType.markImmutable()
Modifier and TypeMethodDescriptionprotected MInvoice
MOrder.createInvoice
(MDocType dt, MInOut shipment, Timestamp invoiceDate) Create Invoiceprotected MInOut
MOrder.createShipment
(MDocType dt, Timestamp movementDate) Create Shipmentprotected boolean
MOrder.reserveStock
(MDocType dt, MOrderLine[] lines) Reserve Inventory.ModifierConstructorDescriptionMDocType
(Properties ctx, MDocType copy) Copy constructorMDocType
(Properties ctx, MDocType copy, String trxName) Copy constructorCopy constructor