Uses of Class
org.compiere.process.ProcessInfoLog
Packages that use ProcessInfoLog
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Custom Zk components for iDempiere
Provide classes and interface for iDempiere process.
-
Uses of ProcessInfoLog in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow that return ProcessInfoLogMethods in org.adempiere.webui.adwindow with parameters of type ProcessInfoLogModifier and TypeMethodDescriptionvoid
StatusBar.setStatusLine
(String text, boolean error, ProcessInfoLog[] m_logs) Set status message (west part) text. -
Uses of ProcessInfoLog in org.adempiere.webui.component
Constructors in org.adempiere.webui.component with parameters of type ProcessInfoLogModifierConstructorDescriptionProcessInfoDialog
(String title, String header, ProcessInfoLog[] m_logs) Deprecated. -
Uses of ProcessInfoLog in org.compiere.process
Methods in org.compiere.process that return ProcessInfoLogMethods in org.compiere.process that return types with arguments of type ProcessInfoLogMethods in org.compiere.process with parameters of type ProcessInfoLogModifier and TypeMethodDescriptionvoid
ProcessInfo.addLog
(ProcessInfoLog logEntry) Add LogProcessInfo.saveLog
(ProcessInfoLog logEntry) Save Log to DB immediatelyboolean
ProcessInfo.updateLog
(ProcessInfoLog logEntry) Update existing Log immediatelyMethod parameters in org.compiere.process with type arguments of type ProcessInfoLogModifier and TypeMethodDescriptionvoid
ProcessInfo.setLogList
(ArrayList<ProcessInfoLog> logs) Set process logs
ProcessInfoDialog(String, String, ProcessInfo, boolean)
for flexible show message