|
ILIAS
Release_4_0_x_branch Revision 61816
|
Inheritance diagram for ilPaymentTrusteeGUI:
Collaboration diagram for ilPaymentTrusteeGUI:Public Member Functions | |
| ilPaymentTrusteeGUI ($user_obj) | |
| executeCommand () | |
| cancelDelete () | |
| showTrustees ($a_show_delete=false) | |
| deleteTrustee () | |
| performDeleteTrustee () | |
| update () | |
| searchUser () | |
| newSearch () | |
| performSearch () | |
| addTrustee () | |
| addUser () | |
| __search ($a_search_string) | |
| __showSearchUserTable ($a_result_set) | |
| __showTrusteesTable ($a_result_set) | |
Public Member Functions inherited from ilShopBaseGUI | |
| __construct () | |
Data Fields | |
| $trustee_obj = null | |
| $user_obj | |
| $ctrl | |
Protected Member Functions | |
| prepareOutput () | |
Protected Member Functions inherited from ilShopBaseGUI | |
| addPager ($result, $a_session_key) | |
| buildSubTabs () | |
| 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= '') | |
Additional Inherited Members | |
Protected Attributes inherited from ilShopBaseGUI | |
| $ctrl = null | |
| $ilias = null | |
| $lng = null | |
| $tpl = null | |
| $oGeneralSettings = null | |
| $section = 0 | |
| $sub_section = 0 | |
Definition at line 33 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::__search | ( | $a_search_string | ) |
Definition at line 386 of file class.ilPaymentTrusteeGUI.php.
References ilUtil\sendInfo(), ilSearch\setPerformUpdate(), and ilUtil\stripSlashes().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::__showSearchUserTable | ( | $a_result_set | ) |
Definition at line 410 of file class.ilPaymentTrusteeGUI.php.
References $_GET, ilShopBaseGUI\$tpl, ilUtil\getImagePath(), ilShopBaseGUI\initTableGUI(), and ilShopBaseGUI\setTableGUIBasicData().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::__showTrusteesTable | ( | $a_result_set | ) |
Definition at line 460 of file class.ilPaymentTrusteeGUI.php.
References $_GET, $_SESSION, ilShopBaseGUI\$tpl, ilUtil\getImagePath(), ilShopBaseGUI\initTableGUI(), and ilShopBaseGUI\setTableGUIBasicData().
Referenced by showTrustees().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::addTrustee | ( | ) |
Definition at line 288 of file class.ilPaymentTrusteeGUI.php.
References $_POST, performSearch(), ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::addUser | ( | ) |
Definition at line 340 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilObjUser\getUserIdByLogin(), ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::cancelDelete | ( | ) |
Definition at line 80 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::deleteTrustee | ( | ) |
Definition at line 170 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::executeCommand | ( | ) |
Definition at line 62 of file class.ilPaymentTrusteeGUI.php.
References $cmd, and prepareOutput().
Here is the call graph for this function:| ilPaymentTrusteeGUI::ilPaymentTrusteeGUI | ( | $user_obj | ) |
Definition at line 39 of file class.ilPaymentTrusteeGUI.php.
References $user_obj, and ilShopBaseGUI\__construct().
Here is the call graph for this function:| ilPaymentTrusteeGUI::newSearch | ( | ) |
Definition at line 237 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, and performSearch().
Here is the call graph for this function:| ilPaymentTrusteeGUI::performDeleteTrustee | ( | ) |
Definition at line 185 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::performSearch | ( | ) |
Definition at line 243 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, $result, $user, __search(), __showSearchUserTable(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), showTrustees(), and ilUtil\stripSlashes().
Referenced by addTrustee(), and newSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 50 of file class.ilPaymentTrusteeGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::searchUser | ( | ) |
Definition at line 218 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, and ilShopBaseGUI\showButton().
Here is the call graph for this function:| ilPaymentTrusteeGUI::showTrustees | ( | $a_show_delete = false | ) |
Definition at line 89 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, __showTrusteesTable(), ilUtil\formCheckbox(), formSelect(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), and ilShopBaseGUI\showButton().
Referenced by addTrustee(), addUser(), cancelDelete(), deleteTrustee(), performDeleteTrustee(), performSearch(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPaymentTrusteeGUI::update | ( | ) |
Definition at line 202 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilUtil\sendInfo(), and showTrustees().
Here is the call graph for this function:| ilPaymentTrusteeGUI::$ctrl |
Definition at line 37 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::$trustee_obj = null |
Definition at line 35 of file class.ilPaymentTrusteeGUI.php.
| ilPaymentTrusteeGUI::$user_obj |
Definition at line 36 of file class.ilPaymentTrusteeGUI.php.
Referenced by ilPaymentTrusteeGUI().