|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Submission team. More...
Collaboration diagram for ilExSubmissionTeamGUI:Public Member Functions | |
| __construct (ilObjExercise $a_exercise, ilExSubmission $a_submission) | |
| executeCommand () | |
| returnToParentObject () | |
| submissionScreenTeamObject () | |
| Displays a form which allows members to manage team uploads. More... | |
| addTeamMemberActionObject ($a_user_ids=array()) | |
| confirmDeleteTeamObject () | |
| confirmRemoveTeamMemberObject ($a_full_delete=false) | |
| removeTeamMemberObject ($a_full_delete=false) | |
| submissionScreenTeamLogObject () | |
| createSingleMemberTeamObject () | |
| showTeamLogObject () | |
| createTeamObject () | |
| createAdoptedTeamObject () | |
| addUserFromAutoCompleteObject () | |
| Add user as member. More... | |
Static Public Member Functions | |
| static | getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) |
| static | handleTabs () |
Protected Member Functions | |
| canEditTeam () | |
Protected Attributes | |
| $exercise | |
| $assignment | |
| $submission | |
| $team | |
Submission team.
@ilCtrl_Calls ilExSubmissionTeamGUI: ilRepositorySearchGUI
Definition at line 12 of file class.ilExSubmissionTeamGUI.php.
| ilExSubmissionTeamGUI::__construct | ( | ilObjExercise | $a_exercise, |
| ilExSubmission | $a_submission | ||
| ) |
Definition at line 19 of file class.ilExSubmissionTeamGUI.php.
References $ilCtrl, $lng, $tpl, and ilExSubmission\getAssignment().
Here is the call graph for this function:| ilExSubmissionTeamGUI::addTeamMemberActionObject | ( | $a_user_ids = array() | ) |
Definition at line 224 of file class.ilExSubmissionTeamGUI.php.
References canEditTeam(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by addUserFromAutoCompleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExSubmissionTeamGUI::addUserFromAutoCompleteObject | ( | ) |
Add user as member.
Definition at line 551 of file class.ilExSubmissionTeamGUI.php.
References $_POST, ilObjUser\_lookupId(), addTeamMemberActionObject(), ilUtil\sendFailure(), and submissionScreenTeamObject().
Here is the call graph for this function:
|
protected |
Definition at line 168 of file class.ilExSubmissionTeamGUI.php.
Referenced by addTeamMemberActionObject(), confirmRemoveTeamMemberObject(), removeTeamMemberObject(), and submissionScreenTeamObject().
Here is the caller graph for this function:| ilExSubmissionTeamGUI::confirmDeleteTeamObject | ( | ) |
Definition at line 272 of file class.ilExSubmissionTeamGUI.php.
References confirmRemoveTeamMemberObject().
Here is the call graph for this function:| ilExSubmissionTeamGUI::confirmRemoveTeamMemberObject | ( | $a_full_delete = false | ) |
Definition at line 277 of file class.ilExSubmissionTeamGUI.php.
References $_GET, $_POST, $file, $ilUser, $tpl, canEditTeam(), ilUserUtil\getNamePresentation(), removeTeamMemberObject(), returnToParentObject(), and ilUtil\sendFailure().
Referenced by confirmDeleteTeamObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExSubmissionTeamGUI::createAdoptedTeamObject | ( | ) |
Definition at line 525 of file class.ilExSubmissionTeamGUI.php.
References $_POST, $ilCtrl, $ilUser, $lng, ilExAssignmentTeam\adoptTeams(), ilExAssignmentTeam\getTeamId(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilExSubmissionTeamGUI::createSingleMemberTeamObject | ( | ) |
Definition at line 434 of file class.ilExSubmissionTeamGUI.php.
References ilExAssignmentTeam\getTeamId(), returnToParentObject(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilExSubmissionTeamGUI::createTeamObject | ( | ) |
Definition at line 452 of file class.ilExSubmissionTeamGUI.php.
References $ilCtrl, $ilUser, $lng, $options, $tpl, ilExAssignmentTeam\getAdoptableTeamAssignments(), ilExAssignmentTeam\getAssignmentTeamMap(), ilUserUtil\getNamePresentation(), ilExAssignmentTeam\getTeamId(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilExSubmissionTeamGUI::executeCommand | ( | ) |
Definition at line 34 of file class.ilExSubmissionTeamGUI.php.
References $cmd, $ilCtrl, and handleTabs().
Here is the call graph for this function:
|
static |
Definition at line 71 of file class.ilExSubmissionTeamGUI.php.
References $ilCtrl, $lng, $team, ilObjUser\_lookupFullname(), ilInfoScreenGUI\addProperty(), ilExSubmission\getAssignment(), ilLinkButton\getInstance(), ilExSubmission\getLastSubmission(), ilExSubmission\getTeam(), and ilExSubmission\hasSubmitted().
Referenced by ilExSubmissionGUI\getOverviewContent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 157 of file class.ilExSubmissionTeamGUI.php.
Referenced by executeCommand(), and ilExSubmissionBaseGUI\handleTabs().
Here is the caller graph for this function:| ilExSubmissionTeamGUI::removeTeamMemberObject | ( | $a_full_delete = false | ) |
Definition at line 352 of file class.ilExSubmissionTeamGUI.php.
References $_POST, $ilUser, canEditTeam(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Referenced by confirmRemoveTeamMemberObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExSubmissionTeamGUI::returnToParentObject | ( | ) |
Definition at line 152 of file class.ilExSubmissionTeamGUI.php.
Referenced by confirmRemoveTeamMemberObject(), and createSingleMemberTeamObject().
Here is the caller graph for this function:| ilExSubmissionTeamGUI::showTeamLogObject | ( | ) |
Definition at line 445 of file class.ilExSubmissionTeamGUI.php.
References $tbl.
| ilExSubmissionTeamGUI::submissionScreenTeamLogObject | ( | ) |
Definition at line 423 of file class.ilExSubmissionTeamGUI.php.
References $tbl.
| ilExSubmissionTeamGUI::submissionScreenTeamObject | ( | ) |
Displays a form which allows members to manage team uploads.
@access public
Definition at line 180 of file class.ilExSubmissionTeamGUI.php.
References $tbl, canEditTeam(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ilExAssignmentTeamTableGUI\MODE_EDIT, and ilUtil\sendInfo().
Referenced by addUserFromAutoCompleteObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 15 of file class.ilExSubmissionTeamGUI.php.
|
protected |
Definition at line 14 of file class.ilExSubmissionTeamGUI.php.
|
protected |
Definition at line 16 of file class.ilExSubmissionTeamGUI.php.
|
protected |
Definition at line 17 of file class.ilExSubmissionTeamGUI.php.
Referenced by getOverviewContent().