Uses of Class
org.compiere.model.MRfQ
-
Packages that use MRfQ Package Description org.compiere.model Provides for.... -
-
Uses of MRfQ in org.compiere.model
Methods in org.compiere.model that return MRfQ Modifier and Type Method Description static MRfQ
MRfQ. get(int C_RfQ_ID)
Get MRfQ from Cache (immutable)static MRfQ
MRfQ. get(int C_RfQ_ID, String trxName)
Get MRfQ from dbstatic MRfQ
MRfQ. get(Properties ctx, int C_RfQ_ID, String trxName)
Get MRfQ from dbMRfQ
MRfQResponse. getRfQ()
Get RfQConstructors in org.compiere.model with parameters of type MRfQ Constructor Description MRfQ(Properties ctx, MRfQ copy)
MRfQ(Properties ctx, MRfQ copy, String trxName)
MRfQ(MRfQ copy)
MRfQLine(MRfQ rfq)
Parent ConstructorMRfQResponse(MRfQ rfq, MBPartner partner)
Parent ConstructorMRfQResponse(MRfQ rfq, MRfQTopicSubscriber subscriber)
Parent ConstructorMRfQResponse(MRfQ rfq, MRfQTopicSubscriber subscriber, int C_BPartner_ID, int C_BPartner_Location_ID, int AD_User_ID)
Parent Constructor.
-