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 MRefTableMRelationType. retrieveRefTable(Properties ctx, int referenceId, String trxName)Methods in org.adempiere.model with parameters of type MRefTable Modifier and Type Method Description intMRelationType. 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 MRefTableMRefTable. get(int AD_Reference_ID)Get from Cachestatic MRefTableMRefTable. get(Properties ctx, int AD_Reference_ID)Get from Cache (immutable)static MRefTableMRefTable. get(Properties ctx, int AD_Reference_ID, String trxName)Get from Cache (immutable)MRefTableMRefTable. 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)
-