/** Constructor of ExternalPreConfirmDelegate class. */ public ExternalPreConfirmDelegate( ExternalPreConfirmForm objExternalPreConfirmForm, HashMap objUserSessionObject) { this.objExternalPreConfirmForm = objExternalPreConfirmForm; this.objUserSessionObject = objUserSessionObject; this.objRetainDataMap = ConvertionUtil.convertToMap(this.objExternalPreConfirmForm.getRetainData(), "~"); }
// Source File Name: GetApplicationData.java