| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Inheritance diagram for ILIAS\Test\Participants\ParticipantTableDeleteResultsAction:
 Collaboration diagram for ILIAS\Test\Participants\ParticipantTableDeleteResultsAction:Public Member Functions | |
| __construct (private readonly Language $lng, private readonly \ilGlobalTemplateInterface $tpl, private readonly UIFactory $ui_factory, private readonly \ilDBInterface $db, private readonly \ilTestParticipantAccessFilterFactory $participant_access_filter_factory, private readonly \ilTestAccess $test_access, private readonly \ilObjTest $test_obj) | |
| getActionId () | |
| isAvailable () | |
| getTableAction (URLBuilder $url_builder, URLBuilderToken $row_id_token, URLBuilderToken $action_token, URLBuilderToken $action_type_token) | |
| getModal (URLBuilder $url_builder, array $selected_participants, bool $all_participants_selected) | |
| onSubmit (URLBuilder $url_builder, ServerRequestInterface $request, array $selected_participants, bool $all_participants_selected) | |
| allowActionForRecord (Participant $record) | |
| getSelectionErrorMessage () | |
Data Fields | |
| const | ACTION_ID = 'delete_results' | 
Private Member Functions | |
| resolveMessage (bool $all_participants_selected) | |
Definition at line 31 of file ParticipantTableDeleteResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::__construct | ( | private readonly Language | $lng, | 
| private readonly \ilGlobalTemplateInterface | $tpl, | ||
| private readonly UIFactory | $ui_factory, | ||
| private readonly \ilDBInterface | $db, | ||
| private readonly \ilTestParticipantAccessFilterFactory | $participant_access_filter_factory, | ||
| private readonly \ilTestAccess | $test_access, | ||
| private readonly \ilObjTest | $test_obj | ||
| ) | 
Definition at line 35 of file ParticipantTableDeleteResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::allowActionForRecord | ( | Participant | $record | ) | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 130 of file ParticipantTableDeleteResultsAction.php.
References ILIAS\Test\Participants\Participant\getActiveId().
 Here is the call graph for this function:| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::getActionId | ( | ) | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 46 of file ParticipantTableDeleteResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::getModal | ( | URLBuilder | $url_builder, | 
| array | $selected_participants, | ||
| bool | $all_participants_selected | ||
| ) | 
| array<Participant> | $selected_participants | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 72 of file ParticipantTableDeleteResultsAction.php.
References ilObjUser\_lookupFullname(), ILIAS\UI\URLBuilder\buildURI(), ILIAS\Test\Participants\Participant\getUserId(), ILIAS\Repository\lng(), and ILIAS\Test\Participants\ParticipantTableDeleteResultsAction\resolveMessage().
 Here is the call graph for this function:| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::getSelectionErrorMessage | ( | ) | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 144 of file ParticipantTableDeleteResultsAction.php.
References ILIAS\Repository\lng().
 Here is the call graph for this function:| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::getTableAction | ( | URLBuilder | $url_builder, | 
| URLBuilderToken | $row_id_token, | ||
| URLBuilderToken | $action_token, | ||
| URLBuilderToken | $action_type_token | ||
| ) | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 57 of file ParticipantTableDeleteResultsAction.php.
References ILIAS\Repository\lng(), ILIAS\Test\Participants\ParticipantTableActions\SHOW_ACTION, and ILIAS\UI\URLBuilder\withParameter().
 Here is the call graph for this function:| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::isAvailable | ( | ) | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 51 of file ParticipantTableDeleteResultsAction.php.
| ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::onSubmit | ( | URLBuilder | $url_builder, | 
| ServerRequestInterface | $request, | ||
| array | $selected_participants, | ||
| bool | $all_participants_selected | ||
| ) | 
| array<Participant> | $selected_participants | 
Implements ILIAS\Test\Participants\TableAction.
Definition at line 94 of file ParticipantTableDeleteResultsAction.php.
References ILIAS\Test\Participants\Participant\getActiveId(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\MESSAGE_TYPE_FAILURE, and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 135 of file ParticipantTableDeleteResultsAction.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Test\Participants\ParticipantTableDeleteResultsAction\getModal().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const ILIAS\Test\Participants\ParticipantTableDeleteResultsAction::ACTION_ID = 'delete_results' | 
Definition at line 33 of file ParticipantTableDeleteResultsAction.php.