|
ILIAS
eassessment Revision 61809
|
GUI class for the workflow of copying objects. More...
Collaboration diagram for ilObjectCopyGUI:Public Member Functions | |
| __construct ($a_parent_gui) | |
| Constructor. | |
| executeCommand () | |
| Control class handling. | |
| showTargetSelectionTree () | |
| Show target selection. | |
| showSourceSelectionTree () | |
| Show target selection. | |
| setMode ($a_mode) | |
| set copy mode | |
| getMode () | |
| get copy mode | |
| getParentObject () | |
| Get parent gui object. | |
| getType () | |
| Returns $type. | |
| setType ($type) | |
| Sets $type. | |
| setSource ($a_source_id) | |
| Set source id. | |
| getSource () | |
| Get source id. | |
| setTarget ($a_target) | |
| Set target id. | |
| getTarget () | |
| Get copy target. | |
| showSourceSearch ($a_tplvar) | |
| Show init screen Normally shown below the create and import form when creating a new object. | |
Data Fields | |
| const | SOURCE_SELECTION = 1 |
| const | TARGET_SELECTION = 2 |
Protected Member Functions | |
| init () | |
| Init return, mode. | |
| initTargetSelection () | |
| Init copy from repository/search list commands. | |
| initSourceSelection () | |
| Init source selection. | |
| saveTarget () | |
| Save target selection. | |
| cancel () | |
| Cancel workflow. | |
| searchSource () | |
| Search source. | |
| saveSource () | |
| select source object | |
| showItemSelection () | |
| copySingleObject () | |
| Start cloning a single (not container) object. | |
| copyContainer () | |
| Copy a container. | |
| sourceExists () | |
| Check if there is any source object. | |
| initFormSearch () | |
| Init search form. | |
| unsetSession () | |
| Unset session variables. | |
Private Attributes | |
| $mode = 0 | |
| $lng | |
| $parent_obj = null | |
| $type = '' | |
| $source = 0 | |
| $target = 0 | |
GUI class for the workflow of copying objects.
Definition at line 14 of file class.ilObjectCopyGUI.php.
| ilObjectCopyGUI::__construct | ( | $a_parent_gui | ) |
|
protected |
Cancel workflow.
Definition at line 394 of file class.ilObjectCopyGUI.php.
References $ilCtrl.
|
protected |
Copy a container.
Definition at line 588 of file class.ilObjectCopyGUI.php.
References $_COOKIE, $_POST, $ilCtrl, $ilErr, $ilLog, $target_type, ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectFactory\getInstanceByRefId(), getSource(), getTarget(), getType(), ilUtil\redirect(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Start cloning a single (not container) object.
Definition at line 523 of file class.ilObjectCopyGUI.php.
References $ilCtrl, $ilErr, ilCopyWizardOptions\_allocateCopyId(), ilCopyWizardOptions\_getInstance(), ilLink\_getLink(), ilRbacLog\add(), ilRbacLog\COPY_OBJECT, ilRbacLog\gatherFaPa(), ilObjectFactory\getInstanceByRefId(), getSource(), getTarget(), getType(), ilRbacLog\isActive(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by saveSource(), and saveTarget().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCopyGUI::executeCommand | ( | ) |
Control class handling.
Definition at line 48 of file class.ilObjectCopyGUI.php.
References $cmd, $ilCtrl, and init().
Here is the call graph for this function:| ilObjectCopyGUI::getMode | ( | ) |
get copy mode
Definition at line 317 of file class.ilObjectCopyGUI.php.
References $mode.
Referenced by showItemSelection().
Here is the caller graph for this function:| ilObjectCopyGUI::getParentObject | ( | ) |
Get parent gui object.
Definition at line 326 of file class.ilObjectCopyGUI.php.
References $parent_obj.
| ilObjectCopyGUI::getSource | ( | ) |
Get source id.
Definition at line 366 of file class.ilObjectCopyGUI.php.
References $_SESSION.
Referenced by copyContainer(), copySingleObject(), init(), initTargetSelection(), searchSource(), and showItemSelection().
Here is the caller graph for this function:| ilObjectCopyGUI::getTarget | ( | ) |
Get copy target.
Definition at line 385 of file class.ilObjectCopyGUI.php.
References $_SESSION.
Referenced by copyContainer(), and copySingleObject().
Here is the caller graph for this function:| ilObjectCopyGUI::getType | ( | ) |
Returns $type.
Definition at line 336 of file class.ilObjectCopyGUI.php.
References $type.
Referenced by copyContainer(), copySingleObject(), init(), initFormSearch(), showItemSelection(), showTargetSelectionTree(), and sourceExists().
Here is the caller graph for this function:
|
protected |
Init return, mode.
Definition at line 70 of file class.ilObjectCopyGUI.php.
References $_GET, $_REQUEST, $ilCtrl, ilObject\_lookupObjId(), ilObject\_lookupType(), getSource(), getType(), setMode(), setTarget(), and setType().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init search form.
Definition at line 674 of file class.ilObjectCopyGUI.php.
References $ilCtrl, $lng, getType(), and ilTextInputGUI\setSize().
Referenced by searchSource(), and showSourceSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Init source selection.
Definition at line 136 of file class.ilObjectCopyGUI.php.
References $_GET, $ilCtrl, setMode(), setTarget(), and showSourceSelectionTree().
Here is the call graph for this function:
|
protected |
Init copy from repository/search list commands.
Definition at line 103 of file class.ilObjectCopyGUI.php.
References $_GET, $_SESSION, $ilCtrl, $path, ilObject\_lookupObjId(), ilObject\_lookupType(), getSource(), setMode(), setSource(), setType(), and showTargetSelectionTree().
Here is the call graph for this function:
|
protected |
select source object
Definition at line 464 of file class.ilObjectCopyGUI.php.
References $_POST, copySingleObject(), searchSource(), ilUtil\sendFailure(), setSource(), and showItemSelection().
Here is the call graph for this function:
|
protected |
Save target selection.
Definition at line 278 of file class.ilObjectCopyGUI.php.
References $_POST, $_REQUEST, copySingleObject(), ilUtil\sendFailure(), setTarget(), showItemSelection(), and showTargetSelectionTree().
Here is the call graph for this function:
|
protected |
Search source.
Definition at line 404 of file class.ilObjectCopyGUI.php.
References $_POST, $_REQUEST, $_SESSION, $ilCtrl, $lng, $res, $results, $tpl, getSource(), initFormSearch(), QP_COMBINATION_AND, ilUtil\sendFailure(), ilUtil\sendInfo(), and ilQueryParser\setMinWordLength().
Referenced by saveSource(), and showItemSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCopyGUI::setMode | ( | $a_mode | ) |
set copy mode
| int | $a_mode |
Definition at line 308 of file class.ilObjectCopyGUI.php.
Referenced by init(), initSourceSelection(), and initTargetSelection().
Here is the caller graph for this function:| ilObjectCopyGUI::setSource | ( | $a_source_id | ) |
Set source id.
| int | $a_source_id |
Definition at line 357 of file class.ilObjectCopyGUI.php.
References $_SESSION.
Referenced by initTargetSelection(), saveSource(), and unsetSession().
Here is the caller graph for this function:| ilObjectCopyGUI::setTarget | ( | $a_target | ) |
Set target id.
| int | $a_target |
Definition at line 376 of file class.ilObjectCopyGUI.php.
References $_SESSION.
Referenced by init(), initSourceSelection(), and saveTarget().
Here is the caller graph for this function:| ilObjectCopyGUI::setType | ( | $type | ) |
Sets $type.
| object | $type |
Definition at line 347 of file class.ilObjectCopyGUI.php.
References $type.
Referenced by init(), and initTargetSelection().
Here is the caller graph for this function:
|
protected |
Definition at line 495 of file class.ilObjectCopyGUI.php.
References $tpl, getMode(), getSource(), getType(), searchSource(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Referenced by saveSource(), and saveTarget().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCopyGUI::showSourceSearch | ( | $a_tplvar | ) |
Show init screen Normally shown below the create and import form when creating a new object.
| string | $a_tplvar | The tpl variable to fill |
Definition at line 643 of file class.ilObjectCopyGUI.php.
References $tpl, initFormSearch(), sourceExists(), and unsetSession().
Here is the call graph for this function:| ilObjectCopyGUI::showSourceSelectionTree | ( | ) |
Show target selection.
Definition at line 222 of file class.ilObjectCopyGUI.php.
References $_GET, $_POST, $ilCtrl, $tpl, ilPasteIntoMultipleItemsExplorer\SEL_TYPE_RADIO, and ilUtil\sendInfo().
Referenced by initSourceSelection().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectCopyGUI::showTargetSelectionTree | ( | ) |
Show target selection.
Definition at line 151 of file class.ilObjectCopyGUI.php.
References $_GET, $_POST, $ilCtrl, $tpl, getType(), ilPasteIntoMultipleItemsExplorer\SEL_TYPE_RADIO, and ilUtil\sendInfo().
Referenced by initTargetSelection(), and saveTarget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Check if there is any source object.
Definition at line 663 of file class.ilObjectCopyGUI.php.
References ilUtil\_getObjectsByOperations(), and getType().
Referenced by showSourceSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Unset session variables.
Definition at line 700 of file class.ilObjectCopyGUI.php.
References $_SESSION, and setSource().
Referenced by showSourceSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 21 of file class.ilObjectCopyGUI.php.
Referenced by __construct(), initFormSearch(), and searchSource().
|
private |
Definition at line 19 of file class.ilObjectCopyGUI.php.
Referenced by getMode().
|
private |
Definition at line 23 of file class.ilObjectCopyGUI.php.
Referenced by getParentObject().
|
private |
Definition at line 26 of file class.ilObjectCopyGUI.php.
|
private |
Definition at line 27 of file class.ilObjectCopyGUI.php.
|
private |
Definition at line 25 of file class.ilObjectCopyGUI.php.
| const ilObjectCopyGUI::SOURCE_SELECTION = 1 |
Definition at line 16 of file class.ilObjectCopyGUI.php.
| const ilObjectCopyGUI::TARGET_SELECTION = 2 |
Definition at line 17 of file class.ilObjectCopyGUI.php.