Example #1
0
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar("backup.form.BackupForms", "LocationId", $this->locationId);
     $sessionContext->loadObjVar("backup.form.BackupForms", "LocationName", $this->locationName);
     $sessionContext->loadObjVar("backup.form.BackupForms", "Folder", $this->folder);
     return parent::loadStatefullVars($sessionContext);
 }
 /**
  * Get/Retrieve Session data of this object
  *
  * @param \Openbiz\Web\SessionContext $sessionContext
  * @return void
  */
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar($this->objectName, "ActiveRecord", $this->activeRecord, true);
     $sessionContext->loadObjVar($this->objectName, "FormInputs", $this->formInputs, true);
     $this->setActiveRecord($this->activeRecord);
 }
Example #3
0
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar("common.form.LicenseForm", "SourceURL", $this->sourceURL);
     $sessionContext->loadObjVar("common.form.LicenseForm", "ErrorCode", $this->errorCode);
     $sessionContext->loadObjVar("common.form.LicenseForm", "ErrorParams", $this->errorParams);
     parent::loadStatefullVars($sessionContext);
 }
Example #4
0
 /**
  * Get/Retrieve Session data of this object
  *
  * @param \Openbiz\Web\SessionContext $sessionContext
  * @return void
  */
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar($this->objectName, "ParentFormElemName", $this->parentFormElemName);
     $sessionContext->loadObjVar($this->objectName, "PickerMap", $this->pickerMap);
     $sessionContext->loadObjVar($this->objectName, "ParentFormRecord", $this->parentFormRecord);
 }
 public function loadStatefullVars($sessCtxt)
 {
     parent::loadStatefullVars($sessCtxt);
     if (!$_GET['metaName']) {
         $sessCtxt->loadObjVar($this->objectName, "MetaFile", $this->metaFile);
     } else {
         $metaFile = Openbiz::$app->getModulePath() . "/" . str_replace(".", "/", $_GET['metaName']) . ".xml";
         $this->metaFile = $metaFile;
     }
     if (!$_GET['elemPath']) {
         $sessCtxt->loadObjVar($this->objectName, "ElemPath", $this->elemPath);
     } else {
         $this->elemPath = $this->adjustElemPath($_GET['elemPath']);
     }
     //echo $_GET['elemPath'].','.$this->elemPath; exit;
     if (!$_GET['attrName']) {
         $sessCtxt->loadObjVar($this->objectName, "AttrName", $this->attrName);
     } else {
         $this->attrName = $_GET['attrName'];
     }
 }
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar("DataSharingForm", "ParentRecordId", $this->parentRecordId);
     $sessionContext->loadObjVar("DataSharingForm", "ParentFormName", $this->parentFormName);
     return parent::loadStatefullVars($sessionContext);
 }
Example #7
0
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar($this->objectName, "CategoryId", $this->categoryId);
     $sessionContext->loadObjVar($this->objectName, "SubType", $this->subType);
     return parent::loadStatefullVars($sessionContext);
 }
Example #8
0
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar($this->objectName, "Errors", $this->errors);
     $sessionContext->loadObjVar($this->objectName, "showError", $this->isShowError);
 }
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar("Translation", "Lang", $this->lang);
 }
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar($this->objectName, "ViewMode", $this->viewMode);
     parent::loadStatefullVars($sessionContext);
 }
Example #11
0
 public function loadStatefullVars($sessCtxt)
 {
     $sessCtxt->loadObjVar($this->objectName, "DirectParent", $this->_directParentId);
     parent::loadStatefullVars($sessCtxt);
 }
Example #12
0
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar("SYSTEM", "LastViewedPage", $this->lastViewedPage);
     parent::loadStatefullVars($sessionContext);
 }
 public function loadStatefullVars($sessionContext)
 {
     $sessionContext->loadObjVar($this->objectName, "ParentFormElementMeta", $this->parentFormElementMeta);
     return parent::loadStatefullVars($sessionContext);
 }
Example #14
0
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar($this->objectName, "CanUpdateRecord", $this->canUpdateRecord);
 }
 public function loadStatefullVars($sessionContext)
 {
     parent::loadStatefullVars($sessionContext);
     $sessionContext->loadObjVar($this->objectName, "_roleId", $this->_roleId);
 }