|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
GUI class for account codes. More...
Collaboration diagram for ilAccountCodesGUI: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.
| ilAccountCodesGUI::addCodes | ( | ) |
Definition at line 127 of file class.ilAccountCodesGUI.php.
References $DIC, $ilErr, $lng, $tpl, and initAddCodesForm().
Here is the call graph for this function:| ilAccountCodesGUI::applyCodesFilter | ( | ) |
Definition at line 243 of file class.ilAccountCodesGUI.php.
References listCodes().
Here is the call graph for this function:| ilAccountCodesGUI::createCodes | ( | ) |
Definition at line 144 of file class.ilAccountCodesGUI.php.
References $DIC, $ilErr, $lng, $tpl, $valid, ilAccountCode\create(), IL_CAL_DATE, and initAddCodesForm().
Here is the call graph for this function:| ilAccountCodesGUI::deleteCodes | ( | ) |
Definition at line 190 of file class.ilAccountCodesGUI.php.
References $_POST, $DIC, $lng, and ilAccountCode\deleteCodes().
Here is the call graph for this function:| ilAccountCodesGUI::deleteConfirmation | ( | ) |
Definition at line 204 of file class.ilAccountCodesGUI.php.
References $_POST, $data, $DIC, $ilErr, $lng, $tpl, and ilAccountCode\loadCodesByIds().
Here is the call graph for this function:| ilAccountCodesGUI::executeCommand | ( | ) |
Definition at line 32 of file class.ilAccountCodesGUI.php.
References $DIC.
| ilAccountCodesGUI::exportCodes | ( | ) |
Definition at line 253 of file class.ilAccountCodesGUI.php.
References $DIC, $ilErr, $lng, ilUtil\deliverData(), ilAccountCode\getCodesForExport(), listCodes(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilAccountCodesGUI::initAddCodesForm | ( | ) |
Definition at line 79 of file class.ilAccountCodesGUI.php.
References $DIC, $lng, and $valid.
Referenced by addCodes(), and createCodes().
Here is the caller graph for this function:| ilAccountCodesGUI::listCodes | ( | ) |
Definition at line 53 of file class.ilAccountCodesGUI.php.
References $DIC, $ilErr, $lng, $tpl, and ilLinkButton\getInstance().
Referenced by applyCodesFilter(), exportCodes(), and resetCodesFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAccountCodesGUI::resetCodesFilter | ( | ) |
Definition at line 233 of file class.ilAccountCodesGUI.php.
References listCodes().
Here is the call graph for this function:
|
protected |
Definition at line 15 of file class.ilAccountCodesGUI.php.