|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilCourseParticipantsGroupsTableDataRetrieval:
Collaboration diagram for ilCourseParticipantsGroupsTableDataRetrieval:Public Member Functions | |
| __construct (protected ilCourseParticipantsGroupsGUI $parent_obj, protected ilTree $tree, protected ilAccess $access, protected ilUIServices $ui_services, protected int $ref_id) | |
| buildConfirmUnsubscribeActionId (int $group_ref_id) | |
| buildUnsubscribeActionId (int $group_ref_id) | |
| getAllConfirmUnsubscribeActionIds () | |
| getAllUserIds () | |
| getSelectableGroups () | |
| 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... | |
| init () | |
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... | |
Protected Attributes | |
| const string | TABLE_ACTION_CONFIRM_UNSUBSCRIBE_SUFFIX = '_confirm_unsubscribe' |
| const string | TABLE_ACTION_UNSUBSCRIBE_SUFFIX = '_unsubscribe' |
| array | $data |
| int | $obj_id |
Definition at line 24 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
| ilCourseParticipantsGroupsTableDataRetrieval::__construct | ( | protected ilCourseParticipantsGroupsGUI | $parent_obj, |
| protected ilTree | $tree, | ||
| protected ilAccess | $access, | ||
| protected ilUIServices | $ui_services, | ||
| protected int | $ref_id | ||
| ) |
Definition at line 32 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
References $ref_id, and ilObject\_lookupObjId().
Here is the call graph for this function:| ilCourseParticipantsGroupsTableDataRetrieval::buildConfirmUnsubscribeActionId | ( | int | $group_ref_id | ) |
Definition at line 83 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
| ilCourseParticipantsGroupsTableDataRetrieval::buildUnsubscribeActionId | ( | int | $group_ref_id | ) |
Definition at line 89 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
| ilCourseParticipantsGroupsTableDataRetrieval::getAllConfirmUnsubscribeActionIds | ( | ) |
Definition at line 95 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
References $ref_id.
| ilCourseParticipantsGroupsTableDataRetrieval::getAllUserIds | ( | ) |
Definition at line 104 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ilCourseParticipantsGroupsTableDataRetrieval::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 125 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
| ilCourseParticipantsGroupsTableDataRetrieval::getSelectableGroups | ( | ) |
Definition at line 114 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
References $ref_id.
| ilCourseParticipantsGroupsTableDataRetrieval::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 201 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
| ilCourseParticipantsGroupsTableDataRetrieval::init | ( | ) |
Definition at line 209 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
References ilCourseParticipants\_getInstanceByObjId(), ilGroupParticipants\_getInstanceByObjId(), ilObjUser\_lookupName(), and ILIAS\Repository\access().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
|
protected |
Definition at line 30 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
|
protected |
Definition at line 26 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.
|
protected |
Definition at line 27 of file class.ilCourseParticipantsGroupsTableDataRetrieval.php.