|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilLDAPRoleGroupMappingSetting:Public Member Functions | |
| __construct (int $a_mapping_id) | |
| read () | |
| read data from db More... | |
| delete () | |
| delete mapping by id More... | |
| update () | |
| update mapping by id More... | |
| save () | |
| create new mapping More... | |
| getMappingId () | |
| get mapping id More... | |
| setMappingId (int $a_value) | |
| set mapping id More... | |
| getServerId () | |
| get server id More... | |
| setServerId (int $a_value) | |
| set server id More... | |
| getURL () | |
| get url More... | |
| setURL (string $a_value) | |
| set url More... | |
| getDN () | |
| get group dn More... | |
| setDN (string $a_value) | |
| set group dn More... | |
| getMemberAttribute () | |
| get Group Member Attribute More... | |
| setMemberAttribute (string $a_value) | |
| set Group Member Attribute More... | |
| getMemberISDN () | |
| get Member Attribute Value is DN More... | |
| setMemberISDN (bool $a_value) | |
| set Member Attribute Value is DN More... | |
| getRole () | |
| get ILIAS Role Name id More... | |
| setRole (int $a_value) | |
| set ILIAS Role Name id More... | |
| getRoleName () | |
| get ILIAS Role Name More... | |
| setRoleByName (string $a_value) | |
| set ILIAS Role Name More... | |
| getMappingInfo () | |
| get Information Text More... | |
| setMappingInfo (string $a_value) | |
| set Information Text More... | |
| getMappingInfoType () | |
| get Show Information also in the Repository/Personal Desktop More... | |
| setMappingInfoType (bool $a_value) | |
| set Show Information also in the Repository/Personal Desktop More... | |
Private Attributes | |
| ilDBInterface | $db |
| ilObjectDataCache | $ilObjDataCache |
| ilRbacReview | $rbacreview |
| int | $mapping_id |
| int | $server_id |
| string | $url |
| string | $dn |
| string | $member_attribute |
| bool | $mapping_info_type |
| bool | $member_isdn |
| int | $role |
| string | $mapping_info |
Definition at line 24 of file class.ilLDAPRoleGroupMappingSetting.php.
| ilLDAPRoleGroupMappingSetting::__construct | ( | int | $a_mapping_id | ) |
Definition at line 41 of file class.ilLDAPRoleGroupMappingSetting.php.
References $DIC.
| ilLDAPRoleGroupMappingSetting::delete | ( | ) |
delete mapping by id
Definition at line 74 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, and getMappingId().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::getDN | ( | ) |
get group dn
Definition at line 177 of file class.ilLDAPRoleGroupMappingSetting.php.
References $dn.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMappingId | ( | ) |
get mapping id
Definition at line 124 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_id.
Referenced by delete(), read(), save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMappingInfo | ( | ) |
get Information Text
Definition at line 258 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_info.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMappingInfoType | ( | ) |
get Show Information also in the Repository/Personal Desktop
Definition at line 274 of file class.ilLDAPRoleGroupMappingSetting.php.
References $mapping_info_type.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMemberAttribute | ( | ) |
get Group Member Attribute
Definition at line 193 of file class.ilLDAPRoleGroupMappingSetting.php.
References $member_attribute.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMemberISDN | ( | ) |
get Member Attribute Value is DN
Definition at line 209 of file class.ilLDAPRoleGroupMappingSetting.php.
References $member_isdn.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getRole | ( | ) |
| ilLDAPRoleGroupMappingSetting::getRoleName | ( | ) |
get ILIAS Role Name
Definition at line 242 of file class.ilLDAPRoleGroupMappingSetting.php.
| ilLDAPRoleGroupMappingSetting::getServerId | ( | ) |
get server id
Definition at line 142 of file class.ilLDAPRoleGroupMappingSetting.php.
References $server_id.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getURL | ( | ) |
get url
Definition at line 160 of file class.ilLDAPRoleGroupMappingSetting.php.
References $url.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::read | ( | ) |
read data from db
Definition at line 54 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getMappingId(), setDN(), setMappingId(), setMappingInfo(), setMappingInfoType(), setMemberAttribute(), setMemberISDN(), setRole(), setServerId(), and setURL().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::save | ( | ) |
create new mapping
Definition at line 102 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), getURL(), and setMappingId().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::setDN | ( | string | $a_value | ) |
set group dn
Definition at line 185 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingId | ( | int | $a_value | ) |
set mapping id
| int | $a_value | mapping id |
Definition at line 133 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read(), and save().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingInfo | ( | string | $a_value | ) |
set Information Text
Definition at line 266 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingInfoType | ( | bool | $a_value | ) |
set Show Information also in the Repository/Personal Desktop
Definition at line 282 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMemberAttribute | ( | string | $a_value | ) |
set Group Member Attribute
Definition at line 201 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMemberISDN | ( | bool | $a_value | ) |
set Member Attribute Value is DN
| bool | $a_value |
Definition at line 218 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setRole | ( | int | $a_value | ) |
set ILIAS Role Name id
Definition at line 234 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setRoleByName | ( | string | $a_value | ) |
set ILIAS Role Name
Definition at line 250 of file class.ilLDAPRoleGroupMappingSetting.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::setServerId | ( | int | $a_value | ) |
set server id
| int | $a_value | server id |
Definition at line 151 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setURL | ( | string | $a_value | ) |
set url
| string | $a_value | url |
Definition at line 169 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::update | ( | ) |
update mapping by id
Definition at line 84 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), and getURL().
Here is the call graph for this function:
|
private |
Definition at line 26 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 34 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getDN().
|
private |
Definition at line 27 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 30 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingId().
|
private |
Definition at line 39 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingInfo().
|
private |
Definition at line 36 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMappingInfoType().
|
private |
Definition at line 35 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMemberAttribute().
|
private |
Definition at line 37 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getMemberISDN().
|
private |
Definition at line 28 of file class.ilLDAPRoleGroupMappingSetting.php.
|
private |
Definition at line 38 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getRole().
|
private |
Definition at line 31 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getServerId().
|
private |
Definition at line 33 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by getURL().