Uses of Class
org.compiere.util.Trx
-
Packages that use Trx Package Description org.adempiere.pipo2 org.adempiere.process.rpl org.adempiere.process.rpl.exp org.adempiere.report.jasper org.adempiere.util org.adempiere.webui.apps org.compiere.apps org.compiere.apps.form org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level.org.compiere.server org.compiere.util org.compiere.wf org.idempiere.adinterface org.idempiere.webservices -
-
Uses of Trx in org.adempiere.pipo2
Fields in org.adempiere.pipo2 declared as Trx Modifier and Type Field Description TrxPIPOContext. trx -
Uses of Trx in org.adempiere.process.rpl
Methods in org.adempiere.process.rpl with parameters of type Trx Modifier and Type Method Description voidIExportProcessor. 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 Trx Modifier and Type Method Description voidHDDExportProcessor. 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 Trx Modifier and Type Method Description booleanReportStarter. startProcess(Properties ctx, ProcessInfo pi, Trx trx)Start the process. -
Uses of Trx in org.adempiere.util
Methods in org.adempiere.util with parameters of type Trx Modifier and Type Method Description static booleanProcessUtil. startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx)static booleanProcessUtil. startDatabaseProcedure(ProcessInfo processInfo, String ProcedureName, Trx trx, boolean managedTrx)static 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) -
Uses of Trx in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type Trx Modifier and Type Method Description protected MRequestFeedbackRequestWindow. createMRequest(Trx trx)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)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 ASyncProcessstatic voidWProcessCtl. process(IProcessUI aProcessUI, int WindowNo, IProcessParameter parameter, ProcessInfo pi, Trx trx)Async Process - Do it all.Constructors in org.adempiere.webui.apps with parameters of type Trx Constructor Description WProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx) -
Uses of Trx in org.compiere.apps
Constructors in org.compiere.apps with parameters of type Trx Constructor Description AbstractProcessCtl(IProcessUI aProcessUI, int WindowNo, ProcessInfo pi, Trx trx)Constructor -
Uses of Trx in org.compiere.apps.form
Fields in org.compiere.apps.form declared as Trx Modifier and Type Field Description TrxPaySelect. trxMethods in org.compiere.apps.form that return Trx Modifier and Type Method Description TrxGenForm. getTrx()Methods in org.compiere.apps.form with parameters of type Trx Modifier and Type Method Description voidGenForm. setTrx(Trx trx) -
Uses of Trx in org.compiere.model
Methods in org.compiere.model with parameters of type Trx Modifier and Type Method Description MPInstanceMProcess. processIt(int Record_ID, Trx trx)Process w/o parameterMPInstanceMProcess. processIt(int Record_ID, Trx trx, boolean managedTrx)Process w/o parameterbooleanMProcess. processIt(ProcessInfo pi, Trx trx)Process It (sync)booleanMProcess. processIt(ProcessInfo pi, Trx trx, boolean managedTrx)Process It (sync)booleanMProcess. processItWithoutTrxClose(ProcessInfo pi, Trx trx)Process It without closing the given transaction - used from workflow engine.booleanMPayment. startProcess(Properties ctx, ProcessInfo pi, Trx trx)Process Online Payment.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 Trx Modifier and Type Method Description static ServerProcessCtlServerProcessCtl. 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 ServerProcessCtlServerProcessCtl. 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_generatebooleanProcessCall. startProcess(Properties ctx, ProcessInfo pi, Trx trx)Start the process.booleanSvrProcess. startProcess(Properties ctx, ProcessInfo pi, Trx trx)Start the process.Constructors in org.compiere.process with parameters of type Trx Constructor Description ServerProcessCtl(ProcessInfo pi, Trx trx)Constructor -
Uses of Trx in org.compiere.server
Fields in org.compiere.server declared as Trx Modifier and Type Field Description protected TrxScheduler. m_trxTransaction -
Uses of Trx in org.compiere.util
Methods in org.compiere.util that return Trx Modifier and Type Method Description static TrxTrx. get(String trxName, boolean createNew)Get Transactionstatic TrxTrx. get(String trxName, boolean createNew, Connection con)Get Transaction in a Connectionstatic Trx[]Trx. getActiveTransactions()Methods in org.compiere.util with parameters of type Trx Modifier and Type Method Description voidTrxEventListener. afterClose(Trx trx)voidTrxEventListener. afterCommit(Trx trx, boolean success)voidTrxEventListener. afterRollback(Trx trx, boolean success) -
Uses of Trx in org.compiere.wf
Methods in org.compiere.wf with parameters of type Trx Modifier and Type Method Description POMWFActivity. getPO(Trx trx)Get Persistent Object in Transaction -
Uses of Trx in org.idempiere.adinterface
Methods in org.idempiere.adinterface with parameters of type Trx Modifier and Type Method Description org.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 Trx Modifier and Type Method Description static 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
-