Uses of Class
org.compiere.util.Trx
Packages that use 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.
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
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 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.
Provide iDempiere workflow engine implementation
-
Uses of Trx in org.adempiere.pipo2
Fields in org.adempiere.pipo2 declared as Trx -
Uses of Trx in org.adempiere.process.rpl
Methods in org.adempiere.process.rpl with parameters of type TrxModifier and TypeMethodDescriptionvoidIExportProcessor.process(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) -
Uses of Trx in org.adempiere.process.rpl.exp
Methods in org.adempiere.process.rpl.exp with parameters of type TrxModifier and TypeMethodDescriptionvoidHDDExportProcessor.process(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) voidTopicExportProcessor.process(Properties ctx, MEXPProcessor expProcessor, Document document, Trx trx) -
Uses of Trx in org.adempiere.report.jasper
Methods in org.adempiere.report.jasper with parameters of type TrxModifier and TypeMethodDescriptionbooleanReportStarter.startProcess(Properties ctx, ProcessInfo pi, Trx trx) Start the Jasper Report process.
Setup context class loader and do the actual work inReportStarter.startProcess0(Properties, ProcessInfo, Trx). -
Uses of Trx in org.adempiere.util
Methods in org.adempiere.util with parameters of type TrxModifier and TypeMethodDescriptionstatic booleanProcessUtil.startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx) Start database store procedurestatic booleanProcessUtil.startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx, boolean managedTrx) Start database store procedurestatic booleanProcessUtil.startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx) static booleanProcessUtil.startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx) static booleanProcessUtil.startJavaProcess(Properties ctx, ProcessInfo pi, Trx trx, boolean managedTrx, IProcessUI processMonitor) static booleanProcessUtil.startJavaProcess(ProcessInfo pi, Trx trx) Deprecated.static booleanProcessUtil.startJavaProcessWithoutTrxClose(Properties ctx, ProcessInfo pi, Trx trx) Start a java process without closing the given transaction.static booleanProcessUtil.startScriptProcess(Properties ctx, ProcessInfo pi, Trx trx) Start process written in script (javascript, groovy, etc) -
Uses of Trx in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type TrxModifier and TypeMethodDescriptionprotected MRequestFeedbackRequestWindow.createMRequest(Trx trx) Create new MRequest record.static voidWProcessCtl.process(int WindowNo, ProcessInfo pi, Trx trx) static voidWProcessCtl.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 voidWProcessCtl.process(IProcessUI aProcessUI, int WindowNo, IProcessParameter parameter, ProcessInfo pi, Trx trx) Save parameters and execute process.Constructors in org.adempiere.webui.apps with parameters of type TrxModifierConstructorDescriptionWProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) -
Uses of Trx in org.compiere.apps
Constructors in org.compiere.apps with parameters of type TrxModifierConstructorDescriptionAbstractProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) Constructor -
Uses of Trx in org.compiere.apps.form
Methods in org.compiere.apps.form that return TrxMethods in org.compiere.apps.form with parameters of type Trx -
Uses of Trx in org.compiere.model
Methods in org.compiere.model with parameters of type TrxModifier and TypeMethodDescriptionDeprecated.Deprecated.booleanMProcess.processIt(ProcessInfo pi, Trx trx) booleanMProcess.processIt(ProcessInfo pi, Trx trx, boolean managedTrx) Execute the processbooleanMProcess.processItWithoutTrxClose(ProcessInfo pi, Trx trx) Execute process without closing the given transaction - used from workflow engine.booleanMPayment.startProcess(Properties ctx, ProcessInfo pi, Trx trx) Execute online processing of payment (delegate toMPayment.processOnline()).booleanMPaymentTransaction.startProcess(Properties ctx, ProcessInfo pi, Trx trx) Process Online Payment. -
Uses of Trx in org.compiere.process
Methods in org.compiere.process with parameters of type TrxModifier and TypeMethodDescriptionstatic ServerProcessCtlServerProcessCtl.process(ProcessInfo pi, Trx trx) Run a process
- Get Instance ID - Get Parameters - execute (lock - start process - unlock)static ServerProcessCtlServerProcessCtl.process(ProcessInfo pi, Trx trx, boolean managedTrxForJavaProcess) Run a process
- Get Instance ID - Get Parameters - execute (lock - start process - unlock)booleanProcessCall.startProcess(Properties ctx, ProcessInfo pi, Trx trx) Start the process.final booleanSvrProcess.startProcess(Properties ctx, ProcessInfo pi, Trx trx) Start the process.
Calls the methodprocess.Constructors in org.compiere.process with parameters of type Trx -
Uses of Trx in org.compiere.server
Fields in org.compiere.server declared as Trx -
Uses of Trx in org.compiere.util
Methods in org.compiere.util that return TrxModifier and TypeMethodDescriptionstatic TrxGet or Create New Transactionstatic TrxTrx.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 transactionsMethods in org.compiere.util with parameters of type TrxModifier and TypeMethodDescriptionvoidTrxEventListener.afterClose(Trx trx) After close eventvoidTrxEventListener.afterCommit(Trx trx, boolean success) After commit eventvoidTrxEventListener.afterRollback(Trx trx, boolean success) After rollback event -
Uses of Trx in org.compiere.wf
Methods in org.compiere.wf with parameters of type Trx -
Uses of Trx in org.idempiere.adinterface
Methods in org.idempiere.adinterface with parameters of type TrxModifier and TypeMethodDescriptionorg.idempiere.adInterface.x10.StandardResponseDocumentModelADServiceImpl.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
Methods in org.idempiere.webservices with parameters of type TrxModifier and TypeMethodDescriptionstatic org.idempiere.adInterface.x10.StandardResponseDocumentAbstractService.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.StandardResponseDocumentAbstractService.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