|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilObjUserFolderGUI:
Collaboration diagram for ilObjUserFolderGUI:Public Member Functions | |
| __construct ( $a_data, int $a_id, bool $a_call_by_reference) | |
| setUserOwnerId (int $a_id) | |
| getUserOwnerId () | |
| executeCommand () | |
| resetFilterObject () | |
| addUserObject () | |
| Add new user. More... | |
| applyFilterObject () | |
| viewObject (bool $reset_filter=false) | |
| list users More... | |
| filterUserIdsByRbacOrPositionOfCurrentUser (array $user_ids) | |
| chooseLetterObject () | |
| cancelUserFolderActionObject () | |
| cancelSearchActionObject () | |
| confirmactivateObject () | |
| Set the selected users active. More... | |
| confirmdeactivateObject () | |
| Set the selected users inactive. More... | |
| setAccessRestrictionObject (?ilPropertyFormGUI $a_form=null, bool $a_from_search=false) | |
| confirmdeleteObject () | |
| showActionConfirmation (string $action, bool $a_from_search=false) | |
| display activation confirmation screen More... | |
| deleteUsersObject () | |
| activateUsersObject () | |
| deactivateUsersObject () | |
| restrictAccessObject () | |
| freeAccessObject () | |
| Free access. More... | |
| userActionObject () | |
| importUserFormObject () | |
| display form for user import More... | |
| initUserImportForm () | |
| Init user import form. More... | |
| importCancelledObject () | |
| getImportDir () | |
| importUserRoleAssignmentObject () | |
| display form for user import with new FileSystem implementation More... | |
| verifyXmlData (ilUserImportParser $import_parser) | |
| importUsersObject () | |
| Import Users with new form implementation. More... | |
| saveGeneralSettingsObject () | |
| Save user account settings. More... | |
| 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. More... | |
| confirmSavedObject () | |
| saveGlobalUserSettingsObject (string $action="") | |
| confirmUsrFieldChangeListenersObject () | |
| showFieldChangeComponentsListeningConfirmDialog (array $interestedChangeListeners) | |
| __buildUserFilterSelect () | |
| build select form to distinguish between active and non-active users More... | |
| downloadExportFileObject () | |
| Download selected export files Sends a selected export file for download. More... | |
| confirmDeleteExportFileObject () | |
| confirmation screen for export file deletion More... | |
| cancelDeleteExportFileObject () | |
| cancel deletion of export files More... | |
| deleteExportFileObject () | |
| delete export files More... | |
| exportObject () | |
| newAccountMailObject () | |
| new account mail administration More... | |
| cancelNewAccountMailObject () | |
| saveNewAccountMailObject () | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| setSubTabs (string $a_tab) | |
| showLoginnameSettingsObject () | |
| saveLoginnameSettingsObject () | |
| jumpToUserObject () | |
| Jump to edit screen for user. More... | |
| searchUserAccessFilterCallable (array $a_user_ids) | |
| searchResultHandler (array $a_usr_ids, string $a_cmd) | |
| Handles multi command from repository search gui. More... | |
| getUserMultiCommands (bool $a_search_form=false) | |
| addToExternalSettingsForm (int $a_form_id) | |
Public Member Functions inherited from ilObjectGUI | |
| __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
| getRefId () | |
| setAdminMode (string $mode) | |
| getAdminMode () | |
| getObject () | |
| executeCommand () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| setCreationMode (bool $mode=true) | |
| if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More... | |
| getCreationMode () | |
| prepareOutput (bool $show_sub_objects=true) | |
| getAdminTabs () | |
| administration tabs show only permissions and trash folder More... | |
| getHTML () | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
| cancelDeleteObject () | |
| cancel deletion of object More... | |
| cancelObject () | |
| cancel action and go back to previous page More... | |
| createObject () | |
| create new object form More... | |
| cancelCreation () | |
| cancel create action and go back to repository parent More... | |
| saveObject () | |
| getDidacticTemplateVar (string $type) | |
| Get didactic template setting from creation screen. More... | |
| putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
| Add object to tree at given position. More... | |
| editObject () | |
| addExternalEditFormCustom (ilPropertyFormGUI $form) | |
| updateObject () | |
| updates object entry in object_data More... | |
| getFormAction (string $cmd, string $default_form_action="") | |
| Get form action for command (command is method name without "Object", e.g. More... | |
| isVisible (int $ref_id, string $type) | |
| viewObject () | |
| viewObject container presentation for "administration -> repository, trash, permissions" More... | |
| deleteObject (bool $error=false) | |
| Display deletion confirmation screen. More... | |
| setColumnSettings (ilColumnGUI $column_gui) | |
| redirectAfterCreation () | |
| Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
| addToDeskObject () | |
| removeFromDeskObject () | |
Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback | |
| callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
| static | _goto (int $a_user) |
Static Public Member Functions inherited from ilObjectGUI | |
| static | _gotoRepositoryRoot (bool $raise_error=false) |
| Goto repository root. More... | |
| static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
| static | _gotoSharedWorkspaceNode (int $wsp_id) |
Data Fields | |
| const | USER_FIELD_TRANSLATION_MAPPING |
Data Fields inherited from ilObjectGUI | |
| const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
| const | ADMIN_MODE_NONE = "" |
| const | ADMIN_MODE_SETTINGS = "settings" |
| const | ADMIN_MODE_REPOSITORY = "repository" |
| const | UPLOAD_TYPE_LOCAL = 1 |
| const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
| const | CFORM_NEW = 1 |
| const | CFORM_IMPORT = 2 |
| const | CFORM_CLONE = 3 |
Protected Member Functions | |
| addUserAutoCompleteObject () | |
| Show auto complete results. More... | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders More... | |
| confirmaccessFreeObject () | |
| initAccessRestrictionForm (bool $a_from_search=false) | |
| confirmaccessRestrictObject () | |
| getActionUserIds () | |
| Get selected items for table action. More... | |
| inAdministration () | |
| generalSettingsObject () | |
| Show user account general settings. More... | |
| forceUserPasswordResetObject () | |
| askForUserPasswordResetObject () | |
| initFormGeneralSettings () | |
| init general settings form More... | |
| performExportObject () | |
| initNewAccountMailForm () | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| usrExportX86Object () | |
| Export excel. More... | |
| usrExportCsvObject () | |
| Export csv. More... | |
| usrExportXmlObject () | |
| Export xml. More... | |
| mailObject () | |
| addToClipboardObject () | |
Protected Member Functions inherited from ilObjectGUI | |
| getObjectService () | |
| assignObject () | |
| setTitleAndDescription () | |
| initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
| Add header action menu. More... | |
| insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
| Insert header action into main template. More... | |
| addHeaderAction () | |
| Add header action menu. More... | |
| redrawHeaderActionObject () | |
| Ajax call: redraw action header only. More... | |
| setTabs () | |
| set admin tabs More... | |
| setAdminTabs () | |
| set admin tabs More... | |
| setLocator () | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| omitLocator (bool $omit=true) | |
| addAdminLocatorItems (bool $do_not_add_object=false) | |
| should be overwritten to add object specific items (repository items are preloaded) More... | |
| initCreationForms (string $new_type) | |
| Init creation forms. More... | |
| getCreationFormsHTML (array $forms) | |
| Get HTML for creation forms (accordion) More... | |
| initCreateForm (string $new_type) | |
| initDidacticTemplate (ilPropertyFormGUI $form) | |
| addDidacticTemplateOptions (array &$a_options) | |
| Add custom templates. More... | |
| afterSave (ilObject $new_object) | |
| Post (successful) object creation hook. More... | |
| initEditForm () | |
| initEditCustomForm (ilPropertyFormGUI $a_form) | |
| Add custom fields to update form. More... | |
| getEditFormValues () | |
| getEditFormCustomValues (array &$a_values) | |
| Add values to custom edit fields. More... | |
| validateCustom (ilPropertyFormGUI $form) | |
| Validate custom values (if not possible with checkInput()) More... | |
| updateCustom (ilPropertyFormGUI $form) | |
| Insert custom update form values into object. More... | |
| afterUpdate () | |
| Post (successful) object update hook. More... | |
| initImportForm (string $new_type) | |
| importFileObject (int $parent_id=null) | |
| afterImport (ilObject $new_object) | |
| Post (successful) object import hook. More... | |
| setFormAction (string $cmd, string $form_action) | |
| getReturnLocation (string $cmd, string $default_location="") | |
| Get return location for command (command is method name without "Object", e.g. More... | |
| setReturnLocation (string $cmd, string $location) | |
| set specific return location for command More... | |
| getTargetFrame (string $cmd, string $default_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. More... | |
| setTargetFrame (string $cmd, string $target_frame) | |
| Set specific target frame for command. More... | |
| showPossibleSubObjects () | |
| show possible sub objects (pull down menu) More... | |
| getTabs () | |
| @abstract overwrite in derived GUI class of your object type More... | |
| redirectToRefId (int $ref_id, string $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 ["ref_id"] value of the request More... | |
| fillCloneTemplate (?string $tpl_name, string $type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
| getCenterColumnHTML () | |
| Get center column. More... | |
| getRightColumnHTML () | |
| Display right column. More... | |
| checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
| enableDragDropFileUpload () | |
| Enables the file upload into this object by dropping files. More... | |
| showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
| show edit section of custom icons for container More... | |
Private Member Functions | |
| getTranslationForField (string $fieldName, array $properties) | |
| checkUserManipulationAccessBool () | |
| Check if current user has access to manipulate user data. More... | |
| initUserRoleAssignmentForm (string $xml_file_full_path) | |
| handleUploadedFiles () | |
| Handles uploaded zip/xmp files with Filesystem implementation. More... | |
| getPasswordPolicySettingsMap (\ilSecuritySettings $security) | |
| collectChangedFields () | |
| initLoginSettingsForm () | |
| redirectAfterImport () | |
| raiseErrorOnMissingWrite () | |
Private Attributes | |
| Container | $dic |
| bool | $usrFieldChangeListenersAccepted = false |
Definition at line 32 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::__construct | ( | $a_data, | |
| int | $a_id, | ||
| bool | $a_call_by_reference | ||
| ) |
Definition at line 61 of file class.ilObjUserFolderGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ilLoggerFactory\getLogger(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::__buildUserFilterSelect | ( | ) |
build select form to distinguish between active and non-active users
Definition at line 2975 of file class.ilObjUserFolderGUI.php.
References ilLegacyFormElementsUtil\formSelect(), ilSession\get(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Definition at line 3694 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilErr, $lng, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ROOT_FOLDER_ID, and USER_FOLDER_ID.
Here is the call graph for this function:| ilObjUserFolderGUI::activateUsersObject | ( | ) |
Definition at line 1005 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 4116 of file class.ilObjUserFolderGUI.php.
References $GLOBALS, ILIAS\Repository\ctrl(), ILIAS\Survey\Mode\getId(), ilUserClipboard\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::addToExternalSettingsForm | ( | int | $a_form_id | ) |
Definition at line 4040 of file class.ilObjUserFolderGUI.php.
References $DIC, ilSecuritySettings\_getInstance(), ilAdministrationSettingsFormHandler\FORM_SECURITY, ilAdministrationSettingsFormHandler\FORM_TOS, and ilAdministrationSettingsFormHandler\VALUE_BOOL.
Here is the call graph for this function:
|
protected |
Show auto complete results.
Definition at line 376 of file class.ilObjUserFolderGUI.php.
References exit, and ilUserAutoComplete\MAX_ENTRIES.
| ilObjUserFolderGUI::addUserObject | ( | ) |
Add new user.
Definition at line 249 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::applyFilterObject | ( | ) |
Definition at line 262 of file class.ilObjUserFolderGUI.php.
References $DIC.
|
protected |
Definition at line 2143 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::cancelDeleteExportFileObject | ( | ) |
cancel deletion of export files
Definition at line 3069 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::cancelNewAccountMailObject | ( | ) |
Definition at line 3357 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::cancelSearchActionObject | ( | ) |
Definition at line 490 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::cancelUserFolderActionObject | ( | ) |
Definition at line 482 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Check if current user has access to manipulate user data.
Definition at line 869 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
| ilObjUserFolderGUI::chooseLetterObject | ( | ) |
Definition at line 409 of file class.ilObjUserFolderGUI.php.
References $DIC.
|
private |
Definition at line 2940 of file class.ilObjUserFolderGUI.php.
References ILIAS\LTI\ToolProvider\$key, and $post.
|
protected |
Definition at line 593 of file class.ilObjUserFolderGUI.php.
References $id, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 710 of file class.ilObjUserFolderGUI.php.
References $id, ilPropertyFormGUI\checkInput(), ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), ilPropertyFormGUI\getItemByPostVar(), IL_CAL_UNIX, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::confirmactivateObject | ( | ) |
Set the selected users active.
Definition at line 501 of file class.ilObjUserFolderGUI.php.
References $DIC, $id, $ilUser, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::confirmdeactivateObject | ( | ) |
Set the selected users inactive.
Definition at line 550 of file class.ilObjUserFolderGUI.php.
References $DIC, $id, $ilUser, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::confirmDeleteExportFileObject | ( | ) |
confirmation screen for export file deletion
Definition at line 3029 of file class.ilObjUserFolderGUI.php.
References ilObject\_getIcon(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjUserFolderGUI::confirmdeleteObject | ( | ) |
Definition at line 759 of file class.ilObjUserFolderGUI.php.
References $DIC, $id, $ilUser, ILIAS\Repository\ctrl(), ilObjectFactory\getInstanceByObjId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::confirmSavedObject | ( | ) |
Definition at line 2585 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::confirmUsrFieldChangeListenersObject | ( | ) |
Definition at line 2817 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::deactivateUsersObject | ( | ) |
Definition at line 1011 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\lng(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilObjUserFolderGUI::deleteExportFileObject | ( | ) |
delete export files
Definition at line 3080 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::deleteUsersObject | ( | ) |
Definition at line 984 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, ILIAS\Repository\user(), and USER_FOLDER_ID.
Here is the call graph for this function:| ilObjUserFolderGUI::downloadExportFileObject | ( | ) |
Download selected export files Sends a selected export file for download.
Definition at line 3000 of file class.ilObjUserFolderGUI.php.
References ilFileDelivery\deliverFileLegacy(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::executeCommand | ( | ) |
Reimplemented from ilObjectGUI.
Definition at line 127 of file class.ilObjUserFolderGUI.php.
References $DIC, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Here is the call graph for this function:| ilObjUserFolderGUI::exportObject | ( | ) |
Definition at line 3114 of file class.ilObjUserFolderGUI.php.
References $DIC, $type, ILIAS\Repository\ctrl(), ilSubmitButton\getInstance(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjUserFolderGUI::filterUserIdsByRbacOrPositionOfCurrentUser | ( | array | $user_ids | ) |
| int[] | $user_ids |
Definition at line 396 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
|
protected |
Definition at line 2131 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), ilUserPasswordManager\getInstance(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::freeAccessObject | ( | ) |
Free access.
Definition at line 1031 of file class.ilObjUserFolderGUI.php.
|
protected |
Show user account general settings.
Definition at line 1850 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, ILIAS\LTI\ToolProvider\$settings, ilSecuritySettings\_getInstance(), ilSessionControl\DEFAULT_MAX_COUNT, ilSessionControl\DEFAULT_MAX_IDLE, ilSessionControl\DEFAULT_MAX_IDLE_AFTER_FIRST_REQUEST, ilSessionControl\DEFAULT_MIN_IDLE, ILIAS\Repository\form(), ilUserAccountSettings\getInstance(), ILIAS\Repository\int(), and ilSession\SESSION_HANDLING_FIXED.
Here is the call graph for this function:
|
protected |
Get selected items for table action.
Definition at line 817 of file class.ilObjUserFolderGUI.php.
References $DIC, ilLocalUser\_getAllUserIds(), ilLocalUser\_getUserFolderId(), ilUserTableGUI\MODE_USER_FOLDER, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Here is the call graph for this function:| ilObjUserFolderGUI::getAdminTabs | ( | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Definition at line 3404 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::getImportDir | ( | ) |
Definition at line 1137 of file class.ilObjUserFolderGUI.php.
|
private |
Definition at line 1928 of file class.ilObjUserFolderGUI.php.
References ilSecuritySettings\getPasswordMaxLength(), ilSecuritySettings\getPasswordMinLength(), ilSecuritySettings\getPasswordMustNotContainLoginnameStatus(), ilSecuritySettings\getPasswordNumberOfLowercaseChars(), ilSecuritySettings\getPasswordNumberOfUppercaseChars(), ilSecuritySettings\isPasswordCharsAndNumbersEnabled(), and ilSecuritySettings\isPasswordSpecialCharsEnabled().
Here is the call graph for this function:
|
protected |
@abstract overwrite in derived GUI class of your object type
Reimplemented from ilObjectGUI.
Definition at line 3409 of file class.ilObjUserFolderGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Here is the call graph for this function:
|
private |
Definition at line 99 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::getUserMultiCommands | ( | bool | $a_search_form = false | ) |
Definition at line 3797 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, $type, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::getUserOwnerId | ( | ) |
Definition at line 122 of file class.ilObjUserFolderGUI.php.
References USER_FOLDER_ID.
|
private |
Handles uploaded zip/xmp files with Filesystem implementation.
Definition at line 1563 of file class.ilObjUserFolderGUI.php.
References Vendor\Package\$a, $DIC, $ilUser, ILIAS\LTI\ToolProvider\$key, $parts, ilFileUtils\getDataDir(), ILIAS\Repository\lng(), and ilFileUtils\unzip().
Here is the call graph for this function:| ilObjUserFolderGUI::importCancelledObject | ( | ) |
Definition at line 1113 of file class.ilObjUserFolderGUI.php.
References $DIC, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::importUserFormObject | ( | ) |
display form for user import
Definition at line 1046 of file class.ilObjUserFolderGUI.php.
References $DIC, $tpl, ILIAS\Repository\form(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::importUserRoleAssignmentObject | ( | ) |
display form for user import with new FileSystem implementation
Definition at line 1154 of file class.ilObjUserFolderGUI.php.
References $DIC, $message, $tpl, ILIAS\Repository\form(), ilFileUtils\getDataDir(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::importUsersObject | ( | ) |
Import Users with new form implementation.
Definition at line 1686 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, $keys, ilObjRole\_getAssignUsersStatus(), ILIAS\Repository\ctrl(), ilFileUtils\getDataDir(), IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, IL_IMPORT_WARNING, IL_USER_IMPORT, ILIAS\Repository\lng(), ILIAS\Repository\object(), SYSTEM_ROLE_ID, and USER_FOLDER_ID.
Here is the call graph for this function:
|
protected |
Definition at line 1108 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 645 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
init general settings form
Definition at line 2170 of file class.ilObjUserFolderGUI.php.
References $check, $DIC, $ilSetting, $log, ILIAS\Repository\ctrl(), ilSessionControl\DEFAULT_ALLOW_CLIENT_MAINTENANCE, ILIAS\Repository\form(), ilSession\getSessionExpireValue(), ILIAS\Repository\lng(), ilDatePresentation\secondsToString(), ilSession\SESSION_HANDLING_FIXED, and ilSession\SESSION_HANDLING_LOAD_DEPENDENT.
Here is the call graph for this function:
|
private |
Definition at line 3589 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 3157 of file class.ilObjUserFolderGUI.php.
References $DIC, $lng, ilObjUserFolder\_lookupNewAccountMail(), ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilUtil\getImagePath(), ilPropertyFormGUI\setDescription(), ilFormGUI\setFormAction(), ilPropertyFormGUI\setTitle(), and ilPropertyFormGUI\setTitleIcon().
Here is the call graph for this function:| ilObjUserFolderGUI::initUserImportForm | ( | ) |
Init user import form.
Definition at line 1077 of file class.ilObjUserFolderGUI.php.
References $DIC, $lng, and ILIAS\Repository\form().
Here is the call graph for this function:
|
private |
| ilCtrlException |
Definition at line 1190 of file class.ilObjUserFolderGUI.php.
References $DIC, $i, $id, $ilUser, ILIAS\LTI\ToolProvider\$key, $message, $path, ilObjRole\_getAssignUsersStatus(), ilObjUserFolder\_lookupNewAccountMail(), ANONYMOUS_ROLE_ID, ILIAS\Repository\ctrl(), IL_EXTRACT_ROLES, IL_IGNORE_ON_CONFLICT, IL_UPDATE_ON_CONFLICT, IL_VERIFY, ILIAS\Repository\lng(), ILIAS\Repository\object(), ROLE_FOLDER_ID, SYSTEM_ROLE_ID, and USER_FOLDER_ID.
Here is the call graph for this function:| ilObjUserFolderGUI::jumpToUserObject | ( | ) |
Jump to edit screen for user.
Definition at line 3735 of file class.ilObjUserFolderGUI.php.
References $DIC, and ilObject\_lookupType().
Here is the call graph for this function:
|
protected |
Definition at line 3978 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, ILIAS\Repository\ctrl(), ilMailFormCall\getRedirectTarget(), ILIAS\Repository\lng(), ilMailingList\MODE_TEMPORARY, and ilUtil\redirect().
Here is the call graph for this function:| ilObjUserFolderGUI::newAccountMailObject | ( | ) |
new account mail administration
Definition at line 3255 of file class.ilObjUserFolderGUI.php.
References $DIC, $lng, and ilPropertyFormGUI\getHTML().
Here is the call graph for this function:
|
protected |
| ilCtrlException | |
| ilObjectException |
Definition at line 3103 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:
|
private |
Definition at line 4137 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\lng(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Here is the call graph for this function:
|
private |
Definition at line 4101 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilObjUserFolderGUI::resetFilterObject | ( | ) |
Definition at line 235 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::restrictAccessObject | ( | ) |
Definition at line 1022 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::saveGeneralSettingsObject | ( | ) |
Save user account settings.
Definition at line 1944 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, $valid, ilSecuritySettings\_getInstance(), ILIAS\Repository\ctrl(), ilSessionControl\DEFAULT_ALLOW_CLIENT_MAINTENANCE, ILIAS\Repository\form(), ilUserAccountSettings\getInstance(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilSession\SESSION_HANDLING_FIXED, ilSession\SESSION_HANDLING_LOAD_DEPENDENT, and ilSessionStatistics\updateLimitLog().
Here is the call graph for this function:| ilObjUserFolderGUI::saveGlobalUserSettingsObject | ( | string | $action = "" | ) |
Definition at line 2591 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, $lng, $valid, ilUserSearchOptions\_isSearchable(), ilMemberAgreement\_reset(), ilUserSearchOptions\_saveStatus(), ILIAS\Repository\lng(), ilUserSettingsConfig\setChangeable(), and ilUserSettingsConfig\setVisible().
Here is the call graph for this function:| ilObjUserFolderGUI::saveLoginnameSettingsObject | ( | ) |
Definition at line 3641 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, $valid, ILIAS\Repository\int(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::saveNewAccountMailObject | ( | ) |
Definition at line 3365 of file class.ilObjUserFolderGUI.php.
References $DIC, $lng, ilObjUserFolder\_deleteAccountMailAttachment(), ilObjUserFolder\_updateAccountMailAttachment(), ilObjUserFolder\_writeNewAccountMail(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::searchResultHandler | ( | array | $a_usr_ids, |
| string | $a_cmd | ||
| ) |
Handles multi command from repository search gui.
Definition at line 3774 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::searchUserAccessFilterCallable | ( | array | $a_user_ids | ) |
Definition at line 3755 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
| ilObjUserFolderGUI::setAccessRestrictionObject | ( | ?ilPropertyFormGUI | $a_form = null, |
| bool | $a_from_search = false |
||
| ) |
Definition at line 632 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::setSubTabs | ( | string | $a_tab | ) |
Definition at line 3496 of file class.ilObjUserFolderGUI.php.
References $DIC, and ILIAS\Repository\ctrl().
Here is the call graph for this function:| 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 2558 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::setUserOwnerId | ( | int | $a_id | ) |
Definition at line 117 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::showActionConfirmation | ( | string | $action, |
| bool | $a_from_search = false |
||
| ) |
display activation confirmation screen
Definition at line 884 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::showFieldChangeComponentsListeningConfirmDialog | ( | array | $interestedChangeListeners | ) |
| InterestedUserFieldChangeListener[] | $interestedChangeListeners |
Definition at line 2826 of file class.ilObjUserFolderGUI.php.
| ilObjUserFolderGUI::showLoginnameSettingsObject | ( | ) |
Definition at line 3565 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders
Reimplemented from ilObjectGUI.
Definition at line 425 of file class.ilObjUserFolderGUI.php.
References $d, $DIC, $i, ilLegacyFormElementsUtil\formSelect(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjUserFolderGUI::userActionObject | ( | ) |
Definition at line 1037 of file class.ilObjUserFolderGUI.php.
|
protected |
Export csv.
Definition at line 3904 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), ilFileDelivery\deliverFileLegacy(), ilObjUserFolder\FILE_TYPE_CSV, ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Export excel.
Definition at line 3865 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), ilFileDelivery\deliverFileLegacy(), ilObjUserFolder\FILE_TYPE_EXCEL, ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Export xml.
Definition at line 3943 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), ilFileDelivery\deliverFileLegacy(), ilObjUserFolder\FILE_TYPE_XML, ILIAS\Repository\lng(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilObjUserFolderGUI::verifyXmlData | ( | ilUserImportParser | $import_parser | ) |
Definition at line 1658 of file class.ilObjUserFolderGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ilUserImportParser\getErrorLevel(), ilUserImportParser\getProtocolAsHTML(), IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, IL_IMPORT_WARNING, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilObjUserFolderGUI::viewObject | ( | bool | $reset_filter = false | ) |
list users
Definition at line 280 of file class.ilObjUserFolderGUI.php.
References ILIAS\Repository\ctrl(), and ilLinkButton\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 56 of file class.ilObjUserFolderGUI.php.
|
private |
Definition at line 49 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 51 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 57 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 50 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 52 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 53 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 55 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 54 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 58 of file class.ilObjUserFolderGUI.php.
|
private |
Definition at line 59 of file class.ilObjUserFolderGUI.php.
| const ilObjUserFolderGUI::USER_FIELD_TRANSLATION_MAPPING |
Definition at line 36 of file class.ilObjUserFolderGUI.php.
Referenced by ilUserFieldSettingsTableGUI\fillRow(), and ILIAS\Services\User\InterestedUserFieldAttribute\getNameTranslation().