| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Class ilShopNewsGUI. More...
 Inheritance diagram for ilShopNewsGUI:
 Inheritance diagram for ilShopNewsGUI: Collaboration diagram for ilShopNewsGUI:
 Collaboration diagram for ilShopNewsGUI:| Public Member Functions | |
| __construct () | |
| executeCommand () | |
| saveSettings () | |
| initSettingsForm ($a_mode= 'edit') | |
| showSettings () | |
| saveNews () | |
| updateArchiveNews () | |
| updateNews () | |
| update ($view) | |
| performDeleteNews () | |
| performDeleteArchiveNews () | |
| performDelete ($view) | |
| confirmDeleteNews () | |
| confirmDeleteArchiveNews () | |
| confirmDelete ($view) | |
| initNewsForm ($a_mode= 'create', $view= 'news') | |
| addNewsForm () | |
| editNews () | |
| editArchiveNews () | |
| editNewsForm ($view) | |
| getPropertiesValues () | |
| getSettingsValues () | |
| showNews ($confirmation_gui= '') | |
| showArchive ($confirmation_gui= '') | |
| Data Fields | |
| $ilErr = null | |
| Protected Member Functions | |
| buildSubTabs () | |
| prepareOutput () | |
|  Protected Member Functions inherited from ilShopBaseGUI | |
| addPager ($result, $a_session_key) | |
| setSection ($a_section) | |
| getSection () | |
| setSubSection ($a_sub_section) | |
| getSubSection () | |
| showButton ($a_cmd, $a_text, $a_target= '') | |
| initTableGUI () | |
| setTableGUIBasicData ($tbl, $result_set, $a_default_order_column= '') | |
| Private Attributes | |
| $form_gui = null | |
| $settings_form = null | |
| $oCurrentNewsItem = null | |
| Additional Inherited Members | |
|  Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $lng = null | |
| $tpl = null | |
| $oGeneralSettings = null | |
| $section = 0 | |
| $sub_section = 0 | |
Class ilShopNewsGUI.
Definition at line 17 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::__construct | ( | ) | 
Reimplemented from ilShopBaseGUI.
Definition at line 25 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::addNewsForm | ( | ) | 
Definition at line 412 of file class.ilShopNewsGUI.php.
References initNewsForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reimplemented from ilShopBaseGUI.
Definition at line 56 of file class.ilShopNewsGUI.php.
References $ilUser.
| ilShopNewsGUI::confirmDelete | ( | $view | ) | 
Definition at line 276 of file class.ilShopNewsGUI.php.
References $_GET, $ilUser, $title, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by confirmDeleteArchiveNews(), and confirmDeleteNews().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::confirmDeleteArchiveNews | ( | ) | 
Definition at line 271 of file class.ilShopNewsGUI.php.
References confirmDelete().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::confirmDeleteNews | ( | ) | 
Definition at line 266 of file class.ilShopNewsGUI.php.
References confirmDelete().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::editArchiveNews | ( | ) | 
Definition at line 423 of file class.ilShopNewsGUI.php.
References editNewsForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::editNews | ( | ) | 
Definition at line 418 of file class.ilShopNewsGUI.php.
References editNewsForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::editNewsForm | ( | $view | ) | 
Definition at line 428 of file class.ilShopNewsGUI.php.
References getPropertiesValues(), and initNewsForm().
Referenced by editArchiveNews(), and editNews().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::executeCommand | ( | ) | 
Definition at line 36 of file class.ilShopNewsGUI.php.
References $cmd, and prepareOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::getPropertiesValues | ( | ) | 
Definition at line 435 of file class.ilShopNewsGUI.php.
Referenced by editNewsForm().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::getSettingsValues | ( | ) | 
Definition at line 445 of file class.ilShopNewsGUI.php.
References $ilSetting.
Referenced by saveSettings(), and showSettings().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::initNewsForm | ( | $a_mode = 'create', | |
| $view = 'news' | |||
| ) | 
Definition at line 332 of file class.ilShopNewsGUI.php.
References $ilUser, ilUtil\getImagePath(), ilRadioOption\setInfo(), and ilFormPropertyGUI\setInfo().
Referenced by addNewsForm(), editNewsForm(), saveNews(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::initSettingsForm | ( | $a_mode = 'edit' | ) | 
Definition at line 96 of file class.ilShopNewsGUI.php.
References ilUtil\getImagePath(), and ilFormPropertyGUI\setInfo().
Referenced by saveSettings(), and showSettings().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::performDelete | ( | $view | ) | 
Definition at line 222 of file class.ilShopNewsGUI.php.
References $_POST, $ilUser, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by performDeleteArchiveNews(), and performDeleteNews().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::performDeleteArchiveNews | ( | ) | 
Definition at line 217 of file class.ilShopNewsGUI.php.
References performDelete().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::performDeleteNews | ( | ) | 
Definition at line 212 of file class.ilShopNewsGUI.php.
References performDelete().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Reimplemented from ilShopBaseGUI.
Definition at line 626 of file class.ilShopNewsGUI.php.
Referenced by executeCommand().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::saveNews | ( | ) | 
Definition at line 135 of file class.ilShopNewsGUI.php.
References $ilUser, initNewsForm(), ilUtil\sendInfo(), and showNews().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::saveSettings | ( | ) | 
Definition at line 69 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, getSettingsValues(), initSettingsForm(), and ilUtil\sendInfo().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::showArchive | ( | $confirmation_gui = '' | ) | 
Definition at line 542 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_ARCHIVE.
Referenced by confirmDelete(), performDelete(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::showNews | ( | $confirmation_gui = '' | ) | 
Definition at line 454 of file class.ilShopNewsGUI.php.
References $ilSetting, $ilUser, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_NEWS.
Referenced by confirmDelete(), performDelete(), saveNews(), and update().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::showSettings | ( | ) | 
Definition at line 118 of file class.ilShopNewsGUI.php.
References $ilUser, getSettingsValues(), and initSettingsForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::update | ( | $view | ) | 
Definition at line 173 of file class.ilShopNewsGUI.php.
References $ilUser, initNewsForm(), ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by updateArchiveNews(), and updateNews().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilShopNewsGUI::updateArchiveNews | ( | ) | 
Definition at line 163 of file class.ilShopNewsGUI.php.
References update().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilShopNewsGUI::updateNews | ( | ) | 
Definition at line 168 of file class.ilShopNewsGUI.php.
References update().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 19 of file class.ilShopNewsGUI.php.
| ilShopNewsGUI::$ilErr = null | 
Definition at line 23 of file class.ilShopNewsGUI.php.
Referenced by __construct().
| 
 | private | 
Definition at line 21 of file class.ilShopNewsGUI.php.
| 
 | private | 
Definition at line 20 of file class.ilShopNewsGUI.php.