|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Skill\Profile\SkillProfileRoleDBRepository:Public Member Functions | |
| __construct (\ilDBInterface $db=null, Service\SkillInternalFactoryService $factory_service=null) | |
| deleteProfileRoles (int $profile_id) | |
| get (int $profile_id) | |
| getRoleAssignmentFromRecord (array $rec) | |
| addRoleToProfile (int $profile_id, int $role_id) | |
| removeRoleFromProfile (int $profile_id, int $role_id) | |
| removeRoleFromAllProfiles (int $role_id) | |
| getAllProfilesOfRole (int $role_id) | |
| getGlobalProfilesOfRole (int $role_id) | |
| getLocalProfilesOfRole (int $role_id) | |
| countRoles (int $profile_id) | |
Protected Member Functions | |
| getProfileFromRecord (array $rec) | |
| getRoleProfileFromRecord (array $rec) | |
Protected Attributes | |
| ilDBInterface | $db |
| Service SkillInternalFactoryService | $factory_service |
Definition at line 26 of file class.SkillProfileRoleDBRepository.php.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::__construct | ( | \ilDBInterface | $db = null, |
| Service\SkillInternalFactoryService | $factory_service = null |
||
| ) |
Definition at line 31 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $DIC, and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$factory_service.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::addRoleToProfile | ( | int | $profile_id, |
| int | $role_id | ||
| ) |
Definition at line 78 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::countRoles | ( | int | $profile_id | ) |
Definition at line 215 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::deleteProfileRoles | ( | int | $profile_id | ) |
Definition at line 41 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::get | ( | int | $profile_id | ) |
Definition at line 51 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getAllProfilesOfRole | ( | int | $role_id | ) |
Definition at line 115 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getGlobalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 135 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getLocalProfilesOfRole | ( | int | $role_id | ) |
Definition at line 157 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, $ilDB, ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getRoleProfileFromRecord(), and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Definition at line 175 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Repository\int().
Here is the call graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::getRoleAssignmentFromRecord | ( | array | $rec | ) |
Definition at line 67 of file class.SkillProfileRoleDBRepository.php.
|
protected |
Definition at line 194 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Repository\int().
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAllProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getGlobalProfilesOfRole(), and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getLocalProfilesOfRole().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::removeRoleFromAllProfiles | ( | int | $role_id | ) |
Definition at line 102 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
| ILIAS\Skill\Profile\SkillProfileRoleDBRepository::removeRoleFromProfile | ( | int | $profile_id, |
| int | $role_id | ||
| ) |
Definition at line 91 of file class.SkillProfileRoleDBRepository.php.
References ILIAS\Skill\Profile\SkillProfileRoleDBRepository\$db, and $ilDB.
|
protected |
Definition at line 28 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\__construct(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\addRoleToProfile(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\countRoles(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\deleteProfileRoles(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\get(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getAllProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getGlobalProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\getLocalProfilesOfRole(), ILIAS\Skill\Profile\SkillProfileRoleDBRepository\removeRoleFromAllProfiles(), and ILIAS\Skill\Profile\SkillProfileRoleDBRepository\removeRoleFromProfile().
|
protected |
Definition at line 29 of file class.SkillProfileRoleDBRepository.php.
Referenced by ILIAS\Skill\Profile\SkillProfileRoleDBRepository\__construct().