ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilObjUserFolderGUI. More...
Public Member Functions | |
__construct ($a_data, $a_id, $a_call_by_reference, $a_prepare_output=true) | |
Constructor public. More... | |
setUserOwnerId ($a_id) | |
getUserOwnerId () | |
executeCommand () | |
learningProgressObject () | |
resetFilterObject () | |
Reset filter (note: this function existed before data table filter has been introduced. More... | |
addUserObject () | |
Add new user;. More... | |
applyFilterObject () | |
Apply filter. More... | |
viewObject ($reset_filter=false) | |
list users public More... | |
filterUserIdsByRbacOrPositionOfCurrentUser (array $user_ids) | |
chooseLetterObject () | |
Choose first letter. More... | |
showActions ($with_subobjects=false) | |
show possible action (form buttons) More... | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders public More... | |
cancelUserFolderActionObject () | |
cancelSearchActionObject () | |
confirmactivateObject () | |
Set the selected users active public. More... | |
confirmdeactivateObject () | |
Set the selected users inactive public. More... | |
setAccessRestrictionObject ($a_form=null, $a_from_search=false) | |
confirmdeleteObject () | |
confirm delete Object public More... | |
showActionConfirmation ($action, $a_from_search=false) | |
display activation confirmation screen More... | |
deleteUsersObject () | |
Delete users. More... | |
activateUsersObject () | |
Activate users. More... | |
deactivateUsersObject () | |
Deactivate users. More... | |
restrictAccessObject () | |
Restrict access. More... | |
freeAccessObject () | |
Free access. More... | |
userActionObject () | |
importUserFormObject () | |
display form for user import More... | |
initUserImportForm () | |
Init user import form. More... | |
importCancelledObject () | |
import cancelled private More... | |
getImportDir () | |
get user import directory name with new FileSystem implementation More... | |
importUserRoleAssignmentObject () | |
display form for user import with new FileSystem implementation More... | |
verifyXmlData ($importParser) | |
importUsersObject () | |
Import Users with new form implementation. More... | |
hitsperpageObject () | |
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 ($action="") | |
__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 () | |
getTabs () | |
get tabs public More... | |
setSubTabs ($a_tab) | |
set sub tabs More... | |
showLoginnameSettingsObject () | |
saveLoginnameSettingsObject () | |
jumpToUserObject () | |
Jump to edit screen for user. More... | |
searchUserAccessFilterCallable (array $a_user_ids) | |
searchResultHandler ($a_usr_ids, $a_cmd) | |
Handles multi command from repository search gui. More... | |
getUserMultiCommands ($a_search_form=false) | |
addToExternalSettingsForm ($a_form_id) | |
![]() | |
executeCommand () | |
execute command More... | |
withReferences () | |
determines wether objects are referenced or not (got ref ids or not) More... | |
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 More... | |
getCreationMode () | |
get creation mode More... | |
prepareOutput ($a_show_subobjects=true) | |
prepare output More... | |
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 public More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
save object More... | |
getDidacticTemplateVar ($a_type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
edit object More... | |
addExternalEditFormCustom (ilPropertyFormGUI $a_form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction ($a_cmd, $a_formaction="") | |
get form action for command (command is method name without "Object", e.g. More... | |
isVisible ($a_ref_id, $a_type) | |
viewObject () | |
viewObject container presentation for "administration -> repository, trash, permissions" More... | |
deleteObject ($a_error=false) | |
Display deletion confirmation screen. More... | |
cloneAllObject () | |
Clone single (not container object) Method is overwritten in ilContainerGUI. More... | |
redirectAfterCreation () | |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html. More... | |
addToDeskObject () | |
removeFromDeskObject () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
static | _goto ($a_user) |
goto target group More... | |
![]() | |
static | _gotoRepositoryRoot ($a_raise_error=false) |
Goto repository root. More... | |
static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
Goto repository root. More... | |
Data Fields | |
$ctrl | |
$object | |
![]() | |
const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
const | COPY_WIZARD_NEEDS_PAGE = 1 |
$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. More... | |
confirmaccessFreeObject () | |
"access free" More... | |
initAccessRestrictionForm ($a_from_search=false) | |
confirmaccessRestrictObject () | |
getActionUserIds () | |
Get selected items for table action. More... | |
generalSettingsObject () | |
Show user account general settings. More... | |
forceUserPasswordResetObject () | |
askForUserPasswordResetObject () | |
initFormGeneralSettings () | |
init general settings form More... | |
performExportObject () | |
initNewAccountMailForm () | |
usrExportX86Object () | |
Export excel. More... | |
usrExportCsvObject () | |
Export csv. More... | |
usrExportXmlObject () | |
Export xml. More... | |
mailObject () | |
addToClipboardObject () | |
Add users to clipboard. More... | |
![]() | |
getObjectService () | |
Get object service. More... | |
assignObject () | |
setTitleAndDescription () | |
called by prepare output More... | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction ($a_list_gui) | |
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 public More... | |
setAdminTabs () | |
set admin tabs public More... | |
setLocator () | |
set Locator More... | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator ($a_omit=true) | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms ($a_new_type) | |
Init creation froms. More... | |
getCreationFormsHTML (array $a_forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm ($a_new_type) | |
Init object creation form. More... | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
Show didactic template types. More... | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $a_new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
Init object edit form. More... | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
Get values for edit form. More... | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $a_form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $a_form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm ($a_new_type) | |
Init object import form. More... | |
importFileObject ($parent_id=null, $a_catch_errors=true) | |
Import. More... | |
afterImport (ilObject $a_new_object) | |
Post (successful) object import hook. More... | |
setFormAction ($a_cmd, $a_formaction) | |
set specific form action for command More... | |
getReturnLocation ($a_cmd, $a_location="") | |
get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation ($a_cmd, $a_location) | |
set specific return location for command More... | |
getTargetFrame ($a_cmd, $a_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame ($a_cmd, $a_target_frame) | |
set specific target frame for command More... | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) More... | |
getTemplateFile ($a_cmd, $a_type="") | |
get a template blockfile format: tpl. More... | |
getTabs () | |
get tabs abstract method. More... | |
__showButton ($a_cmd, $a_text, $a_target='') | |
hitsperpageObject () | |
& | __initTableGUI () |
__setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
standard implementation for tables use 'from' variable use different initial setting of table More... | |
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 More... | |
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. More... | |
getCenterColumnHTML () | |
Get center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
setColumnSettings (ilColumnGUI $column_gui) | |
May be overwritten in subclasses. More... | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. More... | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission. More... | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
handleAutoRating (ilObject $a_new_obj) | |
Activate rating automatically if parent container setting. More... | |
Protected Attributes | |
$log | |
$user_settings_config | |
![]() | |
const | UPLOAD_TYPE_LOCAL = 1 |
const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
$ilErr | |
$locator | |
$user | |
$access | |
$rbacsystem | |
$settings | |
$rbacreview | |
$toolbar | |
$tmp_import_dir | |
$tabs_gui = null | |
$ctrl | |
$object_service | |
$favourites | |
$request | |
Private Member Functions | |
checkUserManipulationAccessBool () | |
Check if current user has access to manipulate user data. More... | |
initUserRoleAssignmentForm ($xml_file_full_path) | |
handleUploadedFiles () | |
Handles uploaded zip/xmp files with Filesystem implementation. More... | |
getPasswordPolicySettingsMap (\ilSecuritySettings $security) | |
initLoginSettingsForm () | |
Class ilObjUserFolderGUI.
Definition at line 17 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::__construct | ( | $a_data, | |
$a_id, | |||
$a_call_by_reference, | |||
$a_prepare_output = true |
|||
) |
Constructor public.
Definition at line 35 of file class.ilObjUserFolderGUI.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ilLoggerFactory\getLogger().
ilObjUserFolderGUI::__buildUserFilterSelect | ( | ) |
build select form to distinguish between active and non-active users
Definition at line 2991 of file class.ilObjUserFolderGUI.php.
References $_SESSION, and ilUtil\formSelect().
|
static |
goto target group
Definition at line 3728 of file class.ilObjUserFolderGUI.php.
References $ctrl, $DIC, ilObjectGUI\$ilErr, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ROOT_FOLDER_ID, ilUtil\sendFailure(), and USER_FOLDER_ID.
ilObjUserFolderGUI::activateUsersObject | ( | ) |
Activate users.
Definition at line 1129 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
|
protected |
Add users to clipboard.
Definition at line 4172 of file class.ilObjUserFolderGUI.php.
References $GLOBALS, getActionUserIds(), ilUserClipboard\getInstance(), and ilUtil\sendFailure().
ilObjUserFolderGUI::addToExternalSettingsForm | ( | $a_form_id | ) |
Definition at line 4110 of file class.ilObjUserFolderGUI.php.
References $DIC, ilSecuritySettings\_getInstance(), ilAdministrationSettingsFormHandler\FORM_SECURITY, ilAdministrationSettingsFormHandler\FORM_TOS, and ilAdministrationSettingsFormHandler\VALUE_BOOL.
|
protected |
Show auto complete results.
Definition at line 381 of file class.ilObjUserFolderGUI.php.
References exit, and ilUserAutoComplete\MAX_ENTRIES.
ilObjUserFolderGUI::addUserObject | ( | ) |
ilObjUserFolderGUI::applyFilterObject | ( | ) |
Apply filter.
Definition at line 260 of file class.ilObjUserFolderGUI.php.
References $DIC, and ilObjectGUI\viewObject().
|
protected |
Definition at line 2306 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::cancelDeleteExportFileObject | ( | ) |
cancel deletion of export files
Definition at line 3084 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::cancelNewAccountMailObject | ( | ) |
Definition at line 3372 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::cancelSearchActionObject | ( | ) |
Definition at line 591 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::cancelUserFolderActionObject | ( | ) |
Definition at line 583 of file class.ilObjUserFolderGUI.php.
|
private |
Check if current user has access to manipulate user data.
Definition at line 1003 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by confirmaccessFreeObject(), confirmaccessRestrictObject(), confirmactivateObject(), confirmdeactivateObject(), usrExportCsvObject(), usrExportX86Object(), and usrExportXmlObject().
ilObjUserFolderGUI::chooseLetterObject | ( | ) |
Choose first letter.
Definition at line 419 of file class.ilObjUserFolderGUI.php.
References $DIC.
|
protected |
"access free"
Definition at line 702 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilUser, ilObjectGUI\$rbacsystem, checkUserManipulationAccessBool(), getActionUserIds(), and ilObjectFactory\getInstanceByObjId().
|
protected |
Definition at line 828 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilUser, checkUserManipulationAccessBool(), getActionUserIds(), ilObjectFactory\getInstanceByObjId(), IL_CAL_UNIX, initAccessRestrictionForm(), ilUtil\sendFailure(), and setAccessRestrictionObject().
ilObjUserFolderGUI::confirmactivateObject | ( | ) |
Set the selected users active public.
Definition at line 603 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilUser, checkUserManipulationAccessBool(), getActionUserIds(), and ilObjectFactory\getInstanceByObjId().
ilObjUserFolderGUI::confirmdeactivateObject | ( | ) |
Set the selected users inactive public.
Definition at line 653 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilUser, checkUserManipulationAccessBool(), getActionUserIds(), and ilObjectFactory\getInstanceByObjId().
ilObjUserFolderGUI::confirmDeleteExportFileObject | ( | ) |
confirmation screen for export file deletion
Definition at line 3044 of file class.ilObjUserFolderGUI.php.
References $_POST, and ilObject\_getIcon().
ilObjUserFolderGUI::confirmdeleteObject | ( | ) |
confirm delete Object public
Definition at line 887 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilUser, ilObjectGUI\$rbacsystem, and ilUtil\sendFailure().
ilObjUserFolderGUI::confirmSavedObject | ( | ) |
Definition at line 2754 of file class.ilObjUserFolderGUI.php.
References saveGlobalUserSettingsObject().
ilObjUserFolderGUI::deactivateUsersObject | ( | ) |
Deactivate users.
Definition at line 1138 of file class.ilObjUserFolderGUI.php.
References $_POST, getActionUserIds(), showActionConfirmation(), user(), and ilObjectGUI\viewObject().
ilObjUserFolderGUI::deleteExportFileObject | ( | ) |
delete export files
Definition at line 3095 of file class.ilObjUserFolderGUI.php.
References $_POST.
ilObjUserFolderGUI::deleteUsersObject | ( | ) |
Delete users.
Definition at line 1115 of file class.ilObjUserFolderGUI.php.
References $_POST, getActionUserIds(), showActionConfirmation(), user(), and ilObjectGUI\viewObject().
ilObjUserFolderGUI::downloadExportFileObject | ( | ) |
Download selected export files Sends a selected export file for download.
Definition at line 3016 of file class.ilObjUserFolderGUI.php.
References $_POST, and ilUtil\deliverFile().
ilObjUserFolderGUI::executeCommand | ( | ) |
Definition at line 76 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, $ret, getUserMultiCommands(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, ilObjectGUI\prepareOutput(), setSubTabs(), and USER_FOLDER_ID.
ilObjUserFolderGUI::exportObject | ( | ) |
Definition at line 3129 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$toolbar, $type, ilObjectGUI\checkPermission(), and ilSubmitButton\getInstance().
ilObjUserFolderGUI::filterUserIdsByRbacOrPositionOfCurrentUser | ( | array | $user_ids | ) |
int[] | $user_ids |
Definition at line 401 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
|
protected |
Definition at line 2288 of file class.ilObjUserFolderGUI.php.
References ilUserPasswordManager\getInstance().
ilObjUserFolderGUI::freeAccessObject | ( | ) |
Free access.
Definition at line 1161 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
|
protected |
Show user account general settings.
Definition at line 2015 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, ilObjectGUI\$settings, ilSecuritySettings\_getInstance(), ilSessionControl\DEFAULT_MAX_COUNT, ilSessionControl\DEFAULT_MAX_IDLE, ilSessionControl\DEFAULT_MAX_IDLE_AFTER_FIRST_REQUEST, ilSessionControl\DEFAULT_MIN_IDLE, ilUserAccountSettings\getInstance(), getPasswordPolicySettingsMap(), initFormGeneralSettings(), and ilSession\SESSION_HANDLING_FIXED.
|
protected |
Get selected items for table action.
Definition at line 950 of file class.ilObjUserFolderGUI.php.
References $_POST, ilObjectGUI\$access, $DIC, ilLocalUser\_getAllUserIds(), ilLocalUser\_getUserFolderId(), ilUserTableGUI\MODE_USER_FOLDER, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by addToClipboardObject(), confirmaccessFreeObject(), confirmaccessRestrictObject(), confirmactivateObject(), confirmdeactivateObject(), deactivateUsersObject(), deleteUsersObject(), initAccessRestrictionForm(), mailObject(), showActionConfirmation(), usrExportCsvObject(), usrExportX86Object(), and usrExportXmlObject().
ilObjUserFolderGUI::getAdminTabs | ( | ) |
Definition at line 3420 of file class.ilObjUserFolderGUI.php.
References getTabs().
ilObjUserFolderGUI::getImportDir | ( | ) |
get user import directory name with new FileSystem implementation
Definition at line 1271 of file class.ilObjUserFolderGUI.php.
Referenced by handleUploadedFiles(), importCancelledObject(), importUsersObject(), and verifyXmlData().
|
private |
ilSecuritySettings | $security |
Definition at line 2098 of file class.ilObjUserFolderGUI.php.
References ilSecuritySettings\getPasswordMaxLength(), ilSecuritySettings\getPasswordMinLength(), ilSecuritySettings\getPasswordMustNotContainLoginnameStatus(), ilSecuritySettings\getPasswordNumberOfLowercaseChars(), ilSecuritySettings\getPasswordNumberOfUppercaseChars(), ilSecuritySettings\isPasswordCharsAndNumbersEnabled(), and ilSecuritySettings\isPasswordSpecialCharsEnabled().
Referenced by generalSettingsObject(), and saveGeneralSettingsObject().
ilObjUserFolderGUI::getTabs | ( | ) |
get tabs public
object | tabs gui object |
Definition at line 3430 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, ilObjectGUI\$rbacsystem, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
Referenced by getAdminTabs().
ilObjUserFolderGUI::getUserMultiCommands | ( | $a_search_form = false | ) |
Definition at line 3838 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, ilObjectGUI\$rbacsystem, and $type.
Referenced by executeCommand().
ilObjUserFolderGUI::getUserOwnerId | ( | ) |
Definition at line 71 of file class.ilObjUserFolderGUI.php.
References USER_FOLDER_ID.
Referenced by importUsersObject().
|
private |
Handles uploaded zip/xmp files with Filesystem implementation.
Definition at line 1700 of file class.ilObjUserFolderGUI.php.
References Vendor\Package\$a, $DIC, $ilUser, ilUtil\getDataDir(), getImportDir(), ILIAS\FileUpload\DTO\ProcessingStatus\OK, and ilUtil\unzip().
Referenced by importUserRoleAssignmentObject().
ilObjUserFolderGUI::hitsperpageObject | ( | ) |
Definition at line 2005 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\viewObject().
ilObjUserFolderGUI::importCancelledObject | ( | ) |
import cancelled private
Definition at line 1244 of file class.ilObjUserFolderGUI.php.
References $_GET, $DIC, and getImportDir().
ilObjUserFolderGUI::importUserFormObject | ( | ) |
display form for user import
Definition at line 1175 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, and initUserImportForm().
ilObjUserFolderGUI::importUserRoleAssignmentObject | ( | ) |
display form for user import with new FileSystem implementation
Definition at line 1288 of file class.ilObjUserFolderGUI.php.
References $DIC, $message, ilObjectGUI\$tpl, ilUtil\getDataDir(), handleUploadedFiles(), initUserImportForm(), and initUserRoleAssignmentForm().
ilObjUserFolderGUI::importUsersObject | ( | ) |
Import Users with new form implementation.
Definition at line 1821 of file class.ilObjUserFolderGUI.php.
References $_GET, $DIC, $ilUser, $keys, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, ilObjectGUI\$request, $result, ilObjRole\_getAssignUsersStatus(), ilUtil\getDataDir(), getImportDir(), getUserOwnerId(), IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, IL_IMPORT_WARNING, IL_USER_IMPORT, initUserRoleAssignmentForm(), SYSTEM_ROLE_ID, and USER_FOLDER_ID.
|
protected |
bool | $a_from_search |
Definition at line 764 of file class.ilObjUserFolderGUI.php.
References $_POST, getActionUserIds(), ilUtil\sendFailure(), ilFormPropertyGUI\setRequired(), ilDateTimeInputGUI\setShowTime(), and ilObjectGUI\viewObject().
Referenced by confirmaccessRestrictObject(), and setAccessRestrictionObject().
|
protected |
init general settings form
Definition at line 2334 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, $log, $pass, ilSubEnabledFormPropertyGUI\addSubItem(), ilNumberInputGUI\allowDecimals(), ilSessionControl\DEFAULT_ALLOW_CLIENT_MAINTENANCE, ilSession\getSessionExpireValue(), ilDatePresentation\secondsToString(), ilSession\SESSION_HANDLING_FIXED, ilSession\SESSION_HANDLING_LOAD_DEPENDENT, ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), setSubTabs(), ilCheckboxInputGUI\setValue(), and ilNonEditableValueGUI\setValue().
Referenced by generalSettingsObject(), and saveGeneralSettingsObject().
|
private |
Definition at line 3618 of file class.ilObjUserFolderGUI.php.
References ilNumberInputGUI\allowDecimals(), ilFormGUI\setFormAction(), ilFormPropertyGUI\setInfo(), setSubTabs(), and ilCheckboxInputGUI\setValue().
Referenced by saveLoginnameSettingsObject(), and showLoginnameSettingsObject().
|
protected |
Definition at line 3172 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$lng, ilUtil\getImagePath(), ilFileInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by newAccountMailObject().
ilObjUserFolderGUI::initUserImportForm | ( | ) |
Init user import form.
int | $a_mode | Edit Mode |
Definition at line 1207 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$lng, and ilFileInputGUI\setSuffixes().
Referenced by importUserFormObject(), and importUserRoleAssignmentObject().
|
private |
Definition at line 1320 of file class.ilObjUserFolderGUI.php.
References $DIC, $i, $ilUser, $message, $n, ilObjectGUI\$rbacreview, ilObjectGUI\$rbacsystem, ilObjRole\_getAssignUsersStatus(), ilObjUserFolder\_lookupNewAccountMail(), ANONYMOUS_ROLE_ID, IL_EXTRACT_ROLES, IL_IGNORE_ON_CONFLICT, IL_UPDATE_ON_CONFLICT, IL_VERIFY, ROLE_FOLDER_ID, SYSTEM_ROLE_ID, USER_FOLDER_ID, and verifyXmlData().
Referenced by importUserRoleAssignmentObject(), and importUsersObject().
ilObjUserFolderGUI::jumpToUserObject | ( | ) |
Jump to edit screen for user.
Definition at line 3771 of file class.ilObjUserFolderGUI.php.
References $_GET, $DIC, and ilObject\_lookupType().
ilObjUserFolderGUI::learningProgressObject | ( | ) |
Definition at line 187 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, ilObjUserTracking\_enabledLearningProgress(), ilObjUserTracking\_enabledUserRelatedData(), and exit.
|
protected |
Definition at line 4032 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, getActionUserIds(), ilMailFormCall\getRedirectTarget(), ilMail\getSavedData(), ilMailingList\MODE_TEMPORARY, ilUtil\redirect(), ilMail\savePostData(), and ilUtil\sendFailure().
Referenced by showActionConfirmation().
ilObjUserFolderGUI::newAccountMailObject | ( | ) |
new account mail administration
Definition at line 3271 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$lng, initNewAccountMailForm(), and setSubTabs().
|
protected |
ilObjectException |
Definition at line 3115 of file class.ilObjUserFolderGUI.php.
References $_POST, and ilObjectGUI\checkPermission().
ilObjUserFolderGUI::resetFilterObject | ( | ) |
Reset filter (note: this function existed before data table filter has been introduced.
Definition at line 223 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\viewObject().
ilObjUserFolderGUI::restrictAccessObject | ( | ) |
Restrict access.
Definition at line 1152 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
ilObjUserFolderGUI::saveGeneralSettingsObject | ( | ) |
Save user account settings.
Definition at line 2115 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilSetting, $ilUser, $valid, ilSecuritySettings\_getInstance(), ilSessionControl\DEFAULT_ALLOW_CLIENT_MAINTENANCE, ilUserAccountSettings\getInstance(), getPasswordPolicySettingsMap(), initFormGeneralSettings(), ilUtil\sendFailure(), ilSession\SESSION_HANDLING_FIXED, ilSession\SESSION_HANDLING_LOAD_DEPENDENT, and ilSessionStatistics\updateLimitLog().
ilObjUserFolderGUI::saveGlobalUserSettingsObject | ( | $action = "" | ) |
Definition at line 2759 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, $ilSetting, ilObjectGUI\$lng, $user_settings_config, $valid, ilPrivacySettings\_getInstance(), ilUserSearchOptions\_isSearchable(), ilMemberAgreement\_reset(), ilUserSearchOptions\_saveStatus(), ilUtil\sendFailure(), settingsObject(), and ilUtil\stripSlashes().
Referenced by confirmSavedObject().
ilObjUserFolderGUI::saveLoginnameSettingsObject | ( | ) |
Definition at line 3671 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, $ilUser, $valid, initLoginSettingsForm(), and ilUtil\sendFailure().
ilObjUserFolderGUI::saveNewAccountMailObject | ( | ) |
Definition at line 3380 of file class.ilObjUserFolderGUI.php.
References $_POST, $DIC, ilObjectGUI\$lng, and ilUtil\stripSlashes().
ilObjUserFolderGUI::searchResultHandler | ( | $a_usr_ids, | |
$a_cmd | |||
) |
Handles multi command from repository search gui.
Definition at line 3813 of file class.ilObjUserFolderGUI.php.
References $_POST, ilUtil\sendFailure(), and showActionConfirmation().
ilObjUserFolderGUI::searchUserAccessFilterCallable | ( | array | $a_user_ids | ) |
array | $a_user_ids |
Definition at line 3794 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\$access, $DIC, ilObjectGUI\checkPermissionBool(), ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
ilObjUserFolderGUI::setAccessRestrictionObject | ( | $a_form = null , |
|
$a_from_search = false |
|||
) |
Definition at line 749 of file class.ilObjUserFolderGUI.php.
References initAccessRestrictionForm().
Referenced by confirmaccessRestrictObject(), and showActionConfirmation().
ilObjUserFolderGUI::setSubTabs | ( | $a_tab | ) |
set sub tabs
Definition at line 3522 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilUser, and ilObjectGUI\$rbacsystem.
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 2726 of file class.ilObjUserFolderGUI.php.
References $DIC, ilObjectGUI\$lng, ilObjectGUI\$tpl, and setSubTabs().
Referenced by saveGlobalUserSettingsObject().
ilObjUserFolderGUI::setUserOwnerId | ( | $a_id | ) |
Definition at line 66 of file class.ilObjUserFolderGUI.php.
ilObjUserFolderGUI::showActionConfirmation | ( | $action, | |
$a_from_search = false |
|||
) |
display activation confirmation screen
Definition at line 1018 of file class.ilObjUserFolderGUI.php.
References $DIC, $login, ilObjectGUI\$user, ilDatePresentation\formatDate(), getActionUserIds(), IL_CAL_DATETIME, mailObject(), setAccessRestrictionObject(), and ilObjectGUI\viewObject().
Referenced by activateUsersObject(), deactivateUsersObject(), deleteUsersObject(), freeAccessObject(), restrictAccessObject(), searchResultHandler(), and userActionObject().
ilObjUserFolderGUI::showActions | ( | $with_subobjects = false | ) |
show possible action (form buttons)
boolean | public |
Definition at line 436 of file class.ilObjUserFolderGUI.php.
References $_POST, ilObjectGUI\$actions, $d, $DIC, ilObjectGUI\$rbacsystem, ilUtil\getImagePath(), and showPossibleSubObjects().
ilObjUserFolderGUI::showLoginnameSettingsObject | ( | ) |
Definition at line 3594 of file class.ilObjUserFolderGUI.php.
References $DIC, $ilSetting, and initLoginSettingsForm().
ilObjUserFolderGUI::showPossibleSubObjects | ( | ) |
show possible subobjects (pulldown menu) overwritten to prevent displaying of role templates in local role folders public
Definition at line 523 of file class.ilObjUserFolderGUI.php.
References $d, $DIC, $i, ilObjectGUI\$rbacsystem, and ilUtil\formSelect().
Referenced by showActions().
ilObjUserFolderGUI::userActionObject | ( | ) |
Definition at line 1167 of file class.ilObjUserFolderGUI.php.
References $_POST, and showActionConfirmation().
|
protected |
Export csv.
Definition at line 3949 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\checkPermissionBool(), checkUserManipulationAccessBool(), ilUtil\deliverFile(), ilObjUserFolder\FILE_TYPE_CSV, getActionUserIds(), and ilUtil\sendFailure().
|
protected |
Export excel.
Definition at line 3907 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\checkPermissionBool(), checkUserManipulationAccessBool(), ilUtil\deliverFile(), ilObjUserFolder\FILE_TYPE_EXCEL, getActionUserIds(), and ilUtil\sendFailure().
|
protected |
Export xml.
Definition at line 3991 of file class.ilObjUserFolderGUI.php.
References ilObjectGUI\checkPermissionBool(), checkUserManipulationAccessBool(), ilUtil\deliverFile(), ilObjUserFolder\FILE_TYPE_XML, getActionUserIds(), and ilUtil\sendFailure().
ilObjUserFolderGUI::verifyXmlData | ( | $importParser | ) |
Definition at line 1794 of file class.ilObjUserFolderGUI.php.
References $DIC, getImportDir(), IL_IMPORT_FAILURE, IL_IMPORT_SUCCESS, and IL_IMPORT_WARNING.
Referenced by initUserRoleAssignmentForm().
ilObjUserFolderGUI::viewObject | ( | $reset_filter = false | ) |
list users public
Definition at line 281 of file class.ilObjUserFolderGUI.php.
References $_GET, ilObjectGUI\$access, $DIC, $ilSetting, ilObjectGUI\$rbacsystem, ilObjectGUI\$tpl, ilLocalUser\_getAllUserIds(), ilLocalUser\_getUserFolderId(), ilObjUser\getFirstLettersOfLastnames(), ilLinkButton\getInstance(), ilUserTableGUI\MODE_USER_FOLDER, ilObjUserFolder\ORG_OP_EDIT_USER_ACCOUNTS, and USER_FOLDER_ID.
ilObjUserFolderGUI::$ctrl |
Definition at line 19 of file class.ilObjUserFolderGUI.php.
Referenced by _goto().
|
protected |
Definition at line 21 of file class.ilObjUserFolderGUI.php.
Referenced by initFormGeneralSettings().
ilObjUserFolderGUI::$object |
Definition at line 24 of file class.ilObjUserFolderGUI.php.
|
protected |
Definition at line 29 of file class.ilObjUserFolderGUI.php.
Referenced by saveGlobalUserSettingsObject().