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.
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Provide interface and classes for implementation of iDempiere desktop
Provide interface and classes for handling of UI and model event
Provide utility (static methods) classes, process factory and server push template
Provide implementation of various system dialog and windows
Base classes for UI form.
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 cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context 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.
Delegate the init of each individual tab panel toAbstractADWindowContent.initTab(MQuery, int)
.protected GridTab
Init tab at tabIndex.
Further delegate toAbstractADWindowContent.initTabPanel(MQuery, int, GridTab, IADTabpanel)
. -
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) Open AD window in desktopvoid
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) Zoom to AD window and show in desktopvoid
TabbedDesktop.showZoomWindow
(int AD_Window_ID, MQuery query) -
Uses of MQuery in org.adempiere.webui.event
-
Uses of MQuery in org.adempiere.webui.util
Modifier and TypeMethodDescriptionprotected boolean
DocumentSearch.openWindow
(int windowId, MQuery query) -
Uses of MQuery in org.adempiere.webui.window
Modifier and TypeMethodDescriptionprotected int
FindWindow.getNoOfRecords
(MQuery query, boolean alertRecords) Get the number of records of query -
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) Find zoom window id from querystatic int
MZoomCondition.findZoomWindowByWindowId
(int AD_Window_ID, MQuery query, int windowNo) Find zoom window id from AD_Window_ID and queryint
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 load PrintData.
If Layout was created, re-create layout.
Fire onQueryChanged event.void
MPrintFormat.setTranslationViewQuery
(MQuery query) Update Query to access the Translation View (with t postfix, for e.g c_order_header_vt instead of c_order_header_v).
Can be called multiple times, add postfix only if not added already.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) Create 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) Create 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 QueryPrintElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across QueryStringElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across QueryTableElement.getDrillAcross
(Point relativePoint, int pageNo) Get Drill Across QueryHeaderFooter.getDrillDown
(Point relativePoint) Get DrillDown valuePage.getDrillDown
(Point relativePoint) Get DrillDown QueryPrintElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down QueryStringElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down QueryTableElement.getDrillDown
(Point relativePoint, int pageNo) Get Drill Down QueryModifier and TypeMethodDescriptionvoid
LayoutEngine.setPrintData
(PrintData data, MQuery query, boolean doLayout) Set PrintData.
Optionally re-calculate layout.void
LayoutEngine.setPrintData
(PrintData data, MQuery query, boolean doLayout, String trxName) Set print data.
Optionally re-calculate layout.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