ILIAS
Release_4_2_x_branch Revision 61807
|
Class ilObjUserFolderGUI. More...
Public Member Functions | |
ilObjUserFolderGUI ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true) | |
Constructor public. | |
setUserOwnerId ($a_id) | |
getUserOwnerId () | |
& | executeCommand () |
execute command | |
learningProgressObject () | |
resetFilterObject () | |
Reset filter (note: this function existed before data table filter has been introduced. | |
addUserObject () | |
Add new user;. | |
applyFilterObject () | |
Apply filter. | |
viewObject ($reset_filter=FALSE) | |
list users | |
chooseLetterObject () | |
Choose first letter. | |
showActions ($with_subobjects=false) | |
show possible action (form buttons) | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders | |
cancelUserFolderAction () | |
cancelactivateObject () | |
cancel activation of object | |
confirmactivateObject () | |
Set the selected users active. | |
canceldeactivateObject () | |
cancel activation of object | |
confirmdeactivateObject () | |
Set the selected users inactive. | |
cancelaccessFreeObject () | |
confirmaccessFreeObject () | |
setAccessRestrictionObject ($a_form=null) | |
cancelaccessRestrictObject () | |
confirmaccessRestrictObject () | |
canceldeleteObject () | |
cancel deletion of object | |
confirmdeleteObject () | |
confirm delete Object | |
cancelexportObject () | |
cancel export of object | |
confirmexportObject () | |
confirm export of object | |
deleteObject () | |
display deletion confirmation screen | |
selectExportFormat () | |
showActionConfirmation ($action) | |
display activation confirmation screen | |
deleteUsersObject () | |
Delete users. | |
activateUsersObject () | |
Activate users. | |
deactivateUsersObject () | |
Deactivate users. | |
restrictAccessObject () | |
Restrict access. | |
freeAccessObject () | |
Free access. | |
exportUsersObject () | |
Export users. | |
userActionObject () | |
searchUserFormObject () | |
displays user search form | |
searchCancelledObject () | |
searchUserObject () | |
importUserFormObject () | |
display form for user import | |
initUserImportForm () | |
Init user import form. | |
importCancelledObject () | |
import cancelled | |
getImportDir () | |
get user import directory name | |
importUserRoleAssignmentObject () | |
display form for user import | |
importUsersObject () | |
import users | |
appliedUsersObject () | |
editAppliedUsersObject () | |
updateAppliedUsersObject () | |
__showAppliedUsersTable ($a_result_set) | |
& | __initTableGUI () |
__setTableGUIBasicData (&$tbl, &$result_set, $from="") | |
standard implementation for tables use 'from' variable use different initial setting of table | |
__getDateSelect ($a_type, $a_varname, $a_selected) | |
__toUnix ($a_time_arr) | |
hitsperpageObject () | |
saveGeneralSettingsObject () | |
Save user account settings. | |
settingsObject () | |
Global user settings. | |
confirmSavedObject () | |
saveGlobalUserSettingsObject ($action="") | |
__buildUserFilterSelect () | |
build select form to distinguish between active and non-active users | |
downloadExportFileObject () | |
Download selected export files. | |
confirmDeleteExportFileObject () | |
confirmation screen for export file deletion | |
cancelDeleteExportFileObject () | |
cancel deletion of export files | |
deleteExportFileObject () | |
delete export files | |
exportObject () | |
Global user settings. | |
newAccountMailObject () | |
new account mail administration | |
cancelNewAccountMailObject () | |
saveNewAccountMailObject () | |
getAdminTabs (&$tabs_gui) | |
administration tabs show only permissions and trash folder | |
getTabs (&$tabs_gui) | |
get tabs public | |
setSubTabs ($a_tab) | |
set sub tabs | |
showLoginnameSettingsObject () | |
saveLoginnameSettingsObject () | |
_goto ($a_user) | |
goto target group | |
jumpToUserObject () | |
Jump to edit screen for user. | |
searchResultHandler ($a_cmd, $a_usr_ids) | |
Handles multi command from admin user search gui. | |
Public Member Functions inherited from ilObjectGUI | |
ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
Constructor public. | |
withReferences () | |
determines wether objects are referenced or not (got ref ids or not) | |
setCreationMode ($a_mode=true) | |
if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
getCreationMode () | |
get creation mode | |
getHTML () | |
undeleteObject () | |
Get objects back from trash. | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
cancelDeleteObject () | |
cancel deletion of object | |
removeFromSystemObject () | |
remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
cancelObject ($in_rep=false) | |
cancel action and go back to previous page public | |
createObject () | |
create new object form | |
cancelCreation () | |
cancel create action and go back to repository parent | |
saveObject () | |
save object | |
editObject () | |
edit object | |
updateObject () | |
updates object entry in object_data | |
getFormAction ($a_cmd, $a_formaction="") | |
get form action for command (command is method name without "Object", e.g. | |
isVisible ($a_ref_id, $a_type) | |
viewObject () | |
list childs of current object | |
deleteObject ($a_error=false) | |
Display deletion confirmation screen. | |
trashObject () | |
Show trash content of object. | |
getTemplateFile ($a_cmd, $a_type="") | |
get a template blockfile format: tpl. | |
cloneAllObject () | |
Clone single (not container object) Method is overwritten in ilContainerGUI. | |
copyWizardHasOptions ($a_mode) | |
Check if there is any modules specific option. |
Data Fields | |
$ctrl | |
Data Fields inherited from ilObjectGUI | |
const | COPY_WIZARD_NEEDS_PAGE = 1 |
$ilias | |
$objDefinition | |
$tpl | |
$tree | |
$lng | |
$data | |
$object | |
$ref_id | |
$obj_id | |
$maxcount | |
$formaction | |
$return_location | |
$target_frame | |
$tab_target_script | |
$actions | |
$sub_objects | |
$omit_locator = false | |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Protected Member Functions | |
addUserAutoCompleteObject () | |
Show auto complete results. | |
initAccessRestrictionForm () | |
generalSettingsObject () | |
Show user account general settings. | |
initFormGeneralSettings () | |
init general settings form | |
initNewAccountMailForm () | |
Protected Member Functions inherited from ilObjectGUI | |
assignObject () | |
prepareOutput () | |
prepare output | |
setTitleAndDescription () | |
called by prepare output | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. | |
insertHeaderAction ($a_list_gui) | |
Insert header action into main template. | |
addHeaderAction () | |
Add header action menu. | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. | |
showUpperIcon () | |
setTabs () | |
set admin tabs public | |
setAdminTabs () | |
set admin tabs public | |
setLocator () | |
set Locator | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) | |
omitLocator ($a_omit=true) | |
addAdminLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) | |
initCreationForms ($a_new_type) | |
Init creation froms. | |
getCreationFormsHTML (array $a_forms) | |
Get HTML for creation forms (accordion) | |
initCreateForm ($a_new_type) | |
Init object creation form. | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
Show didactic template types. | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. | |
getDidacticTemplateVar ($a_type) | |
Get didactic template setting from creation screen. | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. | |
afterSave (ilObject $a_new_object) | |
Post (successful) object creation hook. | |
initEditForm () | |
Init object edit form. | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. | |
getEditFormValues () | |
Get values for edit form. | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. | |
updateCustom (ilPropertyFormGUI $a_form) | |
Insert custom update form values into object. | |
afterUpdate () | |
Post (successful) object update hook. | |
initImportForm ($a_new_type) | |
Init object import form. | |
importFileObject ($parent_id=null) | |
Import. | |
afterImport (ilObject $a_new_object) | |
Post (successful) object import hook. | |
setFormAction ($a_cmd, $a_formaction) | |
set specific form action for command | |
getReturnLocation ($a_cmd, $a_location="") | |
get return location for command (command is method name without "Object", e.g. | |
setReturnLocation ($a_cmd, $a_location) | |
set specific return location for command | |
getTargetFrame ($a_cmd, $a_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. | |
setTargetFrame ($a_cmd, $a_target_frame) | |
set specific target frame for command | |
getTitlesByRefId ($a_ref_ids) | |
get Titles of objects this method is used for error messages in methods cut/copy/paste | |
__showButton ($a_cmd, $a_text, $a_target= '') | |
__showClipboardTable ($a_result_set, $a_from="") | |
redirectToRefId ($a_ref_id, $a_cmd="") | |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value | |
fillCloneTemplate ($a_tpl_varname, $a_type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
getCenterColumnHTML () | |
Get center column. | |
getRightColumnHTML () | |
Display right column. | |
setColumnSettings ($column_gui) | |
May be overwritten in subclasses. | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission. |
Private Member Functions | |
initLoginSettingsForm () |
Class ilObjUserFolderGUI.
ilObjUserFolderGUI: ilPermissionGUI, ilAdminUserSearchGUI, ilUserTableGUI ilObjUserFolderGUI: ilAccountCodesGUI, ilCustomUserFieldsGUI, ilRepositorySearchGUI
Definition at line 19 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::__buildUserFilterSelect | ( | ) |
build select form to distinguish between active and non-active users
Definition at line 2503 of file class.ilObjUserFolderGUI.php.
References $_SESSION, and formSelect().
ilObjUserFolderGUI::__getDateSelect | ( | $a_type, | |
$a_varname, | |||
$a_selected | |||
) |
Definition at line 2066 of file class.ilObjUserFolderGUI.php.
References formSelect().
Referenced by editAppliedUsersObject().
& ilObjUserFolderGUI::__initTableGUI | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 2043 of file class.ilObjUserFolderGUI.php.
Referenced by __showAppliedUsersTable().
ilObjUserFolderGUI::__setTableGUIBasicData | ( | & | $tbl, |
& | $result_set, | ||
$a_from = "" |
|||
) |
standard implementation for tables use 'from' variable use different initial setting of table
Reimplemented from ilObjectGUI.
Definition at line 2050 of file class.ilObjUserFolderGUI.php.
References $_GET.
Referenced by __showAppliedUsersTable().
ilObjUserFolderGUI::__showAppliedUsersTable | ( | $a_result_set | ) |
Definition at line 1995 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().
Referenced by appliedUsersObject().
ilObjUserFolderGUI::__toUnix | ( | $a_time_arr | ) |
Definition at line 2106 of file class.ilObjUserFolderGUI.php.
Referenced by editAppliedUsersObject(), and updateAppliedUsersObject().
ilObjUserFolderGUI::_goto | ( | $a_user | ) |
goto target group
Definition at line 3053 of file class.ilObjUserFolderGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilUtil\redirect(), ilUtil\sendFailure(), and USER_FOLDER_ID.
ilObjUserFolderGUI::activateUsersObject | ( | ) |
Activate users.
Definition at line 880 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
|
protected |
Show auto complete results.
Definition at line 230 of file class.ilObjUserFolderGUI.php.
References $_REQUEST, and exit.
ilObjUserFolderGUI::addUserObject | ( | ) |
Add new user;.
Definition at line 162 of file class.ilObjUserFolderGUI.php.
References $ilCtrl.
ilObjUserFolderGUI::appliedUsersObject | ( | ) |
Definition at line 1783 of file class.ilObjUserFolderGUI.php.
References $_SESSION, ilObjectGUI\$ilias, $usr_id, __showAppliedUsersTable(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
Referenced by editAppliedUsersObject(), and updateAppliedUsersObject().
ilObjUserFolderGUI::applyFilterObject | ( | ) |
Apply filter.
Definition at line 174 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\viewObject().
ilObjUserFolderGUI::cancelaccessFreeObject | ( | ) |
Definition at line 491 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::cancelaccessRestrictObject | ( | ) |
Definition at line 568 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::cancelactivateObject | ( | ) |
cancel activation of object
public
Definition at line 395 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::canceldeactivateObject | ( | ) |
cancel activation of object
public
Definition at line 445 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::cancelDeleteExportFileObject | ( | ) |
cancel deletion of export files
Definition at line 2595 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::canceldeleteObject | ( | ) |
cancel deletion of object
public
Definition at line 632 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::cancelexportObject | ( | ) |
cancel export of object
public
Definition at line 691 of file class.ilObjUserFolderGUI.php.
References cancelUserFolderAction().
ilObjUserFolderGUI::cancelNewAccountMailObject | ( | ) |
Definition at line 2855 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::cancelUserFolderAction | ( | ) |
Definition at line 382 of file class.ilObjUserFolderGUI.php.
Referenced by cancelaccessFreeObject(), cancelaccessRestrictObject(), cancelactivateObject(), canceldeactivateObject(), canceldeleteObject(), and cancelexportObject().
ilObjUserFolderGUI::chooseLetterObject | ( | ) |
Choose first letter.
@return |
Definition at line 246 of file class.ilObjUserFolderGUI.php.
References $ilCtrl.
ilObjUserFolderGUI::confirmaccessFreeObject | ( | ) |
Definition at line 496 of file class.ilObjUserFolderGUI.php.
References $_SESSION, ilUtil\redirect(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::confirmaccessRestrictObject | ( | ) |
Definition at line 573 of file class.ilObjUserFolderGUI.php.
References $_SESSION, IL_CAL_UNIX, initAccessRestrictionForm(), ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and setAccessRestrictionObject().
ilObjUserFolderGUI::confirmactivateObject | ( | ) |
Set the selected users active.
public
Definition at line 405 of file class.ilObjUserFolderGUI.php.
References $_SESSION, ilUtil\redirect(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::confirmdeactivateObject | ( | ) |
Set the selected users inactive.
public
Definition at line 455 of file class.ilObjUserFolderGUI.php.
References $_SESSION, ilUtil\redirect(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::confirmDeleteExportFileObject | ( | ) |
confirmation screen for export file deletion
Definition at line 2545 of file class.ilObjUserFolderGUI.php.
References $_POST, $_SESSION, $file, ilUtil\getImagePath(), ilObjectGUI\getTemplateFile(), ilUtil\sendQuestion(), and ilUtil\switchColor().
ilObjUserFolderGUI::confirmdeleteObject | ( | ) |
confirm delete Object
public
Definition at line 642 of file class.ilObjUserFolderGUI.php.
References $_SESSION, $ilCtrl, ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::confirmexportObject | ( | ) |
ilObjUserFolderGUI::confirmSavedObject | ( | ) |
Definition at line 2304 of file class.ilObjUserFolderGUI.php.
References saveGlobalUserSettingsObject().
ilObjUserFolderGUI::deactivateUsersObject | ( | ) |
Deactivate users.
Definition at line 889 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::deleteExportFileObject | ( | ) |
delete export files
Definition at line 2605 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::deleteObject | ( | ) |
display deletion confirmation screen
Definition at line 712 of file class.ilObjUserFolderGUI.php.
References $_POST, $_SESSION, ilUtil\getImageTagByType(), ilObjectGUI\getTemplateFile(), ilUtil\sendQuestion(), and ilUtil\switchColor().
ilObjUserFolderGUI::deleteUsersObject | ( | ) |
Delete users.
Definition at line 871 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::downloadExportFileObject | ( | ) |
Download selected export files.
Sends a selected export file for download
Definition at line 2524 of file class.ilObjUserFolderGUI.php.
References $_POST, $file, and ilUtil\deliverFile().
ilObjUserFolderGUI::editAppliedUsersObject | ( | ) |
Definition at line 1833 of file class.ilObjUserFolderGUI.php.
References $_POST, $_SESSION, $title, $usr_id, __getDateSelect(), __toUnix(), appliedUsersObject(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by updateAppliedUsersObject().
& ilObjUserFolderGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 52 of file class.ilObjUserFolderGUI.php.
References $cmd, $ret, ilObjectGUI\prepareOutput(), and setSubTabs().
ilObjUserFolderGUI::exportObject | ( | ) |
Global user settings.
Allows to define global settings for user accounts
Note: The Global user settings form allows to specify default values for some user preferences. To avoid redundant implementations, specification of default values can be done elsewhere in ILIAS are not supported by this form.
Definition at line 2631 of file class.ilObjUserFolderGUI.php.
References $_GET, $_POST, $ilCtrl, ilObjectGUI\$ilias, exit, ilDatePresentation\formatDate(), ilUtil\getImagePath(), ilObjectGUI\getTemplateFile(), IL_CAL_UNIX, and ilUtil\switchColor().
ilObjUserFolderGUI::exportUsersObject | ( | ) |
Export users.
Definition at line 916 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::freeAccessObject | ( | ) |
Free access.
Definition at line 907 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
|
protected |
Show user account general settings.
Definition at line 2126 of file class.ilObjUserFolderGUI.php.
References $ilSetting, ilUserAccountSettings\getInstance(), and initFormGeneralSettings().
ilObjUserFolderGUI::getAdminTabs | ( | & | $tabs_gui | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Definition at line 2879 of file class.ilObjUserFolderGUI.php.
References getTabs().
ilObjUserFolderGUI::getImportDir | ( | ) |
get user import directory name
Definition at line 1290 of file class.ilObjUserFolderGUI.php.
References ilUtil\getDataDir(), and ilUtil\makeDirParents().
Referenced by importCancelledObject(), importUserRoleAssignmentObject(), and importUsersObject().
ilObjUserFolderGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs public
object | tabs gui object |
Reimplemented from ilObjectGUI.
Definition at line 2889 of file class.ilObjUserFolderGUI.php.
References ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledTracking(), and ilObjUserTracking\_enabledUserRelatedData().
Referenced by getAdminTabs().
ilObjUserFolderGUI::getUserOwnerId | ( | ) |
Definition at line 47 of file class.ilObjUserFolderGUI.php.
References USER_FOLDER_ID.
Referenced by importUsersObject().
ilObjUserFolderGUI::hitsperpageObject | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 2116 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\viewObject().
ilObjUserFolderGUI::ilObjUserFolderGUI | ( | $a_data, | |
$a_id, | |||
$a_call_by_reference, | |||
$a_prepare_output = true |
|||
) |
Constructor public.
Definition at line 27 of file class.ilObjUserFolderGUI.php.
References $ilCtrl, and ilObjectGUI\ilObjectGUI().
ilObjUserFolderGUI::importCancelledObject | ( | ) |
import cancelled
private
Definition at line 1267 of file class.ilObjUserFolderGUI.php.
References $_GET, ilUtil\delDir(), and getImportDir().
ilObjUserFolderGUI::importUserFormObject | ( | ) |
display form for user import
Definition at line 1212 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$tpl, and initUserImportForm().
ilObjUserFolderGUI::importUserRoleAssignmentObject | ( | ) |
display form for user import
Definition at line 1304 of file class.ilObjUserFolderGUI.php.
References $file_name, $ilCtrl, ilObjectGUI\$lng, $n, $path, ilObjectGUI\$tpl, ilObjectGUI\$tree, ilObjRole\_getAssignUsersStatus(), ilObjUserFolder\_lookupNewAccountMail(), ilUtil\delDir(), formSelect(), ilUtil\formSelect(), ilUtil\getDir(), getImportDir(), IL_EXTRACT_ROLES, IL_IGNORE_ON_CONFLICT, IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, IL_IMPORT_WARNING, IL_UPDATE_ON_CONFLICT, IL_VERIFY, initUserImportForm(), ilUtil\makeDir(), ilUtil\moveUploadedFile(), ilUtil\unzip(), and USER_FOLDER_ID.
ilObjUserFolderGUI::importUsersObject | ( | ) |
import users
Definition at line 1677 of file class.ilObjUserFolderGUI.php.
References $_GET, $_POST, ilObjectGUI\$lng, ilObjectGUI\$tree, ilObjRole\_getAssignUsersStatus(), ilUtil\delDir(), getImportDir(), getUserOwnerId(), IL_IGNORE_ON_CONFLICT, IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, IL_IMPORT_WARNING, IL_UPDATE_ON_CONFLICT, IL_USER_IMPORT, ilUtil\sendInfo(), ilUtil\sendSuccess(), and USER_FOLDER_ID.
|
protected |
Definition at line 545 of file class.ilObjUserFolderGUI.php.
References ilFormPropertyGUI\setRequired(), and ilDateTimeInputGUI\setShowTime().
Referenced by confirmaccessRestrictObject(), and setAccessRestrictionObject().
|
protected |
init general settings form
Definition at line 2211 of file class.ilObjUserFolderGUI.php.
References $log, ilFormPropertyGUI\setInfo(), setSubTabs(), and ilCheckboxInputGUI\setValue().
Referenced by generalSettingsObject(), and saveGeneralSettingsObject().
|
private |
Definition at line 2978 of file class.ilObjUserFolderGUI.php.
References ilFormGUI\setFormAction(), ilFormPropertyGUI\setInfo(), setSubTabs(), and ilCheckboxInputGUI\setValue().
Referenced by saveLoginnameSettingsObject(), and showLoginnameSettingsObject().
|
protected |
Definition at line 2756 of file class.ilObjUserFolderGUI.php.
References $ilCtrl, ilObjectGUI\$lng, $title, ilUtil\getImagePath(), ilTextInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by newAccountMailObject().
ilObjUserFolderGUI::initUserImportForm | ( | ) |
Init user import form.
int | $a_mode | Edit Mode |
Definition at line 1238 of file class.ilObjUserFolderGUI.php.
References $ilCtrl, ilObjectGUI\$lng, and ilFileInputGUI\setSuffixes().
Referenced by importUserFormObject(), and importUserRoleAssignmentObject().
ilObjUserFolderGUI::jumpToUserObject | ( | ) |
Jump to edit screen for user.
Definition at line 3083 of file class.ilObjUserFolderGUI.php.
References $_GET, $ilCtrl, and ilObject\_lookupType().
ilObjUserFolderGUI::learningProgressObject | ( | ) |
Definition at line 129 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$tpl.
ilObjUserFolderGUI::newAccountMailObject | ( | ) |
new account mail administration
Definition at line 2823 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$lng, initNewAccountMailForm(), and setSubTabs().
ilObjUserFolderGUI::resetFilterObject | ( | ) |
Reset filter (note: this function existed before data table filter has been introduced.
Definition at line 148 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\viewObject().
ilObjUserFolderGUI::restrictAccessObject | ( | ) |
Restrict access.
Definition at line 898 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::saveGeneralSettingsObject | ( | ) |
Save user account settings.
Definition at line 2156 of file class.ilObjUserFolderGUI.php.
References $ilSetting, $valid, ilUserAccountSettings\getInstance(), initFormGeneralSettings(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::saveGlobalUserSettingsObject | ( | $action = "" | ) |
Definition at line 2309 of file class.ilObjUserFolderGUI.php.
References $_POST, ilObjectGUI\$ilias, $ilSetting, ilObjectGUI\$lng, $valid, ilPrivacySettings\_getInstance(), ilUserSearchOptions\_isSearchable(), ilMemberAgreement\_reset(), ilUserSearchOptions\_saveStatus(), ilUtil\sendFailure(), ilUtil\sendSuccess(), and settingsObject().
Referenced by confirmSavedObject().
ilObjUserFolderGUI::saveLoginnameSettingsObject | ( | ) |
Definition at line 3009 of file class.ilObjUserFolderGUI.php.
References $ilSetting, $valid, initLoginSettingsForm(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::saveNewAccountMailObject | ( | ) |
Definition at line 2860 of file class.ilObjUserFolderGUI.php.
References $_POST, ilObjectGUI\$lng, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
ilObjUserFolderGUI::searchCancelledObject | ( | ) |
Definition at line 965 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::searchResultHandler | ( | $a_cmd, | |
$a_usr_ids | |||
) |
Handles multi command from admin user search gui.
Definition at line 3097 of file class.ilObjUserFolderGUI.php.
References $_POST, ilUtil\sendFailure(), and showActionConfirmation().
ilObjUserFolderGUI::searchUserFormObject | ( | ) |
displays user search form
Definition at line 935 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::searchUserObject | ( | ) |
Definition at line 973 of file class.ilObjUserFolderGUI.php.
References $_GET, $_POST, $_SESSION, $ctrl, ilObjectGUI\$data, ilObjUser\searchUsers(), ilUtil\sendInfo(), showActions(), ilUtil\sortArray(), and ilUtil\switchColor().
ilObjUserFolderGUI::selectExportFormat | ( | ) |
Definition at line 797 of file class.ilObjUserFolderGUI.php.
References formSelect().
Referenced by showActionConfirmation().
ilObjUserFolderGUI::setAccessRestrictionObject | ( | $a_form = null | ) |
Definition at line 536 of file class.ilObjUserFolderGUI.php.
References initAccessRestrictionForm().
Referenced by confirmaccessRestrictObject(), and showActionConfirmation().
ilObjUserFolderGUI::setSubTabs | ( | $a_tab | ) |
set sub tabs
Definition at line 2938 of file class.ilObjUserFolderGUI.php.
Referenced by executeCommand(), initFormGeneralSettings(), initLoginSettingsForm(), newAccountMailObject(), and settingsObject().
ilObjUserFolderGUI::settingsObject | ( | ) |
Global user settings.
Allows to define global settings for user accounts
Note: The Global user settings form allows to specify default values for some user preferences. To avoid redundant implementations, specification of default values can be done elsewhere in ILIAS are not supported by this form.
Definition at line 2289 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$ilias, ilObjectGUI\$lng, $tab, ilObjectGUI\$tpl, and setSubTabs().
Referenced by saveGlobalUserSettingsObject().
ilObjUserFolderGUI::setUserOwnerId | ( | $a_id | ) |
Definition at line 43 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::showActionConfirmation | ( | $action | ) |
display activation confirmation screen
Definition at line 820 of file class.ilObjUserFolderGUI.php.
References $_POST, $_SESSION, ilDatePresentation\formatDate(), IL_CAL_DATETIME, selectExportFormat(), and setAccessRestrictionObject().
Referenced by activateUsersObject(), deactivateUsersObject(), deleteUsersObject(), exportUsersObject(), freeAccessObject(), restrictAccessObject(), searchResultHandler(), and userActionObject().
ilObjUserFolderGUI::showActions | ( | $with_subobjects = false | ) |
show possible action (form buttons)
boolean | public |
Definition at line 260 of file class.ilObjUserFolderGUI.php.
References $_POST, ilObjectGUI\$actions, $d, $row, ilUtil\getImagePath(), and showPossibleSubObjects().
Referenced by searchUserObject().
ilObjUserFolderGUI::showLoginnameSettingsObject | ( | ) |
Definition at line 2963 of file class.ilObjUserFolderGUI.php.
References $ilSetting, and initLoginSettingsForm().
ilObjUserFolderGUI::showPossibleSubObjects | ( | ) |
show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders
public
Reimplemented from ilObjectGUI.
Definition at line 332 of file class.ilObjUserFolderGUI.php.
References $d, $row, and formSelect().
Referenced by showActions().
ilObjUserFolderGUI::updateAppliedUsersObject | ( | ) |
Definition at line 1939 of file class.ilObjUserFolderGUI.php.
References $_POST, $_SESSION, $usr_id, __toUnix(), appliedUsersObject(), editAppliedUsersObject(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjUserFolderGUI::userActionObject | ( | ) |
Definition at line 922 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::viewObject | ( | $reset_filter = FALSE | ) |
list users
public
Definition at line 191 of file class.ilObjUserFolderGUI.php.
References $_GET, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObjUser\getFirstLettersOfLastnames(), and ilUserAccountSettings\getInstance().
ilObjUserFolderGUI::$ctrl |
Definition at line 21 of file class.ilObjUserFolderGUI.php.
Referenced by searchUserObject().