ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (protected ilCourseParticipantsGroupsTableDataRetrieval $data_retrieval, protected ilUIServices $ui_services, protected ilUIService $ui_service, protected ilHTTPServices $http_services, protected ilRefineryFactory $refinery, protected ilLanguage $lng, protected ilCtrl $ctrl, protected ilDataFactory $data_factory, protected ilGlobalTemplateInterface $tpl, protected ilAccess $access, protected ilObjectDataCache $object_data_cache) | |
getHTML () | |
handleCommands () | |
Data Fields | |
const string | TABLE_COL_NAME = 'name' |
const string | TABLE_COL_LOGIN = 'login' |
const string | TABLE_COL_GROUP_NUMBER = 'groups_number' |
const string | TABLE_COL_GROUPS = 'groups' |
const string | TABLE_FILTER_NAME = 'filter_name' |
const string | TABLE_FILTER_GROUPS = 'filter_groups' |
foreach ( $user_ids as $user_id) | |
Protected Member Functions | |
buildAddToGroupString (int $group_ref_id) | |
getColumns () | |
getActions () | |
getFilterFields () | |
initTable () | |
readIdsFromQuery () | |
addToGroup (array $user_ids, int $group_ref_id) | |
unsubscribe (array $user_ids, int $group_id) | |
Protected Attributes | |
const string | ALL_OBJECTS = 'ALL_OBJECTS' |
const string | TABLE_ID = 'crsprtcpntsgrpstbl' |
const string | FILTER_ID = 'crsprtcpntsgrpstbl_filter' |
const string | ROW_ID = 'row_ids' |
const string | TABLE_ACTION_ID = 'table_action' |
const string | TABLE_ACTION_ADD_TO_GROUP = 'add_to_group' |
const string | LNG_TABLE_COL_NAME = 'name' |
const string | LNG_TABLE_COL_LOGIN = 'login' |
const string | LNG_TABLE_COL_GROUP_NUMBER = 'crs_groups_nr' |
const string | LNG_TABLE_COL_GROUPS = 'groups' |
const string | LNG_TABLE_ACTION_CONFIRM_UNSUBSCRIBE = 'grp_unsubscribe' |
const string | LNG_TABLE_TITLE = 'crs_grp_assignments' |
const string | LNG_ADD_TO_GROUP = 'crs_add_to_group' |
URLBuilder | $url_builder |
ilURLBuilderToken | $action_parameter_token |
ilURLBuilderToken | $row_id_token |
ilDataTable | $table |
ilFilter | $filter |
Private Member Functions | |
initFilter () | |
Definition at line 32 of file class.ilCourseParticipantsGroupsTableGUI.php.
ilCourseParticipantsGroupsTableGUI::__construct | ( | protected ilCourseParticipantsGroupsTableDataRetrieval | $data_retrieval, |
protected ilUIServices | $ui_services, | ||
protected ilUIService | $ui_service, | ||
protected ilHTTPServices | $http_services, | ||
protected ilRefineryFactory | $refinery, | ||
protected ilLanguage | $lng, | ||
protected ilCtrl | $ctrl, | ||
protected ilDataFactory | $data_factory, | ||
protected ilGlobalTemplateInterface | $tpl, | ||
protected ilAccess | $access, | ||
protected ilObjectDataCache | $object_data_cache | ||
) |
Definition at line 60 of file class.ilCourseParticipantsGroupsTableGUI.php.
References ILIAS\Repository\lng().
|
protected |
Definition at line 182 of file class.ilCourseParticipantsGroupsTableGUI.php.
References $message, ilGroupParticipants\_getInstanceByObjId(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilParticipants\IL_GRP_MEMBER, ILIAS\Repository\lng(), and ilGroupMembershipMailNotification\TYPE_ADMISSION_MEMBER.
Referenced by handleCommands().
|
protected |
Definition at line 76 of file class.ilCourseParticipantsGroupsTableGUI.php.
Referenced by getActions(), and handleCommands().
|
protected |
Definition at line 99 of file class.ilCourseParticipantsGroupsTableGUI.php.
References $ref_id, buildAddToGroupString(), and ILIAS\Repository\lng().
Referenced by initTable().
|
protected |
Definition at line 81 of file class.ilCourseParticipantsGroupsTableGUI.php.
References ILIAS\Repository\lng().
|
protected |
Definition at line 145 of file class.ilCourseParticipantsGroupsTableGUI.php.
References ILIAS\Repository\lng().
Referenced by initFilter().
ilCourseParticipantsGroupsTableGUI::getHTML | ( | ) |
Definition at line 262 of file class.ilCourseParticipantsGroupsTableGUI.php.
References ILIAS\Repository\filter(), initFilter(), and initTable().
ilCourseParticipantsGroupsTableGUI::handleCommands | ( | ) |
Definition at line 272 of file class.ilCourseParticipantsGroupsTableGUI.php.
References $ref_id, addToGroup(), buildAddToGroupString(), initTable(), readIdsFromQuery(), and unsubscribe().
|
private |
Definition at line 126 of file class.ilCourseParticipantsGroupsTableGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\filter(), and getFilterFields().
Referenced by getHTML().
|
protected |
Definition at line 158 of file class.ilCourseParticipantsGroupsTableGUI.php.
References getActions(), and ILIAS\Repository\lng().
Referenced by getHTML(), and handleCommands().
|
protected |
Definition at line 173 of file class.ilCourseParticipantsGroupsTableGUI.php.
Referenced by handleCommands().
|
protected |
Definition at line 215 of file class.ilCourseParticipantsGroupsTableGUI.php.
References $user_id, ilGroupParticipants\_getInstanceByObjId(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGroupMembershipMailNotification\TYPE_DISMISS_MEMBER.
Referenced by handleCommands().
|
protected |
Definition at line 55 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 58 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 56 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 57 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 54 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 40 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 42 of file class.ilCourseParticipantsGroupsTableGUI.php.
ilCourseParticipantsGroupsTableGUI::foreach($user_ids as $user_id) |
Definition at line 238 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 52 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 50 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 48 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 49 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 47 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 46 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 51 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 43 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 45 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 44 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_COL_GROUP_NUMBER = 'groups_number' |
Definition at line 36 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_COL_GROUPS = 'groups' |
Definition at line 37 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_COL_LOGIN = 'login' |
Definition at line 35 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_COL_NAME = 'name' |
Definition at line 34 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_FILTER_GROUPS = 'filter_groups' |
Definition at line 39 of file class.ilCourseParticipantsGroupsTableGUI.php.
const string ilCourseParticipantsGroupsTableGUI::TABLE_FILTER_NAME = 'filter_name' |
Definition at line 38 of file class.ilCourseParticipantsGroupsTableGUI.php.
|
protected |
Definition at line 41 of file class.ilCourseParticipantsGroupsTableGUI.php.