public function BaseManagerApplication($arg)
 {
     // $arg : CbgrnBaseManagerApplicationType class or this array
     $this->CheckAndSetHeader(__FUNCTION__);
     $reg_args = $this->getRegularArgs($arg, __FUNCTION__, "CbgrnBaseManagerApplicationType");
     $this->encodeString($reg_args);
     $results = parent::BaseManagerApplication($reg_args);
     $this->methodClose();
     return $this->RetvalConvertArray($results->application);
     // returns array of stdClass
 }