Uses of Interface
org.adempiere.util.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*).
Provide interface and classes for iDempiere reporting engine.
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
Modifier 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
Modifier 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
-
Uses of IProcessUI in org.adempiere.report.jasper
-
Uses of IProcessUI in org.adempiere.util
Modifier and TypeMethodDescriptionstatic boolean
ProcessUtil.startJavaProcess
(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx, IProcessUI processMonitor) -
Uses of IProcessUI in org.adempiere.webui.apps
Modifier 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.Modifier 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.ModifierConstructorDescriptionBackgroundJobCallable
(Properties ctx, ProcessInfo processInfo, IProcessUI processUI) WProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) -
Uses of IProcessUI in org.compiere.apps
Modifier and TypeMethodDescriptionprotected IProcessUI
AbstractProcessCtl.getParent()
protected IProcessUI
AbstractProcessCtl.getProcessMonitor()
ModifierConstructorDescriptionAbstractProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) Constructor -
Uses of IProcessUI in org.compiere.model
Modifier and TypeMethodDescriptionvoid
MPayment.setProcessUI
(IProcessUI processMonitor) void
MPaymentTransaction.setProcessUI
(IProcessUI processUI) -
Uses of IProcessUI in org.compiere.print
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic IProcessUI
Env.getProcessUI
(Properties ctx) Get IProcessUI instance