ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilShopNewsGUI. More...
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= '') |
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 | |
$ilias = null | |
$lng = null | |
$tpl = null | |
$oGeneralSettings = null | |
$section = 0 | |
$sub_section = 0 |
Class ilShopNewsGUI.
Definition at line 37 of file class.ilShopNewsGUI.php.
ilShopNewsGUI::__construct | ( | ) |
Reimplemented from ilShopBaseGUI.
Definition at line 43 of file class.ilShopNewsGUI.php.
References $_GET.
ilShopNewsGUI::addNewsForm | ( | ) |
Definition at line 433 of file class.ilShopNewsGUI.php.
References initNewsForm().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 74 of file class.ilShopNewsGUI.php.
ilShopNewsGUI::confirmDelete | ( | $view | ) |
Definition at line 297 of file class.ilShopNewsGUI.php.
References $_GET, $title, $view, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by confirmDeleteArchiveNews(), and confirmDeleteNews().
ilShopNewsGUI::confirmDeleteArchiveNews | ( | ) |
Definition at line 292 of file class.ilShopNewsGUI.php.
References confirmDelete().
ilShopNewsGUI::confirmDeleteNews | ( | ) |
Definition at line 287 of file class.ilShopNewsGUI.php.
References confirmDelete().
ilShopNewsGUI::editArchiveNews | ( | ) |
Definition at line 444 of file class.ilShopNewsGUI.php.
References editNewsForm().
ilShopNewsGUI::editNews | ( | ) |
Definition at line 439 of file class.ilShopNewsGUI.php.
References editNewsForm().
ilShopNewsGUI::editNewsForm | ( | $view | ) |
Definition at line 449 of file class.ilShopNewsGUI.php.
References $view, getPropertiesValues(), and initNewsForm().
Referenced by editArchiveNews(), and editNews().
ilShopNewsGUI::executeCommand | ( | ) |
Definition at line 52 of file class.ilShopNewsGUI.php.
References $cmd, and prepareOutput().
ilShopNewsGUI::getPropertiesValues | ( | ) |
Definition at line 456 of file class.ilShopNewsGUI.php.
Referenced by editNewsForm().
ilShopNewsGUI::getSettingsValues | ( | ) |
Definition at line 466 of file class.ilShopNewsGUI.php.
References $ilSetting.
Referenced by saveSettings(), and showSettings().
ilShopNewsGUI::initNewsForm | ( | $a_mode = 'create' , |
|
$view = 'news' |
|||
) |
Definition at line 353 of file class.ilShopNewsGUI.php.
References $view, ilUtil\getImagePath(), ilRadioOption\setInfo(), and ilFormPropertyGUI\setInfo().
Referenced by addNewsForm(), editNewsForm(), saveNews(), and update().
ilShopNewsGUI::initSettingsForm | ( | $a_mode = 'edit' | ) |
Definition at line 114 of file class.ilShopNewsGUI.php.
References ilUtil\getImagePath(), and ilFormPropertyGUI\setInfo().
Referenced by saveSettings(), and showSettings().
ilShopNewsGUI::performDelete | ( | $view | ) |
Definition at line 241 of file class.ilShopNewsGUI.php.
References $_POST, $view, ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by performDeleteArchiveNews(), and performDeleteNews().
ilShopNewsGUI::performDeleteArchiveNews | ( | ) |
Definition at line 236 of file class.ilShopNewsGUI.php.
References performDelete().
ilShopNewsGUI::performDeleteNews | ( | ) |
Definition at line 231 of file class.ilShopNewsGUI.php.
References performDelete().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 647 of file class.ilShopNewsGUI.php.
Referenced by executeCommand().
ilShopNewsGUI::saveNews | ( | ) |
Definition at line 154 of file class.ilShopNewsGUI.php.
References initNewsForm(), ilUtil\sendInfo(), and showNews().
ilShopNewsGUI::saveSettings | ( | ) |
Definition at line 87 of file class.ilShopNewsGUI.php.
References $ilSetting, getSettingsValues(), initSettingsForm(), and ilUtil\sendInfo().
ilShopNewsGUI::showArchive | ( | $confirmation_gui = '' | ) |
Definition at line 563 of file class.ilShopNewsGUI.php.
References $ilCtrl, $ilSetting, ilShopBaseGUI\$lng, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_ARCHIVE.
Referenced by confirmDelete(), performDelete(), and update().
ilShopNewsGUI::showNews | ( | $confirmation_gui = '' | ) |
Definition at line 475 of file class.ilShopNewsGUI.php.
References $ilCtrl, $ilSetting, ilShopBaseGUI\$lng, $result, ilShopBaseGUI\$tpl, ilShopNewsItemList\_getInstance(), ilDatePresentation\formatDate(), IL_CAL_DATETIME, and ilShopNewsItemList\TYPE_NEWS.
Referenced by confirmDelete(), performDelete(), saveNews(), and update().
ilShopNewsGUI::showSettings | ( | ) |
Definition at line 137 of file class.ilShopNewsGUI.php.
References getSettingsValues(), and initSettingsForm().
ilShopNewsGUI::update | ( | $view | ) |
Definition at line 192 of file class.ilShopNewsGUI.php.
References $oCurrentNewsItem, $view, initNewsForm(), ilUtil\sendInfo(), showArchive(), and showNews().
Referenced by updateArchiveNews(), and updateNews().
ilShopNewsGUI::updateArchiveNews | ( | ) |
Definition at line 182 of file class.ilShopNewsGUI.php.
References update().
ilShopNewsGUI::updateNews | ( | ) |
Definition at line 187 of file class.ilShopNewsGUI.php.
References update().
|
private |
Definition at line 39 of file class.ilShopNewsGUI.php.
|
private |
Definition at line 41 of file class.ilShopNewsGUI.php.
Referenced by update().
|
private |
Definition at line 40 of file class.ilShopNewsGUI.php.