ILIAS
Release_4_4_x_branch Revision 61816
|
Public Member Functions | |
__construct ($user_obj) | |
executeCommand () | |
cancelDelete () | |
showTrustees ($a_show_delete=false) | |
deleteTrustee () | |
performDeleteTrustee () | |
update () | |
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 | |
$lng = null | |
$tpl = null | |
$oGeneralSettings = null | |
$section = 0 | |
$sub_section = 0 |
Definition at line 17 of file class.ilPaymentTrusteeGUI.php.
ilPaymentTrusteeGUI::__construct | ( | $user_obj | ) |
Definition at line 23 of file class.ilPaymentTrusteeGUI.php.
References $user_obj, and ilShopBaseGUI\__construct().
ilPaymentTrusteeGUI::__search | ( | $a_search_string | ) |
Definition at line 354 of file class.ilPaymentTrusteeGUI.php.
References ilUtil\sendInfo(), ilSearch\setPerformUpdate(), and ilUtil\stripSlashes().
Referenced by performSearch().
ilPaymentTrusteeGUI::__showSearchUserTable | ( | $a_result_set | ) |
Definition at line 378 of file class.ilPaymentTrusteeGUI.php.
Referenced by performSearch().
ilPaymentTrusteeGUI::__showTrusteesTable | ( | $a_result_set | ) |
Definition at line 402 of file class.ilPaymentTrusteeGUI.php.
Referenced by showTrustees().
ilPaymentTrusteeGUI::addTrustee | ( | ) |
Definition at line 259 of file class.ilPaymentTrusteeGUI.php.
References $_POST, performSearch(), ilUtil\sendInfo(), and showTrustees().
ilPaymentTrusteeGUI::addUser | ( | ) |
Definition at line 308 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilObjUser\getUserIdByLogin(), ilUtil\sendInfo(), and showTrustees().
ilPaymentTrusteeGUI::cancelDelete | ( | ) |
Definition at line 62 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, and showTrustees().
ilPaymentTrusteeGUI::deleteTrustee | ( | ) |
Definition at line 173 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), and showTrustees().
ilPaymentTrusteeGUI::executeCommand | ( | ) |
Definition at line 46 of file class.ilPaymentTrusteeGUI.php.
References $cmd, and prepareOutput().
ilPaymentTrusteeGUI::performDeleteTrustee | ( | ) |
Definition at line 188 of file class.ilPaymentTrusteeGUI.php.
References $_SESSION, ilUtil\sendInfo(), and showTrustees().
ilPaymentTrusteeGUI::performSearch | ( | ) |
Definition at line 221 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $result, __search(), __showSearchUserTable(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), showTrustees(), and ilUtil\stripSlashes().
Referenced by addTrustee().
|
protected |
Reimplemented from ilShopBaseGUI.
Definition at line 34 of file class.ilPaymentTrusteeGUI.php.
References ilShopBaseGUI\setSection().
Referenced by executeCommand().
ilPaymentTrusteeGUI::showTrustees | ( | $a_show_delete = false | ) |
Definition at line 71 of file class.ilPaymentTrusteeGUI.php.
References $_POST, $_SESSION, __showTrusteesTable(), ilUtil\formCheckbox(), ilUtil\formSelect(), ilObjectFactory\getInstanceByObjId(), ilMailFormCall\getLinkTarget(), ilUtil\sendInfo(), and ilTextInputGUI\setDataSource().
Referenced by addTrustee(), addUser(), cancelDelete(), deleteTrustee(), performDeleteTrustee(), performSearch(), and update().
ilPaymentTrusteeGUI::update | ( | ) |
Definition at line 205 of file class.ilPaymentTrusteeGUI.php.
References $_POST, ilUtil\sendInfo(), and showTrustees().
ilPaymentTrusteeGUI::$ctrl |
Definition at line 21 of file class.ilPaymentTrusteeGUI.php.
ilPaymentTrusteeGUI::$trustee_obj = null |
Definition at line 19 of file class.ilPaymentTrusteeGUI.php.
ilPaymentTrusteeGUI::$user_obj |
Definition at line 20 of file class.ilPaymentTrusteeGUI.php.
Referenced by __construct().