|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Contact\MemberSearch\MailMemberSearchTable:
Collaboration diagram for ILIAS\Contact\MemberSearch\MailMemberSearchTable:Public Member Functions | |
| __construct (private readonly int $ref_id, private readonly ilMailMemberSearchDataProvider $provider, private readonly ilCtrl $ctrl, private readonly ilLanguage $lng, private readonly \ILIAS\UI\Factory $ui_factory, \ILIAS\HTTP\GlobalHttpState $http) | |
| getComponent () | |
| getRows (UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, Data\Range $range, 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 | |
| getColumns () | |
| getActions () | |
| initRecords () | |
| sortedRecords (Data\Order $order) | |
| getRecords (Data\Range $range, Data\Order $order) | |
| limitRecords (array $records, Data\Range $range) | |
Private Attributes | |
| readonly ServerRequestInterface | $request |
| readonly Data Factory | $data_factory |
| array | $records = null |
Definition at line 32 of file MailMemberSearchTable.php.
| ILIAS\Contact\MemberSearch\MailMemberSearchTable::__construct | ( | private readonly int | $ref_id, |
| private readonly ilMailMemberSearchDataProvider | $provider, | ||
| private readonly ilCtrl | $ctrl, | ||
| private readonly ilLanguage | $lng, | ||
| private readonly \ILIAS\UI\Factory | $ui_factory, | ||
| \ILIAS\HTTP\GlobalHttpState | $http | ||
| ) |
Definition at line 39 of file MailMemberSearchTable.php.
References $http.
|
private |
Definition at line 96 of file MailMemberSearchTable.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ILIAS\Contact\MemberSearch\MailMemberSearchTable\getComponent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 72 of file MailMemberSearchTable.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Contact\MemberSearch\MailMemberSearchTable\getComponent().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Contact\MemberSearch\MailMemberSearchTable::getComponent | ( | ) |
Definition at line 51 of file MailMemberSearchTable.php.
References ILIAS\Data\Order\ASC, ILIAS\Contact\MemberSearch\MailMemberSearchTable\getActions(), ILIAS\Contact\MemberSearch\MailMemberSearchTable\getColumns(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
private |
Definition at line 186 of file MailMemberSearchTable.php.
References ILIAS\UI\Implementation\Component\Table\$range.
| ILIAS\Contact\MemberSearch\MailMemberSearchTable::getRows | ( | UI\Component\Table\DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Data\Range | $range, | ||
| Data\Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Definition at line 145 of file MailMemberSearchTable.php.
| ILIAS\Contact\MemberSearch\MailMemberSearchTable::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 162 of file MailMemberSearchTable.php.
|
private |
Definition at line 127 of file MailMemberSearchTable.php.
References ILIAS\Repository\int().
Here is the call graph for this function:
|
private |
| list<array<string,mixed>> | $records |
Definition at line 199 of file MailMemberSearchTable.php.
References ILIAS\UI\Implementation\Component\Table\$range, ILIAS\Data\Range\getLength(), and ILIAS\Data\Range\getStart().
Here is the call graph for this function:
|
private |
Definition at line 175 of file MailMemberSearchTable.php.
References ilArrayUtil\stableSortArray().
Here is the call graph for this function:Definition at line 35 of file MailMemberSearchTable.php.
|
private |
Definition at line 37 of file MailMemberSearchTable.php.
|
private |
Definition at line 34 of file MailMemberSearchTable.php.