Uses of Class
org.compiere.model.MDocType
Packages that use 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.compiere.model
Methods in org.compiere.model that return MDocTypeModifier and TypeMethodDescriptionstatic MDocTypeMDocType.get(int C_DocType_ID) Get Document Type (cached) (immutable)static MDocTypeMDocType.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()Methods in org.compiere.model with parameters of type MDocTypeModifier and TypeMethodDescriptionprotected MInvoiceMOrder.createInvoice(MDocType dt, MInOut shipment, Timestamp invoiceDate) Create Invoiceprotected MInOutMOrder.createShipment(MDocType dt, Timestamp movementDate) Create Shipmentprotected booleanMOrder.reserveStock(MDocType dt, MOrderLine[] lines) Reserve Inventory.Constructors in org.compiere.model with parameters of type MDocTypeModifierConstructorDescriptionMDocType(Properties ctx, MDocType copy) Copy constructorMDocType(Properties ctx, MDocType copy, String trxName) Copy constructorCopy constructor