Uses of Class
org.compiere.model.MQuery
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide implementation of print data export to excel format.
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide interface and classes for custom report header and footer
-
Uses of MQuery in org.adempiere.apps.graph
Modifier and TypeMethodDescriptionGet query for goal -
Uses of MQuery in org.adempiere.model
-
Uses of MQuery in org.adempiere.print.export
ModifierConstructorDescriptionPrintDataExcelExporter
(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
Modifier and TypeMethodDescriptionprotected abstract boolean
AbstractDocumentSearch.openWindow
(int windowId, MQuery query) -
Uses of MQuery in org.adempiere.webui
ModifierConstructorDescriptionWZoomAcross
(org.zkoss.zk.ui.Component invoker, String tableName, int windowID, MQuery query) Constructor -
Uses of MQuery in org.adempiere.webui.adwindow
Modifier and TypeMethodDescriptionboolean
Init all tab panels.protected GridTab
Init tab at tabIndex. -
Uses of MQuery in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionstatic void
AEnv.showZoomWindow
(int AD_Window_ID, MQuery query) open zoom window with querystatic void
static void
Zoom to AD Window by AD_Table_ID and Record_ID.static void
static void
Zoom to AD window with the provided window id and filters according to the querystatic void
Zoom to AD Window with details from querystatic void
Zoom to AD Window by AD_Table_ID and Record_UU.ModifierConstructorDescriptionWReport
(int AD_Table_ID, MQuery query, org.zkoss.zk.ui.Component parent, int WindowNo, String whereExtended) Launch report immediately (if only one print format found) or show menu popup for the list of print formats discover for AD_Table_ID and AD_Window_ID (from WindowNo). -
Uses of MQuery in org.adempiere.webui.desktop
Modifier and TypeMethodDescriptionvoid
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.event
-
Uses of MQuery in org.adempiere.webui.util
-
Uses of MQuery in org.adempiere.webui.window
-
Uses of MQuery in org.compiere.apps.form
-
Uses of MQuery in org.compiere.model
Modifier and TypeMethodDescriptionMQuery.clone()
MQuery.deepCopy()
Clone Querystatic MQuery
MQuery.get
(Properties ctx, int AD_PInstance_ID, String TableName) Create new Query for reportstatic MQuery
MQuery.getEqualQuery
(String columnName, int value) Create simple Equal Query.static MQuery
MQuery.getEqualQuery
(String columnName, Object value) Create simple Equal Query.
Create restriction of columnName=value or columnName='value'static MQuery
MQuery.getNoRecordQuery
(String tableName, boolean newRecord) Create No Record query.GridTab.getQuery()
Get QueryMMeasureCalc.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role) Get Zoom QueryMProjectType.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role) Get Zoom QueryMRequestType.getQuery
(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role) Get Zoom QueryMQuery.getReportProcessQuery()
Lookup.getZoomQuery()
Get Zoom Query ObjectMChartDatasource.getZoomQuery
(MChart parent, String value, String category2) Get zoom query for key valueMLookup.getZoomQuery()
Get Zoom Query StringModifier and TypeMethodDescriptionstatic 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
Get Zoom - default implementationint
Get Zoomvoid
Set Queryvoid
MQuery.setReportProcessQuery
(MQuery query) ModifierConstructorDescriptionMLookupInfo
(String sqlQuery, String tableName, String keyColumn, int zoomWindow, int zoomWindowPO, MQuery zoomQuery) -
Uses of MQuery in org.compiere.print
Modifier and TypeMethodDescriptionDataEngine.getPrintData
(Properties ctx, MPrintFormat format, MQuery query) Load DataDataEngine.getPrintData
(Properties ctx, MPrintFormat format, MQuery query, boolean summary) Load Datavoid
Set Query and generate PrintData.void
MPrintFormat.setTranslationViewQuery
(MQuery query) Update the Query to access the Translation View.ModifierConstructorDescriptionDrillReportCtl
(String TableName, MQuery query, String ColumnName, Object Value, String displayValue, int WindowNo, int processID) 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, boolean isSummary, String trxName, int windowNo) ConstructorReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName) Set report engine with summary = falseReportEngine
(Properties ctx, MPrintFormat pf, MQuery query, PrintInfo info, String trxName, int windowNo) Set report engine with summary = false -
Uses of MQuery in org.compiere.print.layout
Modifier and TypeMethodDescriptionPage.getDrillAcross
(Point relativePoint) Get DrillAcross valuePrintElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across valueStringElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across valueTableElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across valueHeaderFooter.getDrillDown
(Point relativePoint) Get DrillDown valuePage.getDrillDown
(Point relativePoint) Get DrillDown valuePrintElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down valueStringElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down valueTableElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down valueModifier and TypeMethodDescriptionvoid
LayoutEngine.setPrintData
(PrintData data, MQuery query, boolean doLayout) Set PrintData.void
LayoutEngine.setPrintData
(PrintData data, MQuery query, boolean doLayout, String trxName) ModifierConstructorDescriptionLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info) ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, int windowNo) Detail ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName) Detail ConstructorLayoutEngine
(MPrintFormat format, PrintData data, MQuery query, PrintInfo info, String trxName, int windowNo) Detail ConstructorParameterElement
(MQuery query, Properties ctx, MPrintTableFormat tFormat) Parameter Element.PInstanceLogElement
(Properties ctx, MQuery query, MPrintTableFormat tFormat) -
Uses of MQuery in org.compiere.util
Modifier and TypeMethodDescriptionstatic int
Env.getZoomWindowID
(MQuery query) Get zoom AD_Window_ID -
Uses of MQuery in org.idempiere.print
Modifier and TypeMethodDescriptionvoid
IPrintHeaderFooter.createHeaderFooter
(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) Create report header and footervoid
StandardHeaderFooter.createHeaderFooter
(MPrintFormat m_format, HeaderFooter m_headerFooter, Rectangle m_header, Rectangle m_footer, MQuery m_query) Create Standard Header/Footer