ILIAS
Release_4_4_x_branch Revision 61816
|
GUI class for account codes. More...
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. | |
executeCommand () | |
listCodes () | |
initAddCodesForm () | |
addCodes () | |
createCodes () | |
deleteCodes () | |
deleteConfirmation () | |
resetCodesFilter () | |
applyCodesFilter () | |
exportCodes () |
Protected Attributes | |
$ref_id |
ilAccountCodesGUI::__construct | ( | $a_ref_id | ) |
Constructor.
int | $a_ref_id |
Definition at line 22 of file class.ilAccountCodesGUI.php.
References $lng.
ilAccountCodesGUI::addCodes | ( | ) |
Definition at line 113 of file class.ilAccountCodesGUI.php.
References $ilErr, $lng, $tpl, and initAddCodesForm().
ilAccountCodesGUI::applyCodesFilter | ( | ) |
Definition at line 220 of file class.ilAccountCodesGUI.php.
References listCodes().
ilAccountCodesGUI::createCodes | ( | ) |
Definition at line 126 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $ilErr, $lng, $tpl, $valid, ilAccountCode\create(), initAddCodesForm(), and ilUtil\sendSuccess().
ilAccountCodesGUI::deleteCodes | ( | ) |
Definition at line 173 of file class.ilAccountCodesGUI.php.
References $_POST, $ilCtrl, $lng, and ilUtil\sendSuccess().
ilAccountCodesGUI::deleteConfirmation | ( | ) |
Definition at line 184 of file class.ilAccountCodesGUI.php.
References $_POST, $ilCtrl, $ilErr, $lng, $tpl, and ilAccountCode\loadCodesByIds().
ilAccountCodesGUI::executeCommand | ( | ) |
ilAccountCodesGUI::exportCodes | ( | ) |
Definition at line 230 of file class.ilAccountCodesGUI.php.
References $ilErr, $lng, ilUtil\deliverData(), ilAccountCode\getCodesForExport(), listCodes(), and ilUtil\sendFailure().
ilAccountCodesGUI::initAddCodesForm | ( | ) |
Definition at line 68 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $lng, $valid, ilFormPropertyGUI\setRequired(), and ilNumberInputGUI\setSize().
Referenced by addCodes(), and createCodes().
ilAccountCodesGUI::listCodes | ( | ) |
Definition at line 51 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $ilErr, $lng, and $tpl.
Referenced by applyCodesFilter(), exportCodes(), and resetCodesFilter().
ilAccountCodesGUI::resetCodesFilter | ( | ) |
Definition at line 210 of file class.ilAccountCodesGUI.php.
References listCodes().
|
protected |
Definition at line 15 of file class.ilAccountCodesGUI.php.