Uses of Class
org.compiere.util.Trx
Package
Description
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 classes and interface for iDempiere process.
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 iDempiere workflow engine implementation
-
Uses of Trx in org.adempiere.pipo2
-
Uses of Trx in org.adempiere.process.rpl
Modifier and TypeMethodDescriptionvoid
IExportProcessor.process
(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) -
Uses of Trx in org.adempiere.process.rpl.exp
Modifier and TypeMethodDescriptionvoid
HDDExportProcessor.process
(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) void
TopicExportProcessor.process
(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) -
Uses of Trx in org.adempiere.report.jasper
Modifier and TypeMethodDescriptionboolean
ReportStarter.startProcess
(Properties ctx, ProcessInfo pi, Trx trx) Start the process. -
Uses of Trx in org.adempiere.util
Modifier and TypeMethodDescriptionstatic boolean
ProcessUtil.startDatabaseProcedure
(ProcessInfo processInfo, String ProcedureName, Trx trx) Start database store procedurestatic boolean
ProcessUtil.startDatabaseProcedure
(ProcessInfo processInfo, String ProcedureName, Trx trx, boolean managedTrx) Start database store procedurestatic boolean
ProcessUtil.startJavaProcess
(Properties ctx, ProcessInfo pi, Trx trx) static boolean
ProcessUtil.startJavaProcess
(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx) static boolean
ProcessUtil.startJavaProcess
(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx, IProcessUI processMonitor) static boolean
ProcessUtil.startJavaProcess
(ProcessInfo pi, Trx trx) Deprecated.static boolean
ProcessUtil.startJavaProcessWithoutTrxClose
(Properties ctx, ProcessInfo pi, Trx trx) Start a java process without closing the given transaction.static boolean
ProcessUtil.startScriptProcess
(Properties ctx, ProcessInfo pi, Trx trx) Start process written in script (javascript, groovy, etc) -
Uses of Trx in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionprotected MRequest
FeedbackRequestWindow.createMRequest
(Trx trx) Create new MRequest record.static void
WProcessCtl.process
(int WindowNo, ProcessInfo pi, Trx trx) static void
WProcessCtl.process
(int WindowNo, ProcessInfo pi, Trx trx, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> listener) Open ProcessModalDialog to run process.static void
WProcessCtl.process
(IProcessUI aProcessUI, int WindowNo, IProcessParameter parameter, ProcessInfo pi, Trx trx) Save parameters and execute process.ModifierConstructorDescriptionWProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) -
Uses of Trx in org.compiere.apps
ModifierConstructorDescriptionAbstractProcessCtl
(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) Constructor -
Uses of Trx in org.compiere.apps.form
-
Uses of Trx in org.compiere.model
Modifier and TypeMethodDescriptionDeprecated.Deprecated.boolean
MProcess.processIt
(ProcessInfo pi, Trx trx) boolean
MProcess.processIt
(ProcessInfo pi, Trx trx, boolean managedTrx) Execute the processboolean
MProcess.processItWithoutTrxClose
(ProcessInfo pi, Trx trx) Execute process without closing the given transaction - used from workflow engine.boolean
MPayment.startProcess
(Properties ctx, ProcessInfo pi, Trx trx) Execute online processing of payment (delegate toMPayment.processOnline()
).boolean
MPaymentTransaction.startProcess
(Properties ctx, ProcessInfo pi, Trx trx) Process Online Payment. -
Uses of Trx in org.compiere.process
Modifier and TypeMethodDescriptionstatic ServerProcessCtl
ServerProcessCtl.process
(ProcessInfo pi, Trx trx) Process Control- Get Instance ID - Get Parameters - execute (lock - start process - unlock)
Creates a ProcessCtl instance, which calls lockUI and unlockUI if parent is a ASyncProcess
Called from APanel.cmd_print, APanel.actionButton and VPaySelect.cmd_generatestatic ServerProcessCtl
ServerProcessCtl.process
(ProcessInfo pi, Trx trx, boolean managedTrxForJavaProcess) Process Control- Get Instance ID - Get Parameters - execute (lock - start process - unlock)
Creates a ProcessCtl instance, which calls lockUI and unlockUI if parent is a ASyncProcess
Called from APanel.cmd_print, APanel.actionButton and VPaySelect.cmd_generateboolean
ProcessCall.startProcess
(Properties ctx, ProcessInfo pi, Trx trx) Start the process.final boolean
SvrProcess.startProcess
(Properties ctx, ProcessInfo pi, Trx trx) Start the process. -
Uses of Trx in org.compiere.server
-
Uses of Trx in org.compiere.util
Modifier and TypeMethodDescriptionstatic Trx
Get Transactionstatic Trx
Trx.get
(String trxName, boolean createNew, Connection con) Deprecated.static Trx[]
Trx.getActiveTransactions()
Deprecated.- wrong method name fixed with IDEMPIERE-5355 - please use getOpenTransactionsstatic Trx[]
Trx.getOpenTransactions()
Get register transactionsModifier and TypeMethodDescriptionvoid
TrxEventListener.afterClose
(Trx trx) After close eventvoid
TrxEventListener.afterCommit
(Trx trx, boolean success) After commit eventvoid
TrxEventListener.afterRollback
(Trx trx, boolean success) After rollback event -
Uses of Trx in org.compiere.wf
-
Uses of Trx in org.idempiere.adinterface
Modifier and TypeMethodDescriptionorg.idempiere.adInterface.x10.StandardResponseDocument
ModelADServiceImpl.scanFields
(org.idempiere.adInterface.x10.DataField[] fields, MWebServiceType m_webservicetype, PO po, POInfo poinfo, Trx trx, org.idempiere.adInterface.x10.StandardResponse resp, org.idempiere.adInterface.x10.StandardResponseDocument ret) -
Uses of Trx in org.idempiere.webservices
Modifier and TypeMethodDescriptionstatic org.idempiere.adInterface.x10.StandardResponseDocument
AbstractService.invokeWSValidator
(MWebServiceType m_WebServiceType, int time, PO po, org.idempiere.adInterface.x10.DataField[] fields, Trx trx, Map<String, Object> requestCtx, org.idempiere.adInterface.x10.StandardResponse resp, org.idempiere.adInterface.x10.StandardResponseDocument ret) Invoke webservice Validatorprotected static org.idempiere.adInterface.x10.StandardResponseDocument
AbstractService.rollbackAndSetError
(Trx trx, org.idempiere.adInterface.x10.StandardResponse resp, org.idempiere.adInterface.x10.StandardResponseDocument ret, boolean isError, String string) Rollback and set error on standard response