| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilShopObjectSearch:
 Inheritance diagram for ilShopObjectSearch: Collaboration diagram for ilShopObjectSearch:
 Collaboration diagram for ilShopObjectSearch:| Public Member Functions | |
| __construct ($qp_obj) | |
| setCustomSearchResultObject ($a_search_result_obect) | |
| setFilterShopTopicId ($a_topic_id) | |
| getFilterShopTopicId () | |
| performSearch () | |
| __createInStatement () | |
| __createLocateString () | |
| build locate string in case of AND search | |
| __prepareFound (&$row) | |
|  Public Member Functions inherited from ilAbstractSearch | |
| ilAbstractSearch (&$qp_obj) | |
| Constructor  public. | |
| setFields ($a_fields) | |
| Set fields to search. | |
| getFields () | |
| Get fields to search. | |
| setFilter ($a_filter) | |
| set object type to search in | |
| setIdFilter ($a_id_filter) | |
| Set id filter Filters search by given object id. | |
| getIdFilter () | |
| Get Id filter. | |
| appendToFilter ($a_type) | |
| Append object type to filter. | |
| getFilter () | |
| get object type to search in | |
| Private Attributes | |
| $filter_shop_topic_id = 0 | |
| Additional Inherited Members | |
|  Data Fields inherited from ilAbstractSearch | |
| $db = null | |
| $query_parser = null | |
| $search_result = null | |
| $object_types | |
Definition at line 13 of file class.ilShopObjectSearch.php.
| ilShopObjectSearch::__construct | ( | $qp_obj | ) | 
Reimplemented in ilLikeShopObjectSearch.
Definition at line 17 of file class.ilShopObjectSearch.php.
References ilAbstractSearch\setFields().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopObjectSearch::__createInStatement | ( | ) | 
Definition at line 72 of file class.ilShopObjectSearch.php.
Referenced by performSearch().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopObjectSearch::__createLocateString | ( | ) | 
build locate string in case of AND search
Reimplemented from ilAbstractSearch.
Definition at line 82 of file class.ilShopObjectSearch.php.
References $ilDB.
Referenced by performSearch().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopObjectSearch::__prepareFound | ( | & | $row | ) | 
Reimplemented from ilAbstractSearch.
Definition at line 124 of file class.ilShopObjectSearch.php.
References $row.
| ilShopObjectSearch::getFilterShopTopicId | ( | ) | 
Definition at line 32 of file class.ilShopObjectSearch.php.
References $filter_shop_topic_id.
Referenced by ilLikeShopObjectSearch\__createWhereCondition().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopObjectSearch::performSearch | ( | ) | 
Reimplemented from ilAbstractSearch.
Definition at line 37 of file class.ilShopObjectSearch.php.
References $in, $query, $row, ilAbstractSearch\$search_result, __createInStatement(), __createLocateString(), and DB_FETCHMODE_OBJECT.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopObjectSearch::setCustomSearchResultObject | ( | $a_search_result_obect | ) | 
Definition at line 23 of file class.ilShopObjectSearch.php.
| ilShopObjectSearch::setFilterShopTopicId | ( | $a_topic_id | ) | 
Definition at line 28 of file class.ilShopObjectSearch.php.
| 
 | private | 
Definition at line 15 of file class.ilShopObjectSearch.php.
Referenced by getFilterShopTopicId().