Uses of Class
org.compiere.model.MRefTable
-
Packages that use MRefTable Package Description org.adempiere.model org.compiere.model Provides for.... -
-
Uses of MRefTable in org.adempiere.model
Methods in org.adempiere.model that return MRefTable Modifier and Type Method Description static MRefTable
MRelationType. retrieveRefTable(Properties ctx, int referenceId, String trxName)
Methods in org.adempiere.model with parameters of type MRefTable Modifier and Type Method Description int
MRelationType. retrieveWindowID(PO po, MRefTable refTable)
-
Uses of MRefTable in org.compiere.model
Methods in org.compiere.model that return MRefTable Modifier and Type Method Description static MRefTable
MRefTable. get(int AD_Reference_ID)
Get from Cachestatic MRefTable
MRefTable. get(Properties ctx, int AD_Reference_ID)
Get from Cache (immutable)static MRefTable
MRefTable. get(Properties ctx, int AD_Reference_ID, String trxName)
Get from Cache (immutable)MRefTable
MRefTable. markImmutable()
Constructors in org.compiere.model with parameters of type MRefTable Constructor Description MRefTable(Properties ctx, MRefTable copy)
MRefTable(Properties ctx, MRefTable copy, String trxName)
MRefTable(MRefTable copy)
-