Uses of Record Class
org.compiere.model.MOrder.MatchingRecord
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 MOrder.MatchingRecord in org.compiere.model
Modifier and TypeMethodDescriptionstatic List<MOrder.MatchingRecord>
MOrder.getFullOrPartiallyMatchedToInvoice
(int C_BPartner_ID, int M_Product_ID, int C_InvoiceLine_ID, Timestamp from, Timestamp to, String trxName) static List<MOrder.MatchingRecord>
MOrder.getFullOrPartiallyMatchedToReceipt
(int C_BPartner_ID, int M_Product_ID, int M_InOutLine_ID, Timestamp from, Timestamp to, String trxName) static List<MOrder.MatchingRecord>
MOrder.getNotFullyMatchedToInvoice
(int C_BPartner_ID, int M_Product_ID, int C_InvoiceLine_ID, Timestamp from, Timestamp to, String trxName) static List<MOrder.MatchingRecord>
MOrder.getNotFullyMatchedToReceipt
(int C_BPartner_ID, int M_Product_ID, int M_InOutLine_ID, Timestamp from, Timestamp to, String trxName)