ILIAS
Release_4_4_x_branch Revision 61816
|
GUI class for file objects. More...
Public Member Functions | |
getType () | |
Functions that must be overwritten. | |
_forwards () | |
executeCommand () | |
execute command | |
initSingleUploadForm () | |
FORM: Init single upload form. | |
save () | |
save object | |
saveAndMeta () | |
save object | |
initZipUploadForm ($a_mode="create") | |
FORM: Init zip upload form. | |
saveUnzip () | |
saveUnzip object | |
update () | |
updates object entry in object_data | |
edit () | |
edit object | |
sendFile () | |
versions () | |
file versions/history | |
infoScreen () | |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed | |
infoScreenForward () | |
show information screen | |
setTabs () | |
create tabs (repository/workspace switch) | |
_goto ($a_target, $a_additional=null) | |
addLocatorItems () | |
Functions to be overwritten. | |
initMultiUploadForm () | |
Initializes the upload form for multiple files. | |
uploadFiles () | |
Called after a file was uploaded. | |
deleteVersions () | |
Displays a confirmation screen with selected file versions that should be deleted. | |
confirmDeleteVersions () | |
Deletes the file versions that were confirmed by the user. | |
cancelDeleteVersions () | |
Cancels the file version deletion. | |
confirmDeleteFile () | |
Deletes this file object. | |
cancelDeleteFile () | |
Cancels the file deletion. | |
compareHistoryIds ($v1, $v2) | |
Compares two versions either by passing a history entry or an id. | |
rollbackVersion () | |
Performs a rollback with the selected file version. | |
Public Member Functions inherited from ilObject2GUI | |
__construct ($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0) | |
Constructor. | |
delete () | |
Display delete confirmation form (repository/workspace switch) | |
confirmedDelete () | |
Delete objects (repository/workspace switch) | |
getHTML () | |
withReferences () | |
Final/Private declaration of unchanged parent methods. | |
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 | |
isVisible () | |
trash () | |
undelete () | |
cancelDelete () | |
removeFromSystem () | |
cloneAll () | |
view () | |
view object content (repository/workspace switch) | |
create () | |
Deleted in ilObject. | |
cancel () | |
importFile () | |
Import. | |
Public Member Functions inherited from ilObjectGUI | |
ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
Constructor public. | |
getAdminTabs (&$tabs_gui) | |
administration tabs show only permissions and trash folder | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
cancelDeleteObject () | |
cancel deletion of object | |
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. | |
cloneAllObject () | |
Clone single (not container object) Method is overwritten in ilContainerGUI. |
Protected Member Functions | |
initCreationForms () | |
initPropertiesForm () | |
handleFileUpload ($file_upload) | |
Handles the upload of a single file and adds it to the parent object. | |
initHeaderAction ($a_sub_type=null, $a_sub_id=null) | |
Add header action menu. | |
Protected Member Functions inherited from ilObject2GUI | |
afterConstructor () | |
Do anything that should be done after constructor in here. | |
assignObject () | |
create object instance as internal property (repository/workspace switch) | |
getAccessHandler () | |
Get access handler. | |
setLocator () | |
set Locator | |
deleteConfirmation () | |
Display delete confirmation form (workspace specific) | |
deleteConfirmedObjects () | |
Delete objects (workspace specific) | |
prepareOutput () | |
prepare output | |
setTitleAndDescription () | |
called by prepare output | |
showUpperIcon () | |
omitLocator ($a_omit=true) | |
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 | |
getCenterColumnHTML () | |
Get center column. | |
getRightColumnHTML () | |
Display right column. | |
setColumnSettings ($column_gui) | |
May be overwritten in subclasses. | |
checkPermission ($a_perm, $a_cmd="") | |
showPossibleSubObjects () | |
show possible subobjects (pulldown menu) | |
redirectToRefId () | |
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. | |
fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
searchCloneSource () | |
buildCloneSelect ($existing_objs) | |
addAdminLocatorItems () | |
getReturnLocation () | |
Deprecated functions. | |
setReturnLocation () | |
showActions () | |
getTitlesByRefId () | |
getTabs () | |
__showButton () | |
hitsperpageObject () | |
__initTableGUI () | |
__setTableGUIBasicData () | |
initCreationForms ($a_new_type) | |
Init creation froms. | |
putObjectInTree (ilObject $a_obj, $a_parent_node_id=null) | |
Add object to tree at given position. | |
checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_node_id=null) | |
Check permission. | |
redrawHeaderAction () | |
Updating icons after ajax call. | |
getPermanentLinkWidget ($a_append=null, $a_center=false) | |
handleAutoRating (ilObject $a_new_obj) | |
Activate rating automatically if parent container setting. | |
Protected Member Functions inherited from ilObjectGUI | |
insertHeaderAction ($a_list_gui) | |
Insert header action into main template. | |
addHeaderAction () | |
Add header action menu. | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. | |
showMountWebfolderIcon () | |
setAdminTabs () | |
set admin tabs public | |
addAdminLocatorItems ($a_do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) | |
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. | |
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 | |
getTemplateFile ($a_cmd, $a_type="") | |
get a template blockfile format: tpl. | |
getTitlesByRefId ($a_ref_ids) | |
get Titles of objects this method is used for error messages in methods cut/copy/paste | |
getTabs (&$tabs_gui) | |
get tabs abstract method. | |
__showButton ($a_cmd, $a_text, $a_target= '') | |
__setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
standard implementation for tables use 'from' variable use different initial setting of table | |
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 | |
checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null) | |
Check permission and redirect on error. | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. |
Additional Inherited Members | |
Static Public Member Functions inherited from ilObjectGUI | |
static | _gotoRepositoryRoot ($a_raise_error=false) |
Goto repository root. | |
static | _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset") |
Goto repository root. | |
Data Fields inherited from ilObject2GUI | |
$tree | |
const | OBJECT_ID = 0 |
const | REPOSITORY_NODE_ID = 1 |
const | WORKSPACE_NODE_ID = 2 |
const | REPOSITORY_OBJECT_ID = 3 |
const | WORKSPACE_OBJECT_ID = 4 |
const | PORTFOLIO_OBJECT_ID = 5 |
Protected Attributes inherited from ilObject2GUI | |
$object_id | |
$node_id | |
$creation_forms = array() | |
$id_type = array() | |
$parent_id | |
$access_handler |
GUI class for file objects.
ilObjFileGUI: ilMDEditorGUI, ilInfoScreenGUI, ilPermissionGUI, ilShopPurchaseGUI, ilObjectCopyGUI ilObjFileGUI: ilExportGUI, ilWorkspaceAccessGUI, ilPortfolioPageGUI, ilCommonActionDispatcherGUI
Definition at line 20 of file class.ilObjFileGUI.php.
ilObjFileGUI::_forwards | ( | ) |
Definition at line 28 of file class.ilObjFileGUI.php.
ilObjFileGUI::_goto | ( | $a_target, | |
$a_additional = null |
|||
) |
Definition at line 910 of file class.ilObjFileGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, and ilUtil\sendFailure().
ilObjFileGUI::addLocatorItems | ( | ) |
Functions to be overwritten.
Reimplemented from ilObject2GUI.
Definition at line 947 of file class.ilObjFileGUI.php.
References ilObject2GUI\$node_id.
ilObjFileGUI::cancelDeleteFile | ( | ) |
Cancels the file deletion.
Definition at line 1311 of file class.ilObjFileGUI.php.
ilObjFileGUI::cancelDeleteVersions | ( | ) |
Cancels the file version deletion.
Definition at line 1282 of file class.ilObjFileGUI.php.
ilObjFileGUI::compareHistoryIds | ( | $v1, | |
$v2 | |||
) |
Compares two versions either by passing a history entry or an id.
$v1 | The first version to compare. |
$v2 | The second version to compare. |
Definition at line 1323 of file class.ilObjFileGUI.php.
ilObjFileGUI::confirmDeleteFile | ( | ) |
Deletes this file object.
Definition at line 1290 of file class.ilObjFileGUI.php.
References ilObject2GUI\checkPermissionBool().
ilObjFileGUI::confirmDeleteVersions | ( | ) |
Deletes the file versions that were confirmed by the user.
Definition at line 1258 of file class.ilObjFileGUI.php.
References $_POST, ilObject2GUI\checkPermissionBool(), and ilUtil\sendSuccess().
ilObjFileGUI::deleteVersions | ( | ) |
Displays a confirmation screen with selected file versions that should be deleted.
Definition at line 1200 of file class.ilObjFileGUI.php.
References $_GET, $_POST, ilObject\_getIcon(), ilUtil\sendFailure(), and ilUtil\sendQuestion().
ilObjFileGUI::edit | ( | ) |
edit object
public
Reimplemented from ilObject2GUI.
Definition at line 569 of file class.ilObjFileGUI.php.
References $ilErr, ilObject2GUI\checkPermissionBool(), and initPropertiesForm().
ilObjFileGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObject2GUI.
Definition at line 33 of file class.ilObjFileGUI.php.
References $_GET, $cmd, $ilCtrl, $ilErr, $ilUser, $ret, ilPaymentBookings\_readBookingByTransaction(), ilPaymentObject\_requiresPurchaseToAccess(), ilObjectGUI\addHeaderAction(), ilMDEditorGUI\addObserver(), ilObject2GUI\checkPermissionBool(), ilObject2GUI\getAccessHandler(), ilObject2GUI\getCreationMode(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreenForward(), ilObject2GUI\prepareOutput(), ilObject2GUI\setLocator(), and ilFileInputGUI\setPersonalWorkspaceQuotaCheck().
ilObjFileGUI::getType | ( | ) |
Functions that must be overwritten.
Reimplemented from ilObject2GUI.
Definition at line 22 of file class.ilObjFileGUI.php.
|
protected |
Handles the upload of a single file and adds it to the parent object.
array | $file_upload | An array containing the file upload parameters. |
Definition at line 1048 of file class.ilObjFileGUI.php.
References ilObject2GUI\$access_handler, $filename, $ilUser, $size, ilObject2GUI\$tree, ilObjFileAccess\_getFileExtension(), ilObject\_lookupType(), ilChangeEvent\_recordWriteEvent(), ilObject2GUI\checkPermissionBool(), ilUtil\delDir(), ilObject2GUI\getAccessHandler(), ilMimeTypeUtil\getMimeType(), ilObject2GUI\handleAutoRating(), ilUtil\ilTempnam(), ilUtil\makeDir(), ilFileUtils\processZipFile(), ilObject2GUI\putObjectInTree(), and ilUtil\stripSlashes().
Referenced by uploadFiles().
ilObjFileGUI::infoScreen | ( | ) |
this one is called from the info button in the repository not very nice to set cmdClass/Cmd manually, if everything works through ilCtrl in the future this may be changed
Definition at line 732 of file class.ilObjFileGUI.php.
References infoScreenForward().
ilObjFileGUI::infoScreenForward | ( | ) |
show information screen
Definition at line 742 of file class.ilObjFileGUI.php.
References ilObject2GUI\$access_handler, $ilErr, $preview, ilObjectGUI\$tpl, ilObjFileAccess\_getPermanentDownloadLink(), ilObjFile\_lookupFileSize(), ilObject2GUI\checkPermissionBool(), ilPreviewGUI\CONTEXT_REPOSITORY, ilPreviewGUI\CONTEXT_WORKSPACE, ilFormat\formatSize(), ilUserUtil\getNamePresentation(), ilObject2GUI\getPermanentLinkWidget(), and ilPreview\hasPreview().
Referenced by executeCommand(), and infoScreen().
|
protected |
Definition at line 175 of file class.ilObjFileGUI.php.
References ilObjectGUI\CFORM_CLONE, ilObject2GUI\fillCloneTemplate(), initMultiUploadForm(), initSingleUploadForm(), initZipUploadForm(), ilFileUploadSettings\isDragAndDropUploadEnabled(), ilDiskQuotaHandler\isUploadPossible(), and ilUtil\sendFailure().
|
protected |
Add header action menu.
string | $a_sub_type | |
int | $a_sub_id |
Reimplemented from ilObject2GUI.
Definition at line 1369 of file class.ilObjFileGUI.php.
ilObjFileGUI::initMultiUploadForm | ( | ) |
Initializes the upload form for multiple files.
Definition at line 962 of file class.ilObjFileGUI.php.
References ilUtil\getImagePath(), ilObject2GUI\getTargetFrame(), and ilDragDropFileInputGUI\setArchiveSuffixes().
Referenced by initCreationForms(), and uploadFiles().
|
protected |
@return |
Definition at line 602 of file class.ilObjFileGUI.php.
References $file, ilDiskQuotaHandler\isUploadPossible(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilTextAreaInputGUI\setRows(), and ilTextInputGUI\setValue().
Referenced by edit(), and update().
ilObjFileGUI::initSingleUploadForm | ( | ) |
FORM: Init single upload form.
Definition at line 214 of file class.ilObjFileGUI.php.
References ilObjectGUI\$lng, ilUtil\getImagePath(), ilObject2GUI\getTargetFrame(), ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setRequired(), and ilObject\TITLE_LENGTH.
Referenced by initCreationForms(), and save().
ilObjFileGUI::initZipUploadForm | ( | $a_mode = "create" | ) |
FORM: Init zip upload form.
Definition at line 352 of file class.ilObjFileGUI.php.
References ilObjectGUI\$lng, ilUtil\getImagePath(), ilObject2GUI\getTargetFrame(), ilFormPropertyGUI\setInfo(), and ilFormPropertyGUI\setRequired().
Referenced by initCreationForms(), and saveUnzip().
ilObjFileGUI::rollbackVersion | ( | ) |
Performs a rollback with the selected file version.
Definition at line 1341 of file class.ilObjFileGUI.php.
References $_GET, $_POST, ilObject2GUI\checkPermissionBool(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
ilObjFileGUI::save | ( | ) |
save object
public
Reimplemented from ilObject2GUI.
Definition at line 259 of file class.ilObjFileGUI.php.
References $ilUser, ilObjectGUI\$objDefinition, ilObjFileAccess\_getFileExtension(), ilChangeEvent\_recordWriteEvent(), ilObject2GUI\checkPermissionBool(), ilMimeTypeUtil\getMimeType(), ilObject2GUI\handleAutoRating(), initSingleUploadForm(), ilObject2GUI\putObjectInTree(), ilUtil\redirect(), and ilUtil\sendSuccess().
Referenced by saveAndMeta().
ilObjFileGUI::saveAndMeta | ( | ) |
save object
public
Definition at line 344 of file class.ilObjFileGUI.php.
References save().
ilObjFileGUI::saveUnzip | ( | ) |
saveUnzip object
public
Definition at line 391 of file class.ilObjFileGUI.php.
References ilObject2GUI\$access_handler, ilObject2GUI\$tree, ilObject\_lookupType(), ilObject2GUI\checkPermissionBool(), ilUtil\delDir(), ilObject2GUI\getAccessHandler(), ilUtil\ilTempnam(), initZipUploadForm(), ilUtil\makeDir(), ilFileUtils\processZipFile(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilObjFileGUI::sendFile | ( | ) |
Definition at line 670 of file class.ilObjFileGUI.php.
References $_GET, $ilCtrl, $ilUser, ilChangeEvent\_recordReadEvent(), and ilObject2GUI\checkPermissionBool().
ilObjFileGUI::setTabs | ( | ) |
create tabs (repository/workspace switch)
this had to be moved here because of the context-specific permission tab
Reimplemented from ilObject2GUI.
Definition at line 861 of file class.ilObjFileGUI.php.
References ilObjectGUI\$lng, and ilObject2GUI\checkPermissionBool().
ilObjFileGUI::update | ( | ) |
updates object entry in object_data
public
Reimplemented from ilObject2GUI.
Definition at line 487 of file class.ilObjFileGUI.php.
References ilObjectGUI\$data, $filename, $ilUser, ilChangeEvent\_catchupWriteEvents(), ilChangeEvent\_recordWriteEvent(), ilMimeTypeUtil\getMimeType(), initPropertiesForm(), ilUtil\redirect(), and ilUtil\sendSuccess().
ilObjFileGUI::uploadFiles | ( | ) |
Called after a file was uploaded.
Definition at line 994 of file class.ilObjFileGUI.php.
References ilObject2GUI\checkPermissionBool(), ilJsonUtil\encode(), exit, handleFileUpload(), and initMultiUploadForm().
ilObjFileGUI::versions | ( | ) |
file versions/history
public
Definition at line 704 of file class.ilObjFileGUI.php.
References ilObject2GUI\checkPermissionBool().