ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilObjFolderGUI. More...
Public Member Functions | |
ilObjFolderGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=false) | |
Constructor public. | |
viewObject () | |
list childs of current object | |
& | executeCommand () |
execute command | |
setFolderTree ($a_tree) | |
set tree | |
createObject () | |
create new object form | |
saveObject ($a_parent=0) | |
save object | |
updateObject ($a_return_to_parent=false) | |
updates object entry in object_data | |
showSummaryObject () | |
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 | |
infoScreenObject () | |
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 | |
infoScreen () | |
show information screen | |
getTabs (&$tabs_gui) | |
get tabs abstract method. | |
initConditionHandlerGUI ($item_id) | |
__setSubTabs ($a_tab) | |
set sub tabs | |
_goto ($a_target) | |
goto target group | |
downloadFolderObject () | |
modifyItemGUI ($a_item_list_gui, $a_item_data, $a_show_path) | |
Modify Item ListGUI for presentation in container. | |
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 | |
assignObject () | |
prepareOutput () | |
prepare output | |
showUpperIcon () | |
showMountWebfolderIcon () | |
setTabs () | |
set admin tabs public | |
setAdminTabs () | |
set admin tabs public | |
getAdminTabs (&$tabs_gui) | |
administration tabs show only permissions and trash folder | |
getHTML () | |
setActions ($a_actions="") | |
set possible actions for objects in list. | |
setSubObjects ($a_sub_objects="") | |
set possible subobjects for this object. | |
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) | |
undeleteObject () | |
get object back from trash | |
insertSavedNodes ($a_source_id, $a_dest_id, $a_tree_id, &$a_affected_ids) | |
recursive method to insert all saved nodes of the clipboard (maybe this function could be moved to a rbac class ?) | |
confirmedDeleteObject () | |
confirmed deletion if object -> objects are moved to trash | |
cancelDeleteObject () | |
cancel deletion of object | |
removeFromSystemObject () | |
remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
removeDeletedNodes ($a_node_id, $a_checked, $a_delete_objects, &$a_affected_ids) | |
remove already deleted objects within the objects in trash recursive function | |
cancelObject ($in_rep=false) | |
cancel action and go back to previous page public | |
saveObject () | |
save object | |
importObject () | |
import new object form | |
editObject () | |
edit object | |
displayEditForm ($fields) | |
display edit form (usually called by editObject) | |
updateObject () | |
updates object entry in object_data | |
afterUpdate () | |
permObject () | |
show permissions of current node | |
getFormAction ($a_cmd, $a_formaction="") | |
get form action for command (command is method name without "Object", e.g. | |
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 | |
permSaveObject () | |
save permissions | |
isVisible ($a_ref_id, $a_type) | |
displayList () | |
display object list | |
deleteObject ($a_error=false) | |
display deletion confirmation screen only for referenced objects. | |
trashObject () | |
show trash content of object | |
addRoleObject () | |
adds a local role This method is only called when choose the option 'you may add local roles'. | |
showActions ($with_subobjects=false) | |
show possible action (form buttons) | |
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 | |
__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 | |
__showClipboardTable ($a_result_set, $a_from="") | |
infoObject () | |
__buildRoleFilterSelect () | |
__filterRoles ($a_roles, $a_filter) | |
ownerObject () | |
changeOwnerObject () | |
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. | |
fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
Add an object search in case the number of existing objects is too big to offer a selection list. | |
getCenterColumnHTML () | |
Get center column. | |
getRightColumnHTML () | |
Display right column. | |
checkPermission ($a_perm, $a_cmd="") | |
Public Member Functions inherited from ilContainerGUI | |
ilContainerGUI ($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true) | |
Constructor public. | |
& | forwardToPageObject () |
forward command to page object | |
getContainerPageHTML () | |
Get container page HTML. | |
prepareOutput ($a_show_subobjects=true) | |
prepare output | |
showTreeFlatIcon () | |
setTitleAndDescription () | |
called by prepare output | |
showPossibleSubObjects () | |
show possible sub objects selection list | |
renderObject () | |
render the object | |
showAdministrationPanel (&$tpl) | |
get container content (list of subitems) (this should include multiple lists in the future that together build the blocks of a container page) | |
__showTimingsButton (&$tpl) | |
showPermanentLink (&$tpl) | |
show permanent link | |
switchToStdEditorObject () | |
Switch to standard page editor. | |
switchToOldEditorObject () | |
Switch to old page editor. | |
useNewEditorObject () | |
Use new editor (-> delete xhtml content page) | |
editPageFrameObject () | |
show page editor frameset | |
editPageContentObject () | |
edit page content (for repository root node and categories) | |
savePageContentObject () | |
cancelPageContentObject () | |
renderItemList ($a_type="all") | |
showLinkListObject () | |
clearAdminCommandsDetermination () | |
cleaer administration commands determination | |
& | newBlockTemplate () |
determin admin commands | |
addHeaderRow (&$a_tpl, $a_type, $a_show_image=true) | |
adds a header row to a block template | |
addStandardRow (&$a_tpl, $a_html, $a_item_ref_id="", $a_item_obj_id="", $a_image_type="") | |
adds a standard row to a block template | |
addMessageRow (&$a_tpl, $a_message, $a_type) | |
add message row | |
resetRowType () | |
addSeparatorRow (&$a_tpl) | |
setPageEditorTabs () | |
enableAdministrationPanelObject () | |
enable administration panel | |
disableAdministrationPanelObject () | |
enable administration panel | |
addToDeskObject () | |
subscribe item | |
lockObject () | |
getActions () | |
Get Actions. | |
removeFromDeskObject () | |
unsubscribe item | |
cutObject () | |
cut object(s) out from a container and write the information to clipboard | |
linkObject () | |
create an new reference of an object in tree it's like a hard link of unix | |
clearObject () | |
clear clipboard and go back to last object | |
pasteObject () | |
paste object from clipboard to current place Depending on the chosen command the object(s) are linked, copied or moved | |
copyObject () | |
copy object(s) out from a container and write the information to clipboard | |
clipboardObject () | |
show clipboard | |
showCustomIconsEditing ($a_input_colspan=1) | |
show edit section of custom icons for container | |
isActiveAdministrationPanel () | |
setColumnSettings ($column_gui) | |
May be overwritten in subclasses. | |
allowBlocksMoving () | |
Standard is to allow blocks moving. | |
allowBlocksConfigure () | |
Standard is to allow blocks configuration. | |
cloneWizardPageTreeObject () | |
public | |
cloneWizardPageListObject () | |
public | |
cloneWizardPageObject ($a_tree_view=true) | |
Show clone wizard page for container objects. | |
cloneAllObject () | |
Clone all object Overwritten method for copying container objects. | |
copyWizardHasOptions ($a_mode) | |
public | |
saveSortingObject () | |
Save Sorting. | |
cloneNodes ($srcRef, $dstRef, &$mapping, $newName=null) | |
Recursively clones all nodes of the RBAC tree. | |
modifyItemGUI (&$a_item_list_gui, $a_item_data, $a_show_path) | |
Modify Item ListGUI for presentation in container. |
Data Fields | |
$folder_tree | |
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 |
Protected Member Functions | |
forwardToTimingsView () | |
Protected Member Functions inherited from ilObjectGUI | |
searchCloneSourceObject () | |
Search clone source by title. | |
buildCloneSelect ($existing_objs) | |
Build a select box for clonable objects (permission write) |
Additional Inherited Members | |
Static Public Member Functions inherited from ilContainerGUI | |
static | _buildPath ($a_ref_id, $a_course_ref_id) |
build path |
Class ilObjFolderGUI.
ilObjFolderGUI: ilConditionHandlerInterface, ilPermissionGUI ilObjFolderGUI: ilCourseContentGUI, ilLearningProgressGUI ilObjFolderGUI: ilInfoScreenGUI, ilPageObjectGUI, ilColumnGUI ilObjFolderGUi: ilCourseItemAdministrationGUI
Definition at line 42 of file class.ilObjFolderGUI.php.
ilObjFolderGUI::__setSubTabs | ( | $a_tab | ) |
set sub tabs
Definition at line 486 of file class.ilObjFolderGUI.php.
References $_GET.
Referenced by executeCommand().
ilObjFolderGUI::_goto | ( | $a_target | ) |
goto target group
Definition at line 509 of file class.ilObjFolderGUI.php.
References $_GET, $ilErr, ilObjectGUI\$lng, and exit.
ilObjFolderGUI::createObject | ( | ) |
create new object form
public
Reimplemented from ilObjectGUI.
Definition at line 204 of file class.ilObjFolderGUI.php.
References $_GET, $_SESSION, ilObjectGUI\$data, ilObjectGUI\$lng, ilObjectGUI\fillCloneTemplate(), ilObjectGUI\getFormAction(), ilUtil\getImagePath(), ilObjectGUI\getTargetFrame(), ilObjectGUI\getTemplateFile(), ilUtil\prepareFormOutput(), ilUtil\stripSlashes(), and ilObjectGUI\withReferences().
ilObjFolderGUI::downloadFolderObject | ( | ) |
Definition at line 553 of file class.ilObjFolderGUI.php.
References $filename, $ilErr, ilObjectGUI\$lng, ilUtil\deliverFile(), and ilUtil\getASCIIFilename().
& ilObjFolderGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 93 of file class.ilObjFolderGUI.php.
References $_GET, $cmd, $ret, __setSubTabs(), ilObjectGUI\checkPermission(), ilContainerGUI\forwardToPageObject(), forwardToTimingsView(), infoScreen(), LP_MODE_REPOSITORY, and ilObjectGUI\prepareOutput().
|
protected |
Definition at line 583 of file class.ilObjFolderGUI.php.
References $_SESSION, ilObjectGUI\$tree, ilObject\_lookupObjId(), ilObjCourse\_lookupViewMode(), and ilContainer\VIEW_TIMING.
Referenced by executeCommand().
ilObjFolderGUI::getTabs | ( | & | $tabs_gui | ) |
get tabs abstract method.
overwrite in derived GUI class of your object type public
object | instance of ilTabsGUI |
Reimplemented from ilObjectGUI.
Definition at line 404 of file class.ilObjFolderGUI.php.
References $_GET, $_SESSION, and ilLearningProgressAccess\checkAccess().
ilObjFolderGUI::ilObjFolderGUI | ( | $a_data, | |
$a_id = 0 , |
|||
$a_call_by_reference = true , |
|||
$a_prepare_output = false |
|||
) |
Constructor public.
Definition at line 50 of file class.ilObjFolderGUI.php.
ilObjFolderGUI::infoScreen | ( | ) |
show information screen
Definition at line 361 of file class.ilObjFolderGUI.php.
References $_GET.
Referenced by executeCommand(), infoScreenObject(), and showSummaryObject().
ilObjFolderGUI::infoScreenObject | ( | ) |
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 351 of file class.ilObjFolderGUI.php.
References infoScreen().
ilObjFolderGUI::initConditionHandlerGUI | ( | $item_id | ) |
Definition at line 464 of file class.ilObjFolderGUI.php.
References $_GET.
ilObjFolderGUI::modifyItemGUI | ( | $a_item_list_gui, | |
$a_item_data, | |||
$a_show_path | |||
) |
Modify Item ListGUI for presentation in container.
Definition at line 567 of file class.ilObjFolderGUI.php.
References ilObjectGUI\$tree, ilObjCourse\_lookupAboStatus(), ilObject\_lookupObjId(), and ilObjCourseGUI\_modifyItemGUI().
ilObjFolderGUI::saveObject | ( | $a_parent = 0 | ) |
save object
public
Definition at line 249 of file class.ilObjFolderGUI.php.
References $_GET, ilObjectGUI\$lng, ilChangeEvent\_isActive(), ilChangeEvent\_recordWriteEvent(), ilUtil\sendInfo(), ilUtil\stripSlashes(), and ilObjectGUI\withReferences().
ilObjFolderGUI::setFolderTree | ( | $a_tree | ) |
set tree
Definition at line 194 of file class.ilObjFolderGUI.php.
ilObjFolderGUI::showSummaryObject | ( | ) |
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 339 of file class.ilObjFolderGUI.php.
References infoScreen().
ilObjFolderGUI::updateObject | ( | $a_return_to_parent = false | ) |
updates object entry in object_data
public
Definition at line 305 of file class.ilObjFolderGUI.php.
References ilChangeEvent\_catchupWriteEvents(), ilChangeEvent\_isActive(), ilChangeEvent\_recordWriteEvent(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
ilObjFolderGUI::viewObject | ( | ) |
list childs of current object
public
Reimplemented from ilObjectGUI.
Definition at line 57 of file class.ilObjFolderGUI.php.
References $_GET, ilObjectGUI\$tree, and ilContainerGUI\renderObject().
ilObjFolderGUI::$folder_tree |
Definition at line 44 of file class.ilObjFolderGUI.php.