|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Class ilAdvancedSearchFilterGUI. More...
Inheritance diagram for ilAdvancedSearchFilterGUI:
Collaboration diagram for ilAdvancedSearchFilterGUI:Public Member Functions | |
| __construct ($a_parent_obj, $a_parent_cmd="") | |
| initFilter () | |
| Init filter. More... | |
| setTopicId ($a_topic_id) | |
| getTopicId () | |
| setString ($a_str) | |
| getString () | |
| setType ($a_type) | |
| getType () | |
| setSortDirection ($a_sort_direction) | |
| getSortDirection () | |
| setSortField ($a_field) | |
| getSortField () | |
| setSortingTypeTopics ($a_field) | |
| getSortingTypeTopics () | |
| setSortingDirectionTopics ($a_sort_direction) | |
| getSortingDirectionTopics () | |
Public Member Functions inherited from ilFilterGUI | |
| __construct ($a_parent_obj, $a_parent_cmd="") | |
| getFilterCmd () | |
| setFilterCmd ($filter_cmd) | |
| getFilterCols () | |
| setFilterCols ($filter_cols) | |
| getFilters () | |
| setFilters ($filters) | |
| getOptionalFilters () | |
| setOptionalFilters ($optional_filters) | |
| getResetCmd () | |
| setResetCmd ($reset_cmd) | |
| isDisableFilterHiding () | |
| setDisableFilterHiding ($disable_filter_hiding) | |
| isFiltersDetermined () | |
| setFiltersDetermined ($filters_determined) | |
| isSelectedFilter () | |
| setSelectedFilter ($selected_filter) | |
| isFilterSelected ($a_col) | |
| Is given filter selected? More... | |
| getDisableFilterHiding () | |
| Get disable filter hiding. More... | |
| getId () | |
| addFilterItem ($a_input_item, $a_optional=false) | |
| Add filter item. More... | |
| addFilterItemByMetaType ($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=NULL) | |
| Add filter by standard type. More... | |
| getFilterItems ($a_optionals=false) | |
| Get filter items. More... | |
| getFilterItemByPostVar ($a_post_var) | |
| loadProperty ($type) | |
| Load table property. More... | |
| setFormAction ($a_form_action, $a_multipart=false) | |
| Set Form action parameter. More... | |
| getFormAction () | |
| Get Form action parameter. More... | |
| initFilter () | |
| Init filter. More... | |
| getFilterId () | |
| setFilterId ($filter_id) | |
| getHtml () | |
| writeFilterToSession () | |
| Write filter values to session. More... | |
| resetFilter () | |
| Reset filter. More... | |
Additional Inherited Members | |
Data Fields inherited from ilFilterGUI | |
| const | FILTER_TEXT = 1 |
| const | FILTER_SELECT = 2 |
| const | FILTER_DATE = 3 |
| const | FILTER_LANGUAGE = 4 |
| const | FILTER_NUMBER_RANGE = 5 |
| const | FILTER_DATE_RANGE = 6 |
| const | FILTER_DURATION_RANGE = 7 |
| const | FILTER_DATETIME_RANGE = 8 |
Protected Attributes inherited from ilFilterGUI | |
| $filters = array() | |
| $optional_filters = array() | |
| $filter_cmd = 'setFilter' | |
| $reset_cmd = 'resetFilter' | |
| $filter_cols = 5 | |
| $disable_filter_hiding = false | |
| $selected_filter = false | |
| $filters_determined = false | |
| $filter_id = '' | |
Class ilAdvancedSearchFilterGUI.
Definition at line 12 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::__construct | ( | $a_parent_obj, | |
$a_parent_cmd = "" |
|||
| ) |
Reimplemented from ilFilterGUI.
Definition at line 14 of file class.ilAdvancedSearchFilterGUI.php.
References ilPaymentSettings\_getInstance(), ilFilterGUI\setFilterCols(), and ilFilterGUI\setFilterId().
Here is the call graph for this function:| ilAdvancedSearchFilterGUI::getSortDirection | ( | ) |
Definition at line 204 of file class.ilAdvancedSearchFilterGUI.php.
Referenced by initFilter().
Here is the caller graph for this function:| ilAdvancedSearchFilterGUI::getSortField | ( | ) |
Definition at line 214 of file class.ilAdvancedSearchFilterGUI.php.
Referenced by initFilter().
Here is the caller graph for this function:| ilAdvancedSearchFilterGUI::getSortingDirectionTopics | ( | ) |
Definition at line 252 of file class.ilAdvancedSearchFilterGUI.php.
Referenced by initFilter().
Here is the caller graph for this function:| ilAdvancedSearchFilterGUI::getSortingTypeTopics | ( | ) |
Definition at line 233 of file class.ilAdvancedSearchFilterGUI.php.
References $ilUser, ilShopTopics\TOPICS_SORT_BY_TITLE, and ilShopTopics\TOPICS_SORT_MANUALLY.
Referenced by initFilter().
Here is the caller graph for this function:| ilAdvancedSearchFilterGUI::getString | ( | ) |
Definition at line 184 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::getTopicId | ( | ) |
Definition at line 174 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::getType | ( | ) |
Definition at line 194 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::initFilter | ( | ) |
Init filter.
Overwrite this to initialize all filter input property objects.
Reimplemented from ilFilterGUI.
Definition at line 22 of file class.ilAdvancedSearchFilterGUI.php.
References $_POST, $_SESSION, $ilUser, $lng, ilShopTopics\_getInstance(), ilFilterGUI\addFilterItem(), getSortDirection(), getSortField(), getSortingDirectionTopics(), getSortingTypeTopics(), ilShopTopics\TOPICS_SORT_BY_CREATEDATE, ilShopTopics\TOPICS_SORT_BY_TITLE, and ilShopTopics\TOPICS_SORT_MANUALLY.
Here is the call graph for this function:| ilAdvancedSearchFilterGUI::setSortDirection | ( | $a_sort_direction | ) |
Definition at line 199 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::setSortField | ( | $a_field | ) |
Definition at line 209 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::setSortingDirectionTopics | ( | $a_sort_direction | ) |
Definition at line 247 of file class.ilAdvancedSearchFilterGUI.php.
References $_SESSION.
| ilAdvancedSearchFilterGUI::setSortingTypeTopics | ( | $a_field | ) |
Definition at line 219 of file class.ilAdvancedSearchFilterGUI.php.
References $ilUser, ilShopTopics\TOPICS_SORT_BY_TITLE, and ilShopTopics\TOPICS_SORT_MANUALLY.
| ilAdvancedSearchFilterGUI::setString | ( | $a_str | ) |
Definition at line 179 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::setTopicId | ( | $a_topic_id | ) |
Definition at line 169 of file class.ilAdvancedSearchFilterGUI.php.
| ilAdvancedSearchFilterGUI::setType | ( | $a_type | ) |
Definition at line 189 of file class.ilAdvancedSearchFilterGUI.php.