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