コード例 #1
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
     $this->exposeMethod('changePrivileges');
 }
コード例 #2
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('saveWidget');
     $this->exposeMethod('removeWidget');
     $this->exposeMethod('updateSequence');
 }
コード例 #3
0
ファイル: Basic.php プロジェクト: cannking/vtigercrm-debug
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
 }
コード例 #4
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('step1');
     $this->exposeMethod('step2');
     $this->exposeMethod('import');
 }
コード例 #5
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Save');
     $this->exposeMethod('UpdateLabels');
     $this->exposeMethod('SaveSequenceNumber');
 }
コード例 #6
0
ファイル: SaveAjax.php プロジェクト: nikdejan/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('saveSwitchUsers');
     $this->exposeMethod('saveLocks');
 }
コード例 #7
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('ChangeStatus');
     $this->exposeMethod('Save');
 }
コード例 #8
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsers');
     $this->exposeMethod('updateConfig');
     $this->exposeMethod('updateSignature');
 }
コード例 #9
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('createMenu');
     $this->exposeMethod('updateMenu');
     $this->exposeMethod('removeMenu');
     $this->exposeMethod('updateSequence');
 }
コード例 #10
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateModuleColor');
     $this->exposeMethod('UpdateModuleActiveType');
     $this->exposeMethod('UpdateCalendarConfig');
     $this->exposeMethod('updateNotWorkingDays');
 }
コード例 #11
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('setInventory');
     $this->exposeMethod('saveInventoryField');
     $this->exposeMethod('saveSequence');
     $this->exposeMethod('delete');
 }
コード例 #12
0
ファイル: Basic.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateModuleStatus');
     $this->exposeMethod('importUserModuleStep3');
     $this->exposeMethod('updateUserModuleStep3');
     $this->exposeMethod('checkModuleName');
     $this->exposeMethod('createModule');
     $this->exposeMethod('deleteModule');
 }
コード例 #13
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showEditView');
     $this->exposeMethod('showDeleteView');
     $this->exposeMethod('getPickListDetailsForModule');
     $this->exposeMethod('getPickListValueForField');
     $this->exposeMethod('getPickListValueByRole');
     $this->exposeMethod('showAssignValueToRoleView');
 }
コード例 #14
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('AddTranslation');
     $this->exposeMethod('SaveTranslation');
     $this->exposeMethod('DeleteTranslation');
     $this->exposeMethod('add');
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
     $this->exposeMethod('setAsDefault');
 }
コード例 #15
0
ファイル: Basic.php プロジェクト: cannking/vtigercrm-debug
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('postReview');
     $this->exposeMethod('getDateString');
     $this->exposeMethod('uninstallExtension');
     $this->exposeMethod('registerAccount');
     $this->exposeMethod('updateTrialMode');
     $this->exposeMethod('updateCardDetails');
     $this->exposeMethod('logoutMarketPlace');
 }
コード例 #16
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateConfig');
 }
コード例 #17
0
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('GetPickListFields');
 }
コード例 #18
0
ファイル: IndexAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('showRules');
     $this->exposeMethod('editRule');
 }
コード例 #19
0
ファイル: EditAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('checkDuplicate');
 }
コード例 #20
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('UpdateColor');
     $this->exposeMethod('ActiveColor');
 }
コード例 #21
0
ファイル: Pagination.php プロジェクト: awflu/YetiForceCRM
 public function __construct()
 {
     parent::__construct();
     $this->exposeMethod('getPagination');
 }
コード例 #22
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('save');
     $this->exposeMethod('delete');
 }
コード例 #23
0
ファイル: ModuleExport.php プロジェクト: yozhi/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('exportModule');
 }
コード例 #24
0
ファイル: SaveAjax.php プロジェクト: rcrrich/UpdatePackages
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('addKey');
     $this->exposeMethod('deleteKey');
 }
コード例 #25
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateUsersForNotifications');
     $this->exposeMethod('updateSettings');
 }
コード例 #26
0
ファイル: Basic.php プロジェクト: nvh3010/quancrm
    function __construct() {
		parent::__construct();
		$this->exposeMethod('updateModuleStatus');
	}
コード例 #27
0
ファイル: SaveAjax.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('Delete');
     $this->exposeMethod('UpdateField');
 }
コード例 #28
0
ファイル: Basic.php プロジェクト: Bergdahls/YetiForceCRM
 function __construct()
 {
     parent::__construct();
     $this->exposeMethod('updateFieldPinnedStatus');
 }