|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilLDAPRoleGroupMappingSettings:Public Member Functions | |
| getServerId () | |
| getMappings () | |
| Get already configured mappings. More... | |
| loadFromPost ($a_mappings) | |
| validate () | |
| Validate mappings. More... | |
| save () | |
| Save mappings. More... | |
| delete ($a_mapping_id) | |
| Delete a mapping. More... | |
| getMappingInfoString ($a_mapping_id) | |
| Create an info string for a role group mapping. More... | |
Static Public Member Functions | |
| static | _getInstanceByServerId ($a_server_id) |
| Get instance of class. More... | |
| static | _deleteByRole ($a_role_id) |
| static | _deleteByServerId ($a_server_id) |
| static | _getAllActiveMappings () |
Data Fields | |
| const | MAPPING_INFO_ALL = 1 |
| const | MAPPING_INFO_INFO_ONLY = 0 |
Private Member Functions | |
| __construct ($a_server_id) | |
| Private constructor (Singleton for each server_id) More... | |
| read () | |
| Read mappings. More... | |
Private Attributes | |
| $server_id = null | |
| $db = null | |
| $mappings = null | |
Static Private Attributes | |
| static | $instances = array() |
Definition at line 32 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Private constructor (Singleton for each server_id)
@access private
Definition at line 48 of file class.ilLDAPRoleGroupMappingSettings.php.
References $DIC, $ilDB, $lng, and read().
Here is the call graph for this function:
|
static |
Definition at line 76 of file class.ilLDAPRoleGroupMappingSettings.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilObjRole\delete().
Here is the caller graph for this function:
|
static |
Definition at line 89 of file class.ilLDAPRoleGroupMappingSettings.php.
References $DIC, $ilDB, $query, and $res.
Referenced by ilLDAPServer\delete().
Here is the caller graph for this function:
|
static |
Definition at line 102 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, $DIC, $ilDB, $query, and $res.
Referenced by ilLDAPRoleGroupMapping\initServers().
Here is the caller graph for this function:
|
static |
Get instance of class.
@access public
| int | server_id |
Definition at line 68 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by ilLDAPRoleMappingTableGUI\getItems(), ilLDAPSettingsGUI\initRoleMapping(), and ilLDAPSettingsGUI\roleMapping().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::delete | ( | $a_mapping_id | ) |
Delete a mapping.
@access public
| int | mapping_id |
Definition at line 261 of file class.ilLDAPRoleGroupMappingSettings.php.
References $DIC, $ilDB, $query, $res, getServerId(), and read().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSettings::getMappingInfoString | ( | $a_mapping_id | ) |
Create an info string for a role group mapping.
@access public
| int | mapping_id |
Definition at line 281 of file class.ilLDAPRoleGroupMappingSettings.php.
| ilLDAPRoleGroupMappingSettings::getMappings | ( | ) |
Get already configured mappings.
@access public
Definition at line 143 of file class.ilLDAPRoleGroupMappingSettings.php.
| ilLDAPRoleGroupMappingSettings::getServerId | ( | ) |
Definition at line 132 of file class.ilLDAPRoleGroupMappingSettings.php.
References $server_id.
Referenced by delete(), read(), and save().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::loadFromPost | ( | $a_mappings | ) |
Definition at line 148 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, $DIC, and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Read mappings.
@access private
Definition at line 296 of file class.ilLDAPRoleGroupMappingSettings.php.
References $DIC, $query, $res, ilDBConstants\FETCHMODE_OBJECT, and getServerId().
Referenced by __construct(), delete(), and save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSettings::save | ( | ) |
Save mappings.
@access public
Definition at line 214 of file class.ilLDAPRoleGroupMappingSettings.php.
References $data, $DIC, $ilDB, $query, $res, getServerId(), and read().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSettings::validate | ( | ) |
Validate mappings.
@access public
Definition at line 182 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 36 of file class.ilLDAPRoleGroupMappingSettings.php.
|
staticprivate |
Definition at line 34 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 37 of file class.ilLDAPRoleGroupMappingSettings.php.
|
private |
Definition at line 35 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by getServerId().
| const ilLDAPRoleGroupMappingSettings::MAPPING_INFO_ALL = 1 |
Definition at line 39 of file class.ilLDAPRoleGroupMappingSettings.php.
Referenced by ilLDAPRoleGroupMapping\initServers().
| const ilLDAPRoleGroupMappingSettings::MAPPING_INFO_INFO_ONLY = 0 |
Definition at line 40 of file class.ilLDAPRoleGroupMappingSettings.php.