ILIAS
release_8 Revision v8.19
|
Mapping utils. More...
Static Public Member Functions | |
static | lookupMappingStatus (int $a_server_id, int $a_mid, int $a_tree_id) |
Lookup mapping status. More... | |
static | mappingStatusToString (int $a_status) |
Get mapping status as string. More... | |
static | getCourseMappingFieldInfo () |
static | getCourseMappingFieldSelectOptions () |
static | getCourseValueByMappingAttribute ($course, $a_field) |
Get course value by mapping. More... | |
static | getRoleMappingInfo ($a_role_type_info=0) |
Get role mapping info. More... | |
static | getAuthModeSelection () |
Get auth mode selection with active authentication modes. More... | |
Data Fields | |
const | MAPPED_WHOLE_TREE = 1 |
const | MAPPED_MANUAL = 2 |
const | MAPPED_UNMAPPED = 3 |
const | PARALLEL_ONE_COURSE = 0 |
const | PARALLEL_GROUPS_IN_COURSE = 1 |
const | PARALLEL_ALL_COURSES = 2 |
const | PARALLEL_COURSES_FOR_LECTURERS = 3 |
Mapping utils.
Definition at line 25 of file class.ilECSMappingUtils.php.
|
static |
Get auth mode selection with active authentication modes.
Definition at line 211 of file class.ilECSMappingUtils.php.
References $DIC, $lng, ilAuthUtils\_getActiveAuthModes(), and ilAuthUtils\getAuthModeTranslation().
Referenced by ilECSMappingSettingsGUI\initFormCSettings().
|
static |
Definition at line 61 of file class.ilECSMappingUtils.php.
|
static |
Definition at line 88 of file class.ilECSMappingUtils.php.
Referenced by ilECSMappingSettingsGUI\initFormCSettings().
|
static |
Get course value by mapping.
Definition at line 104 of file class.ilECSMappingUtils.php.
Referenced by ilECSCourseMappingRule\doMapping(), and ilECSCourseMappingRule\matches().
|
static |
Get role mapping info.
Definition at line 165 of file class.ilECSMappingUtils.php.
References ilParticipants\IL_CRS_ADMIN, ilParticipants\IL_CRS_MEMBER, ilParticipants\IL_CRS_TUTOR, ilParticipants\IL_GRP_ADMIN, and ilParticipants\IL_GRP_MEMBER.
Referenced by ilECSMappingSettingsGUI\cUpdateSettings(), ilECSMappingSettingsGUI\initFormCSettings(), and ilECSCmsCourseMemberCommandQueueHandler\refreshAssignmentStatus().
|
static |
Lookup mapping status.
Definition at line 39 of file class.ilECSMappingUtils.php.
References ilECSNodeMappingAssignments\isWholeTreeMapped().
Referenced by ilECSMappingSettingsGUI\dInitFormTreeSettings(), and ilECSNodeMappingTreeTableGUI\parse().
|
static |
Get mapping status as string.
Definition at line 53 of file class.ilECSMappingUtils.php.
References $DIC.
Referenced by ilECSMappingSettingsGUI\dInitFormTreeSettings(), and ilECSNodeMappingTreeTableGUI\fillRow().
const ilECSMappingUtils::MAPPED_MANUAL = 2 |
Definition at line 28 of file class.ilECSMappingUtils.php.
Referenced by ilECSMappingSettingsGUI\dInitFormTreeSettings().
const ilECSMappingUtils::MAPPED_UNMAPPED = 3 |
Definition at line 29 of file class.ilECSMappingUtils.php.
Referenced by ilECSNodeMappingTreeTableGUI\fillRow().
const ilECSMappingUtils::MAPPED_WHOLE_TREE = 1 |
Definition at line 27 of file class.ilECSMappingUtils.php.
const ilECSMappingUtils::PARALLEL_ALL_COURSES = 2 |
Definition at line 33 of file class.ilECSMappingUtils.php.
Referenced by ilECSCourseCreationHandler\doSync(), and ilECSCmsCourseMemberCommandQueueHandler\readAssignments().
const ilECSMappingUtils::PARALLEL_COURSES_FOR_LECTURERS = 3 |
Definition at line 34 of file class.ilECSMappingUtils.php.
Referenced by ilECSCourseCreationHandler\doSync().
const ilECSMappingUtils::PARALLEL_GROUPS_IN_COURSE = 1 |
Definition at line 32 of file class.ilECSMappingUtils.php.
Referenced by ilECSCourseCreationHandler\doSync(), and ilECSCmsCourseMemberCommandQueueHandler\readAssignments().
const ilECSMappingUtils::PARALLEL_ONE_COURSE = 0 |
Definition at line 31 of file class.ilECSMappingUtils.php.
Referenced by ilECSCourseCreationHandler\doSync(), and ilECSCmsCourseMemberCommandQueueHandler\readAssignments().