Uses of Interface
org.adempiere.util.IProcessUI
Packages that use IProcessUI
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide classes for import and export of data using csv or 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 process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Base class and interface for process controller, process parameter controller and status bar
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*).
Reporting interface
Provide classes and interface for iDempiere process.
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.
-
Uses of IProcessUI in org.adempiere.base
Methods in org.adempiere.base with parameters of type IProcessUIModifier and TypeMethodDescriptionIGridTabImporter.fileImport
(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset, String importMode, String delimiterChar, String quoteChar, IProcessUI processUI) Import data from filestream to gridTabIGridTabImporter.fileImport
(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset, String importMode, IProcessUI processUI) Import data from filestream to gridTab -
Uses of IProcessUI in org.adempiere.impexp
Methods in org.adempiere.impexp with parameters of type IProcessUIModifier and TypeMethodDescriptionGridTabCSVImporter.fileImport
(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset, String importMode, String p_delimiterChar, String p_quoteChar, IProcessUI processUI) GridTabCSVImporter.fileImport
(GridTab gridTab, List<GridTab> childs, InputStream filestream, Charset charset, String importMode, IProcessUI processUI) -
Uses of IProcessUI in org.adempiere.plugin.utils
Methods in org.adempiere.plugin.utils with parameters of type IProcessUI -
Uses of IProcessUI in org.adempiere.report.jasper
Methods in org.adempiere.report.jasper with parameters of type IProcessUI -
Uses of IProcessUI in org.adempiere.util
Methods in org.adempiere.util with parameters of type IProcessUIModifier and TypeMethodDescriptionstatic boolean
ProcessUtil.startJavaProcess
(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx, IProcessUI processMonitor) -
Uses of IProcessUI in org.adempiere.webui.apps
Classes in org.adempiere.webui.apps that implement IProcessUIModifier and TypeClassDescriptionclass
Abstract dialog base class for execution of process/report.class
Embedded window to start process or report.class
Modal Dialog to Start process.Methods in org.adempiere.webui.apps with parameters of type IProcessUIModifier and TypeMethodDescriptionstatic void
WProcessCtl.process
(IProcessUI aProcessUI, int WindowNo, IProcessParameter parameter, ProcessInfo pi, Trx trx) Save parameters and execute process.BackgroundJob.withProcessUI
(IProcessUI processUI) Set optional process UI.Constructors in org.adempiere.webui.apps with parameters of type IProcessUIModifierConstructorDescriptionBackgroundJobCallable
(Properties ctx, ProcessInfo processInfo, IProcessUI processUI) WProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) -
Uses of IProcessUI in org.compiere.apps
Methods in org.compiere.apps that return IProcessUIModifier and TypeMethodDescriptionprotected IProcessUI
AbstractProcessCtl.getParent()
protected IProcessUI
AbstractProcessCtl.getProcessMonitor()
Constructors in org.compiere.apps with parameters of type IProcessUIModifierConstructorDescriptionAbstractProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) Constructor -
Uses of IProcessUI in org.compiere.model
Fields in org.compiere.model declared as IProcessUIMethods in org.compiere.model with parameters of type IProcessUIModifier and TypeMethodDescriptionvoid
MPayment.setProcessUI
(IProcessUI processMonitor) void
MPaymentTransaction.setProcessUI
(IProcessUI processUI) -
Uses of IProcessUI in org.compiere.print
Methods in org.compiere.print with parameters of type IProcessUIModifier and TypeMethodDescriptionstatic boolean
ReportCtl.start
(IProcessUI parent, int WindowNo, ProcessInfo pi) Create Report.
Called from ProcessCtl.
- Check special reports first, if not, create standard Reportstatic boolean
ReportCtl.start
(IProcessUI parent, int WindowNo, ProcessInfo pi, boolean IsDirectPrint) Create Report.
Called from ProcessCtl.
- Check special reports first, if not, create standard Reportstatic boolean
ReportCtl.startDocumentPrint
(int type, int Record_ID, IProcessUI parent, int WindowNo, boolean IsDirectPrint) Start Document Print for Type.static boolean
ReportCtl.startDocumentPrint
(int type, int Record_ID, IProcessUI parent, int WindowNo, boolean IsDirectPrint, MPInstance instance) Start Document Print for Type.static boolean
ReportCtl.startDocumentPrint
(int type, MPrintFormat customPrintFormat, int Record_ID, IProcessUI parent, int WindowNo, boolean IsDirectPrint, String printerName, MPInstance instance) Start Document Print for Type with specified printer.static boolean
ReportCtl.startDocumentPrint
(int type, MPrintFormat customPrintFormat, int Record_ID, IProcessUI parent, int WindowNo, String printerName) Start Document Print for Type with specified printer. -
Uses of IProcessUI in org.compiere.process
Fields in org.compiere.process declared as IProcessUIMethods in org.compiere.process that return IProcessUIMethods in org.compiere.process with parameters of type IProcessUIModifier and TypeMethodDescriptionvoid
ProcessCall.setProcessUI
(IProcessUI processUI) Set process UI interfacevoid
ProcessInfo.setProcessUI
(IProcessUI processUI) Set UI interface for processvoid
SvrProcess.setProcessUI
(IProcessUI monitor) -
Uses of IProcessUI in org.compiere.util
Methods in org.compiere.util that return IProcessUIModifier and TypeMethodDescriptionstatic IProcessUI
Env.getProcessUI
(Properties ctx) Get IProcessUI instance