ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
GUI class for account codes. More...
Public Member Functions | |
__construct ($a_ref_id) | |
Constructor. More... | |
executeCommand () | |
listCodes () | |
initAddCodesForm () | |
addCodes () | |
createCodes () | |
deleteCodes () | |
deleteConfirmation () | |
resetCodesFilter () | |
applyCodesFilter () | |
exportCodes () | |
Protected Attributes | |
$ref_id | |
GUI class for account codes.
@ilCtrl_Calls ilAccountCodesGUI:
Definition at line 13 of file class.ilAccountCodesGUI.php.
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 116 of file class.ilAccountCodesGUI.php.
References $ilErr, $lng, $tpl, and initAddCodesForm().
ilAccountCodesGUI::applyCodesFilter | ( | ) |
Definition at line 223 of file class.ilAccountCodesGUI.php.
References listCodes().
ilAccountCodesGUI::createCodes | ( | ) |
Definition at line 129 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $ilErr, $lng, $tpl, $valid, ilAccountCode\create(), initAddCodesForm(), and ilUtil\sendSuccess().
ilAccountCodesGUI::deleteCodes | ( | ) |
Definition at line 176 of file class.ilAccountCodesGUI.php.
References $_POST, $ilCtrl, $lng, ilAccountCode\deleteCodes(), and ilUtil\sendSuccess().
ilAccountCodesGUI::deleteConfirmation | ( | ) |
Definition at line 187 of file class.ilAccountCodesGUI.php.
References $_POST, $code, $data, $ilCtrl, $ilErr, $lng, $tpl, and ilAccountCode\loadCodesByIds().
ilAccountCodesGUI::executeCommand | ( | ) |
Definition at line 30 of file class.ilAccountCodesGUI.php.
ilAccountCodesGUI::exportCodes | ( | ) |
Definition at line 233 of file class.ilAccountCodesGUI.php.
References $ilErr, $lng, ilUtil\deliverData(), ilAccountCode\getCodesForExport(), listCodes(), and ilUtil\sendFailure().
ilAccountCodesGUI::initAddCodesForm | ( | ) |
Definition at line 71 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $lng, and $valid.
Referenced by addCodes(), and createCodes().
ilAccountCodesGUI::listCodes | ( | ) |
Definition at line 51 of file class.ilAccountCodesGUI.php.
References $ilCtrl, $ilErr, $lng, $tpl, and ilLinkButton\getInstance().
Referenced by applyCodesFilter(), exportCodes(), and resetCodesFilter().
ilAccountCodesGUI::resetCodesFilter | ( | ) |
Definition at line 213 of file class.ilAccountCodesGUI.php.
References listCodes().
|
protected |
Definition at line 15 of file class.ilAccountCodesGUI.php.