Home
last modified time | relevance | path

Searched refs:FromOQL (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/itop/web/addons/userrights/
H A Duserrightsmatrix.class.inc.php157 $oUserSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT User"));
179 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassGrant WHERE class = '…
201 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassStimulusGrant WHERE c…
223 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixAttributeGrant WHERE class…
291 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassGrant WHERE class = '…
319 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixAttributeGrant WHERE class…
341 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL("SELECT UserRightsMatrixClassStimulusGrant WHERE c…
/dports/www/itop/web/sources/application/search/
H A Dcriterionparser.class.inc.php52 $oSearch = DBObjectSearch::FromOQL($sBaseOql);
68 $oHiddenCriteriaExpression = Expression::FromOQL($sHiddenCriteria);
77 $oExpression = Expression::FromOQL(implode(" OR ", $aExpression));
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/helpers/
H A Dscopevalidatorhelper.class.inc.php229 $oViewFilter = DBSearch::FromOQL($sOqlView);
233 …$oExistingFilter = DBSearch::FromOQL($aProfiles[$sMatrixPrefix . static::ENUM_MODE_READ][$sOqlView…
254 $oEditFilter = DBSearch::FromOQL($sOqlEdit);
277 …$oExistingFilter = DBSearch::FromOQL($aProfiles[$sMatrixPrefix . static::ENUM_MODE_WRITE][$sOqlVie…
321 $oTmpFilter = DBSearch::FromOQL($sOql);
421 $aAllowSearches[] = DBSearch::FromOQL($aProfileMatrix['allow']);
425 $aRestrictSearches[] = DBSearch::FromOQL($aProfileMatrix['restrict']);
/dports/www/itop/web/datamodels/2.x/itop-attachments/
H A Dmain.attachments.php113 $oSearch = DBObjectSearch::FromOQL($sOQL);
165 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
186 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
244 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
249 $oSearchTemp = DBObjectSearch::FromOQL("SELECT Attachment WHERE temp_id = :temp_id");
341 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE id IN($sSuggestedAttachements)");
541 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
558 $oSearch = DBObjectSearch::FromOQL($sOQL);
592 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
H A Dmodule.attachments.php131 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_org_id = 0");
H A Dajax.attachment.php92 $oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE id = :id");
/dports/www/itop/web/webservices/
H A Dexport-v2.php140 $oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL');
243 $oExportSearch = DBObjectSearch::FromOQL($sExpression);
262 $oExportSearch = DBObjectSearch::FromOQL($sExpression);
268 $oExportSearch = DBObjectSearch::FromOQL($oQuery->Get('oql'));
386 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ…
465 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ…
486 $oSearch = DBObjectSearch::FromOQL($sExpression);
620 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ…
635 $oSearch = DBObjectSearch::FromOQL($sExpression);
H A Dexport.php100 …$oSearch = DBObjectSearch::FromOQL('SELECT QueryOQL WHERE id = :query_id', array('query_id' => $sQ…
134 $oFilter = DBObjectSearch::FromOQL($sExpression);
/dports/www/itop/web/core/
H A Dtagsetfield.class.inc.php218 … $oSearch = DBSearch::FromOQL("SELECT $sClassName WHERE (code = :tag_code OR label = :tag_label)");
222 …$oSearch = DBSearch::FromOQL("SELECT $sClassName WHERE id != :id AND (code = :tag_code OR label = …
268 $oSearch = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'");
318 $oFilter = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'");
331 $oFilter = DBSearch::FromOQL("SELECT $sClass WHERE $sAttCode MATCHES '$sTagCode'");
H A Ddbproperty.class.inc.php80 $oSearch = DBObjectSearch::FromOQL('SELECT DBProperty WHERE name = :name');
126 $oSearch = DBObjectSearch::FromOQL('SELECT DBProperty WHERE name = :name');
H A Downershiplock.class.inc.php145 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('obj_class' => $sObjClass, 'obj_key' …
197 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('obj_class' => $sObjClass, 'obj_key' …
345 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL, array('last_seen_limit' => date(AttributeDa…
H A Dinlineimage.class.inc.php177 $oSearch = DBObjectSearch::FromOQL($sOQL);
209 $oSearch = DBObjectSearch::FromOQL($sOQL);
612 …$oSet = new CMDBObjectSet(DBObjectSearch::FromOQL($sOQL), array('expire' => true) /* order by*/, a…
H A Dtrigger.class.inc.php155 $oSearch = DBObjectSearch::FromOQL($sFilter);
221 $oSearch = DBObjectSearch::FromOQL($sFilter);
H A Dvaluesetdef.class.inc.php142 $oFilter = DBObjectSearch::FromOQL($this->m_sFilterExpr);
216 $oFilter = DBObjectSearch::FromOQL($this->m_sFilterExpr);
H A Dbulkchange.class.inc.php1036 $oScopeSearch = DBObjectSearch::FromOQL($this->m_sSynchroScope);
1095 …$oBulkChangeSearch = DBObjectSearch::FromOQL("SELECT CMDBChange WHERE origin IN ('csv-interactive'…
1128 $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOpCreate WHERE change = :change_id");
1138 … $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOpSetAttribute WHERE change = :change_id");
1248 $oOpSearch = DBObjectSearch::FromOQL("SELECT CMDBChangeOp WHERE change = :change_id");
/dports/www/itop/web/portal/
H A Dindex.php71 $oSearch = DBObjectSearch::FromOQL($sValidationOql);
212 $oSearch = DBObjectSearch::FromOQL(PORTAL_SERVICECATEGORY_QUERY);
274 $oSearch = DBObjectSearch::FromOQL(PORTAL_SERVICE_SUBCATEGORY_QUERY);
364 $oSearch = DBObjectSearch::FromOQL($sOql);
632 $oSearch = DBObjectSearch::FromOQL(PORTAL_VALIDATE_SERVICECATEGORY_QUERY);
643 $oSearch = DBObjectSearch::FromOQL(PORTAL_VALIDATE_SERVICESUBCATEGORY_QUERY);
807 $oSearch = DBObjectSearch::FromOQL($sOQL);
809 $oExpr = Expression::FromOQL($sOQLCondition);
815 $oSearch = DBObjectSearch::FromOQL($sOQL);
839 $oSearch = DBObjectSearch::FromOQL($sOQL);
[all …]
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/controllers/
H A Dmanagebrickcontroller.class.inc.php155 $oQuery = DBSearch::FromOQL($oBrick->GetOql());
192 $oConditionQuery = $oQuery->Intersect(DBSearch::FromOQL($aGroup['condition']));
286 $oQuery = DBSearch::FromOQL($oBrick->GetOql());
312 $oConditionQuery = $oQuery->Intersect(DBSearch::FromOQL($aGroup['condition']));
852 $oDistinctQuery = DBSearch::FromOQL($oBrick->GetOql());
963 $oQuery = DBSearch::FromOQL($oBrick->GetOql());
/dports/www/itop/web/pages/
H A Daudit.php108 $oRuleFilter = DBObjectSearch::FromOQL($sOql);
191 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set'));
256 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set'));
290 $oDefinitionFilter = DBObjectSearch::FromOQL($oAuditCategory->Get('definition_set'));
H A DUniversalSearch.php85 $oFilter = DBObjectSearch::FromOQL($sOQL);
H A Dpreferences.php143 $oFilter = DBObjectSearch::FromOQL($sOQL);
400 $oFilter = DBObjectSearch::FromOQL('SELECT Organization');
/dports/www/itop/web/synchro/
H A Dsynchrodatasource.class.inc.php243 …$oSetSynchroLog = new CMDBObjectSet(DBObjectSearch::FromOQL($sSelectSynchroLog), array('start_date…
264 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL));
268 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL));
272 $oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL));
1199 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('start_date' => false) /* order by*/…
1216 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('start_date' => false) /* order by*/…
1233 …$oSet = new DBObjectSet(DBObjectSearch::FromOQL($sOQL), array('end_date' => false) /* order by*/, …
1707 self::$aSearches[$oDataSource->GetKey()] = DBObjectSearch::FromOQL($sOQL);
2366 …$oSetTotal = new DBObjectSet(DBObjectSearch::FromOQL($sSelectTotal), array() /* order by*/, array(…
2417 …$oSetAtt = new DBObjectSet(DBObjectSearch::FromOQL($sSelectAtt), array() /* order by*/, array('sou…
[all …]
H A Dreplica.php61 $oFilter = DBObjectSearch::FromOQL($sOQL);
/dports/www/itop/web/application/
H A Dshortcut.class.inc.php216 $oFilter = DBObjectSearch::FromOQL($this->Get('oql'));
239 $oSearch = DBObjectSearch::FromOQL($sOQL);
H A Dquery.class.inc.php113 $oSearch = DBObjectSearch::FromOQL($sOql);
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/forms/
H A Dobjectformmanager.class.inc.php712 …$oScopeOriginal = ($oField->GetSearch() !== null) ? $oField->GetSearch() : DBSearch::FromOQL($oAtt…
1012 …$oTriggerSet = new DBObjectSet(DBObjectSearch::FromOQL($sTriggersQuery), array(), array('parent_cl…
1234 …$oSearch = DBObjectSearch::FromOQL("SELECT Attachment WHERE item_class = :class AND item_id = :ite…
1249 $oSearch = DBObjectSearch::FromOQL($sOQL);
1279 $oSearch = DBObjectSearch::FromOQL($sOQL);

123