Home
last modified time | relevance | path

Searched refs:DBInsertTrackedNoReload (Results 1 – 8 of 8) sorted by relevance

/dports/www/itop/web/addons/userrights/
H A Duserrightsprojection.class.inc.php603 $iOrgId = $oOrg->DBInsertTrackedNoReload($oChange, true /* skip strong security */);
625 $iContactId = $oContact->DBInsertTrackedNoReload($oChange, true /* skip security */);
632 $iUserId = $oUser->DBInsertTrackedNoReload($oChange, true /* skip security */);
639 $oUserProfile->DBInsertTrackedNoReload($oChange, true /* skip security */);
H A Duserrightsprofile.class.inc.php449 $iOrgId = $oOrg->DBInsertTrackedNoReload($oChange, true /* skip security */);
466 $iContactId = $oContact->DBInsertTrackedNoReload($oChange, true /* skip security */);
492 $iUserId = $oUser->DBInsertTrackedNoReload($oChange, true /* skip security */);
H A Duserrightsprofile.db.class.inc.php548 $iOrgId = $oOrg->DBInsertTrackedNoReload($oChange, true /* skip security */);
565 $iContactId = $oContact->DBInsertTrackedNoReload($oChange, true /* skip security */);
591 $iUserId = $oUser->DBInsertTrackedNoReload($oChange, true /* skip security */);
H A Duserrightsmatrix.class.inc.php137 $iUserId = $oUser->DBInsertTrackedNoReload($oChange, true /* skip security */);
/dports/www/itop/web/webservices/
H A Dwebservices.class.inc.php526 $iId = $oTargetObj->DBInsertTrackedNoReload($oChange);
/dports/www/itop/web/core/
H A Dcmdbobject.class.inc.php526 public function DBInsertTrackedNoReload(CMDBChange $oChange, $bSkipStrongSecurity = null) function in CMDBObject
H A Dbulkchange.class.inc.php734 $newID = $oTargetObj->DBInsertTrackedNoReload($oChange);
H A Ddbobject.class.php2319 public function DBInsertTrackedNoReload(CMDBChange $oChange) function in DBObject