Inheritance diagram for uiHandler:
Public Member Functions | |
uiHandler ($config) | |
login (&$formdata, &$mask) | |
login | |
logout () | |
logout | |
upload (&$formdata, $id, &$mask) | |
upload | |
newFolder ($newname, $id) | |
newFolder | |
rename ($newname, $id) | |
rename | |
move ($newPath, $id) | |
move | |
copy ($newPath, $id) | |
copy | |
delete ($id, $delOverride=FALSE) | |
delete | |
getFile ($id) | |
getFile | |
getMdata ($id) | |
getMdata | |
getInfo ($id) | |
getInfo | |
addSubj (&$formdata, &$mask) | |
addSubj | |
removeSubj ($login) | |
removeSubj | |
passwd ($uid, $oldpass, $pass, $pass2) | |
passwd | |
addPerm ($subj, $permAction, $id, $allowDeny) | |
addPerm | |
removePerm ($permid, $oid) | |
removePerm | |
addSubj2Group ($login, $gname, $reid) | |
addSubj2Group | |
removeSubjFromGr ($login, $gname, $reid) | |
Remove subject from group. | |
storeSystemPrefs (&$formdata, &$mask) | |
_validateForm (&$formdata, &$mask) | |
Public Attributes | |
$redirUrl | |
$alertMsg |
LiveSupport HTML User Interface module
Definition at line 7 of file ui_handler.class.php.
|
Definition at line 11 of file ui_handler.class.php. |
|
Definition at line 429 of file ui_handler.class.php. References uiBase::_parseArr2Form(). |
|
addPerm Add new permission record
Definition at line 347 of file ui_handler.class.php. References permissions. |
|
addSubj Create new user or group (empty pass => create group)
Definition at line 266 of file ui_handler.class.php. References login(), subjects, and uiBase::tra(). |
|
addSubj2Group Add {login} and direct/indirect members to {gname} and to groups, where {gname} is [in]direct member
Definition at line 384 of file ui_handler.class.php. |
|
copy Copy file to another folder TODO: format of destinantion path should be properly defined
Definition at line 166 of file ui_handler.class.php. |
|
delete Delete of stored file
Definition at line 187 of file ui_handler.class.php. References uiBase::tra(). |
|
getFile Call access method and show access path. Example only - not really useable. TODO: resource should be released by release method call
Definition at line 215 of file ui_handler.class.php. |
|
getInfo Call getid3 library to analyze media file and show some results
Definition at line 244 of file ui_handler.class.php. |
|
getMdata Show file's metadata as XML
Definition at line 229 of file ui_handler.class.php. |
|
login Login to the storageServer. It set sessid to the cookie with name defined in ../conf.php
Definition at line 33 of file ui_handler.class.php. References login(). Referenced by addSubj(), addSubj2Group(), login(), removeSubj(), removeSubjFromGr(), and uiHandler(). |
|
logout Logut from storageServer, takes sessid from cookie Definition at line 56 of file ui_handler.class.php. |
|
move Move file to another folder TODO: format of destinantion path should be properly defined
Definition at line 144 of file ui_handler.class.php. |
|
newFolder Create new folder in the storage
Definition at line 112 of file ui_handler.class.php. |
|
passwd Change password for specified user
Definition at line 313 of file ui_handler.class.php. References subjects. |
|
removePerm Remove permission record
Definition at line 365 of file ui_handler.class.php. References permissions. |
|
removeSubj Remove existing user or group
Definition at line 290 of file ui_handler.class.php. |
|
Remove subject from group.
Definition at line 404 of file ui_handler.class.php. |
|
rename Change the name of file or folder
Definition at line 127 of file ui_handler.class.php. |
|
Definition at line 418 of file ui_handler.class.php. References systemPrefs, and uiBase::tra(). |
|
upload Provides file upload and store it to the storage
Definition at line 74 of file ui_handler.class.php. |
|
Definition at line 9 of file ui_handler.class.php. |
|
Definition at line 8 of file ui_handler.class.php. |