Uses of Class
org.compiere.model.MQuery
-
-
Uses of MQuery in org.adempiere.apps.graph
Methods in org.adempiere.apps.graph that return MQuery Modifier and Type Method Description MQuery
GraphColumn. getMQuery(MGoal mGoal)
MQuery
ChartBuilder. getQuery(String key)
Methods in org.adempiere.apps.graph that return types with arguments of type MQuery Modifier and Type Method Description HashMap<String,MQuery>
ChartBuilder. getQueries()
-
Uses of MQuery in org.adempiere.model
Fields in org.adempiere.model declared as MQuery Modifier and Type Field Description MQuery
ZoomInfoFactory.ZoomInfo. query
Constructors in org.adempiere.model with parameters of type MQuery Constructor Description ZoomInfo(int windowId, MQuery query, String destinationDisplay)
-
Uses of MQuery in org.adempiere.print.export
Constructors in org.adempiere.print.export with parameters of type MQuery Constructor Description PrintDataExcelExporter(PrintData printData, MPrintFormat printFormat, Map<MPrintFormatItem,PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats, MQuery query)
PrintDataXLSXExporter(PrintData printData, MPrintFormat printFormat, Map<MPrintFormatItem,PrintData> childPrintFormatDetails, Boolean[] colSuppressRepeats, MQuery query)
-
Uses of MQuery in org.adempiere.util
Methods in org.adempiere.util with parameters of type MQuery Modifier and Type Method Description protected abstract boolean
AbstractDocumentSearch. openWindow(int windowId, MQuery query)
-
Uses of MQuery in org.adempiere.webui
Constructors in org.adempiere.webui with parameters of type MQuery Constructor Description WZoomAcross(org.zkoss.zk.ui.Component invoker, String tableName, int windowID, MQuery query)
Constructor -
Uses of MQuery in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type MQuery Modifier and Type Method Description boolean
AbstractADWindowContent. initPanel(MQuery query)
protected GridTab
AbstractADWindowContent. initTab(MQuery query, int tabIndex)
Constructors in org.adempiere.webui.adwindow with parameters of type MQuery Constructor Description ADWindow(Properties ctx, int adWindowId, MQuery query)
-
Uses of MQuery in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type MQuery Modifier and Type Method Description static void
AEnv. showZoomWindow(int AD_Window_ID, MQuery query)
open zoom window with querystatic void
AEnv. zoom(int AD_Table_ID, int Record_ID, MQuery query)
static void
AEnv. zoom(int AD_Table_ID, int Record_ID, MQuery query, int windowNo)
Zoomstatic void
AEnv. zoom(int AD_Window_ID, MQuery query)
static void
AEnv. zoom(int AD_Window_ID, MQuery query, int windowNo)
Zoom to a window with the provided window id and filters according to the querystatic void
AEnv. zoom(MQuery query)
ZoomConstructors in org.adempiere.webui.apps with parameters of type MQuery Constructor Description WReport(int AD_Table_ID, MQuery query)
ConstructorWReport(int AD_Table_ID, MQuery query, org.zkoss.zk.ui.Component parent, int WindowNo)
ConstructorWReport(int AD_Table_ID, MQuery query, org.zkoss.zk.ui.Component parent, int WindowNo, String whereExtended)
Constructor -
Uses of MQuery in org.adempiere.webui.desktop
Methods in org.adempiere.webui.desktop with parameters of type MQuery Modifier and Type Method Description void
IDesktop. openWindow(int windowId, MQuery query, Callback<ADWindow> callback)
void
TabbedDesktop. openWindow(int windowId, MQuery query, Callback<ADWindow> callback)
void
IDesktop. showWindow(int window_ID, MQuery query)
Deprecated.void
TabbedDesktop. showWindow(int AD_Window_ID, MQuery query)
Deprecated.void
IDesktop. showZoomWindow(int window_ID, MQuery query)
void
TabbedDesktop. showZoomWindow(int AD_Window_ID, MQuery query)
-
Uses of MQuery in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type MQuery Modifier and Type Method Description protected boolean
DocumentSearch. openWindow(int windowId, MQuery query)
-
Uses of MQuery in org.adempiere.webui.window
Methods in org.adempiere.webui.window that return MQuery Modifier and Type Method Description MQuery
FindWindow. getQuery()
Get Query - Retrieve result -
Uses of MQuery in org.compiere.apps.form
Fields in org.compiere.apps.form declared as MQuery Modifier and Type Field Description MQuery
TrxMaterial. m_staticQuery
-
Uses of MQuery in org.compiere.model
Fields in org.compiere.model declared as MQuery Modifier and Type Field Description MQuery
MLookupInfo. ZoomQuery
Zoom QueryMethods in org.compiere.model that return MQuery Modifier and Type Method Description MQuery
MQuery. clone()
MQuery
MQuery. deepCopy()
Clone Querystatic MQuery
MQuery. get(Properties ctx, int AD_PInstance_ID, String TableName)
Get Query from Parameterstatic MQuery
MQuery. getEqualQuery(String columnName, int value)
Create simple Equal Query.static MQuery
MQuery. getEqualQuery(String columnName, Object value)
Create simple Equal Query.static MQuery
MQuery. getNoRecordQuery(String tableName, boolean newRecord)
Create No Record query.MQuery
GridTab. getQuery()
Get QueryMQuery
MMeasureCalc. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role)
Get Zoom QueryMQuery
MProjectType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role)
Get Zoom QueryMQuery
MRequestType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role)
Get Zoom QueryMQuery
MQuery. getReportProcessQuery()
MQuery
Lookup. getZoomQuery()
Get Zoom Query String - default implementationMQuery
MChartDatasource. getZoomQuery(MChart parent, String value, String category2)
MQuery
MLookup. getZoomQuery()
Get Zoom Query StringMethods in org.compiere.model with parameters of type MQuery Modifier and Type Method Description static int
MZoomCondition. findZoomWindow(MQuery query)
find first AD_Window_ID from matching zoom condition recordstatic int
MZoomCondition. findZoomWindowByWindowId(int AD_Window_ID, MQuery query)
static int
MZoomCondition. findZoomWindowByWindowId(int AD_Window_ID, MQuery query, int windowNo)
find first AD_Window_ID from matching zoom condition recordint
Lookup. getZoom(MQuery query)
Get Zoom - default implementationint
MLookup. getZoom(MQuery query)
Get Zoomvoid
GridTab. setQuery(MQuery query)
Set Queryvoid
MQuery. setReportProcessQuery(MQuery query)
Constructors in org.compiere.model with parameters of type MQuery Constructor Description MLookupInfo(String sqlQuery, String tableName, String keyColumn, int zoomWindow, int zoomWindowPO, MQuery zoomQuery)
Constructor. -
Uses of MQuery in org.compiere.print
Methods in org.compiere.print that return MQuery Modifier and Type Method Description MQuery
ReportEngine. getQuery()
Get QueryMethods in org.compiere.print with parameters of type MQuery Modifier and Type Method Description PrintData
DataEngine. getPrintData(Properties ctx, MPrintFormat format, MQuery query)
Load DataPrintData
DataEngine. getPrintData(Properties ctx, MPrintFormat format, MQuery query, boolean summary)
Load Datavoid
ReportEngine. setQuery(MQuery query)
Set Query and generate PrintData.void
MPrintFormat. setTranslationViewQuery(MQuery query)
Update the Query to access the Translation View.Constructors in org.compiere.print with parameters of type MQuery Constructor Description ReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info)
ConstructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary)
Set report engine with summary and null transactionReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, boolean isSummary, String trxName)
ConstructorReportEngine(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName)
Set report engine with summary = false -
Uses of MQuery in org.compiere.print.layout
Methods in org.compiere.print.layout that return MQuery Modifier and Type Method Description MQuery
Page. getDrillAcross(Point relativePoint)
Get DrillAcross valueMQuery
PrintElement. getDrillAcross(Point relativePoint, int pageNo)
Get Drill Across valueMQuery
StringElement. getDrillAcross(Point relativePoint, int pageNo)
Get Drill Across valueMQuery
TableElement. getDrillAcross(Point relativePoint, int pageNo)
Get Drill Across valueMQuery
HeaderFooter. getDrillDown(Point relativePoint)
Get DrillDown valueMQuery
Page. getDrillDown(Point relativePoint)
Get DrillDown valueMQuery
PrintElement. getDrillDown(Point relativePoint, int pageNo)
Get Drill Down valueMQuery
StringElement. getDrillDown(Point relativePoint, int pageNo)
Get Drill Down valueMQuery
TableElement. getDrillDown(Point relativePoint, int pageNo)
Get Drill Down valueMethods in org.compiere.print.layout with parameters of type MQuery Modifier and Type Method Description void
LayoutEngine. setPrintData(PrintData data, MQuery query, boolean doLayout)
Set PrintData.void
LayoutEngine. setPrintData(PrintData data, MQuery query, boolean doLayout, String trxName)
Constructors in org.compiere.print.layout with parameters of type MQuery Constructor Description LayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info)
Detail ConstructorLayoutEngine(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName)
Detail ConstructorParameterElement(MQuery query, Properties ctx, MPrintTableFormat tFormat)
Parameter Element.PInstanceLogElement(Properties ctx, MQuery query, MPrintTableFormat tFormat)
-
Uses of MQuery in org.compiere.util
Methods in org.compiere.util with parameters of type MQuery Modifier and Type Method Description static int
Env. getZoomWindowID(MQuery query)
-
Uses of MQuery in org.idempiere.print
Methods in org.idempiere.print with parameters of type MQuery Modifier and Type Method Description void
IPrintHeaderFooter. createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query)
void
StandardHeaderFooter. createHeaderFooter(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query)
Create Standard Header/Footer
-