ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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, ?array $filter_data, ?array $additional_parameters) | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
Mainly for the purpose of pagination-support, it is important to know about the total number of records available. More... | |
![]() | |
getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters) | |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
getTotalRowCount (?array $filter_data, ?array $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 | |
![]() | |
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().
ilSamlIdpTableGUI::get | ( | ) |
Definition at line 58 of file class.ilSamlIdpTableGUI.php.
References getActions(), getColumnDefinition(), and ILIAS\Repository\lng().
|
private |
Definition at line 111 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
|
private |
Definition at line 76 of file class.ilSamlIdpTableGUI.php.
References ILIAS\Repository\lng().
Referenced by get().
|
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().
ilSamlIdpTableGUI::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
array | $visible_column_ids, | ||
\ILIAS\Data\Range | $range, | ||
\ILIAS\Data\Order | $order, | ||
?array | $filter_data, | ||
?array | $additional_parameters | ||
) |
Definition at line 169 of file class.ilSamlIdpTableGUI.php.
ilSamlIdpTableGUI::getTotalRowCount | ( | ?array | $filter_data, |
?array | $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 194 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().