ILIAS
Release_4_0_x_branch Revision 61816
|
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().
ilShopObjectSearch::__createInStatement | ( | ) |
Definition at line 72 of file class.ilShopObjectSearch.php.
Referenced by performSearch().
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().
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().
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.
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().