Uses of Class
org.compiere.model.MReportView
-
Packages that use MReportView Package Description org.compiere.model Provides for.... -
-
Uses of MReportView in org.compiere.model
Methods in org.compiere.model that return MReportView Modifier and Type Method Description static MReportView
MReportView. get(int AD_ReportView_ID)
Get MReportView from cache (immutable)static MReportView
MReportView. get(Properties ctx, int AD_ReportView_ID)
Get MReportView from cache (immutable)MReportView
MReportView. markImmutable()
Constructors in org.compiere.model with parameters of type MReportView Constructor Description MReportView(Properties ctx, MReportView copy)
MReportView(Properties ctx, MReportView copy, String trxName)
MReportView(MReportView copy)
-