Package org.adempiere.webui.process
Class MFARegister
- java.lang.Object
-
- org.compiere.process.SvrProcess
-
- org.compiere.process.MFARegister
-
- org.adempiere.webui.process.MFARegister
-
- All Implemented Interfaces:
IServerPushCallback
,ProcessCall
public class MFARegister extends MFARegister implements IServerPushCallback
IDEMPIERE-4782- Author:
- Carlos Ruiz - globalqss - BX Service
-
-
Field Summary
-
Fields inherited from class org.compiere.process.MFARegister
retArray
-
Fields inherited from class org.compiere.process.SvrProcess
log, MSG_InvalidArguments, MSG_SaveErrorRowNotFound, PROCESS_INFO_CTX_KEY, PROCESS_UI_CTX_KEY, processUI
-
-
Constructor Summary
Constructors Constructor Description MFARegister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
postProcess(boolean success)
Post process to register the server push callbackvoid
updateUI()
Open the complete registration form when updating the UI on server push callback-
Methods inherited from class org.compiere.process.MFARegister
doIt, prepare
-
Methods inherited from class org.compiere.process.SvrProcess
addBufferLog, addLog, addLog, addLog, commit, commitEx, doIt, get_TrxName, getAD_Client_ID, getAD_PInstance_ID, getAD_User_ID, getCtx, getName, getParameter, getProcessInfo, getRecord_ID, getRecord_IDs, getTable_ID, isLocked, lockObject, rollback, setProcessUI, startProcess, statusUpdate, unlockObject
-
-
-
-
Method Detail
-
postProcess
protected void postProcess(boolean success)
Post process to register the server push callback- Overrides:
postProcess
in classSvrProcess
- Parameters:
success
- true if the process was success
-
updateUI
public void updateUI()
Open the complete registration form when updating the UI on server push callback- Specified by:
updateUI
in interfaceIServerPushCallback
-
-