|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilSamlIdpTableGUI:
Collaboration diagram for ilSamlIdpTableGUI:Public Member Functions | |
| __construct (private ilSamlSettingsGUI $parent_gui, private \ILIAS\UI\Factory $ui_factory, private \ILIAS\UI\Renderer $ui_renderer, private ilLanguage $lng, private ilCtrlInterface $ctrl, private \Psr\Http\Message\ServerRequestInterface $http_request, private \ILIAS\Data\Factory $df, private string $parent_cmd, private bool $has_write_access) | |
| get () | |
| getRows (\ILIAS\UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, \ILIAS\Data\Range $range, \ILIAS\Data\Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Table\DataRetrieval | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
Private Member Functions | |
| getColumnDefinition () | |
| getActions () | |
| getRecords (\ILIAS\Data\Range $range, \ILIAS\Data\Order $order) | |
Private Attributes | |
| array | $idps |
| ILIAS UI URLBuilder | $url_builder |
| ILIAS UI URLBuilderToken | $action_parameter_token |
| ILIAS UI URLBuilderToken | $row_id_token |
Additional Inherited Members | |
Data Fields inherited from ilSamlCommands | |
| const string | CMD_LIST_IDPS = 'listIdps' |
| const string | CMD_TABLE_ACTIONS = 'handleTableActions' |
| const string | CMD_SHOW_NEW_IDP_FORM = 'showNewIdpForm' |
| const string | CMD_SAVE_NEW_IDP = 'saveNewIdp' |
| const string | CMD_DELETE_IDP = 'deleteIdp' |
| const string | CMD_SAVE_SETTINGS = 'saveSettings' |
| const string | CMD_SHOW_SETTINGS = 'showSettings' |
| const string | CMD_SHOW_IDP_SETTINGS = 'showIdpSettings' |
| const string | CMD_SAVE_IDP_SETTINGS = 'saveIdpSettings' |
| const string | CMD_SAVE_USER_ATTRIBUTE_MAPPING = 'saveUserAttributeMapping' |
| const string | CMD_SHOW_USER_ATTRIBUTE_MAPPING_FORM = 'showUserAttributeMappingForm' |
| const string | TABLE_ACTION_CONFIRM_DELETE_IDP = 'confirmDeleteIdp' |
| const string | TABLE_ACTION_DEACTIVATE_IDP = 'deactivateIdp' |
| const string | TABLE_ACTION_ACTIVATE_IDP = 'activateIdp' |
| const string | TABLE_ACTION_SHOW_IDP_SETTINGS = 'showIdpSettings' |
| const array | GLOBAL_COMMANDS |
| const array | GLOBAL_ENTITY_COMMANDS |
| const array | GLOBAL_ENTITY_TABLE_ACTIONS |
Definition at line 21 of file class.ilSamlIdpTableGUI.php.
| ilSamlIdpTableGUI::__construct | ( | private ilSamlSettingsGUI | $parent_gui, |
| private \ILIAS\UI\Factory | $ui_factory, | ||
| private \ILIAS\UI\Renderer | $ui_renderer, | ||
| private ilLanguage | $lng, | ||
| private ilCtrlInterface | $ctrl, | ||
| private \Psr\Http\Message\ServerRequestInterface | $http_request, | ||
| private \ILIAS\Data\Factory | $df, | ||
| private string | $parent_cmd, | ||
| private bool | $has_write_access | ||
| ) |
Definition at line 29 of file class.ilSamlIdpTableGUI.php.
References $action_parameter_token, $row_id_token, $url_builder, ilUtil\_getHttpPath(), ILIAS\Repository\ctrl(), and ilSamlIdp\getAllIdps().
Here is the call graph for this function:| ilSamlIdpTableGUI::get | ( | ) |
Definition at line 58 of file class.ilSamlIdpTableGUI.php.
References getActions(), getColumnDefinition(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 111 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 76 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 144 of file class.ilSamlIdpTableGUI.php.
References $idps, ILIAS\UI\Implementation\Component\Table\$range, ilSamlIdp\getEntityId(), ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), ILIAS\Repository\int(), ilSamlIdp\isActive(), and ilStr\strCmp().
Here is the call graph for this function:| ilSamlIdpTableGUI::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| \ILIAS\Data\Range | $range, | ||
| \ILIAS\Data\Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Definition at line 169 of file class.ilSamlIdpTableGUI.php.
| ilSamlIdpTableGUI::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available.
Given the nature of a DataTable, which is, opposite to a PresentationTable, rather administrative than explorative, this information will increase user experience quite a bit. However, you may return null, if the call is to costly, but expect the View Control to look a little different in this case.
Make sure that potential filters or user restrictions are being applied to the count.
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 195 of file class.ilSamlIdpTableGUI.php.
|
private |
Definition at line 26 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct().
|
private |
Definition at line 24 of file class.ilSamlIdpTableGUI.php.
Referenced by getRecords().
|
private |
Definition at line 27 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct().
|
private |
Definition at line 25 of file class.ilSamlIdpTableGUI.php.
Referenced by __construct().