|
ILIAS
Release_4_4_x_branch Revision 61816
|
Collaboration diagram for ilLDAPRoleGroupMappingSetting:Public Member Functions | |
| __construct ($a_mapping_id) | |
| constructor ilDB $ilDB | |
| read () | |
| read data from db | |
| delete () | |
| delete mapping by id | |
| update () | |
| update mapping by id | |
| save () | |
| create new mapping | |
| getMappingId () | |
| get mapping id | |
| setMappingId ($a_value) | |
| set mapping id | |
| getServerId () | |
| get server id | |
| setServerId ($a_value) | |
| set server id | |
| getURL () | |
| get url | |
| setURL ($a_value) | |
| set url | |
| getDN () | |
| get group dn | |
| setDN ($a_value) | |
| set group dn | |
| getMemberAttribute () | |
| get Group Member Attribute | |
| setMemberAttribute ($a_value) | |
| set Group Member Attribute | |
| getMemberISDN () | |
| get Member Attribute Value is DN | |
| setMemberISDN ($a_value) | |
| set Member Attribute Value is DN | |
| getRole () | |
| get ILIAS Role Name id | |
| setRole ($a_value) | |
| set ILIAS Role Name id | |
| getRoleName () | |
| get ILIAS Role Name type $ilObjDataCache | |
| setRoleByName ($a_value) | |
| set ILIAS Role Name ilRbacReview $rbacreview | |
| getMappingInfo () | |
| get Information Text | |
| setMappingInfo ($a_value) | |
| set Information Text | |
| getMappingInfoType () | |
| get Show Information also in the Repository/Personal Desktop | |
| setMappingInfoType ($a_value) | |
| set Show Information also in the Repository/Personal Desktop | |
| ilLDAPRoleGroupMappingSetting::__construct | ( | $a_mapping_id | ) |
constructor ilDB $ilDB
| int | $a_mapping_id |
Definition at line 19 of file class.ilLDAPRoleGroupMappingSetting.php.
| ilLDAPRoleGroupMappingSetting::delete | ( | ) |
delete mapping by id
Definition at line 50 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, and getMappingId().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::getDN | ( | ) |
get group dn
Definition at line 154 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMappingId | ( | ) |
| ilLDAPRoleGroupMappingSetting::getMappingInfo | ( | ) |
get Information Text
Definition at line 248 of file class.ilLDAPRoleGroupMappingSetting.php.
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 266 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMemberAttribute | ( | ) |
get Group Member Attribute
Definition at line 172 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getMemberISDN | ( | ) |
get Member Attribute Value is DN
Definition at line 190 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getRole | ( | ) |
get ILIAS Role Name id
Definition at line 208 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getRoleName | ( | ) |
get ILIAS Role Name type $ilObjDataCache
Definition at line 227 of file class.ilLDAPRoleGroupMappingSetting.php.
| ilLDAPRoleGroupMappingSetting::getServerId | ( | ) |
get server id
Definition at line 118 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::getURL | ( | ) |
get url
Definition at line 136 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::read | ( | ) |
read data from db
Definition at line 29 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 78 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), getURL(), and setMappingId().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::setDN | ( | $a_value | ) |
set group dn
| string | $a_value |
Definition at line 163 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingId | ( | $a_value | ) |
set mapping id
| int | $a_value | mapping id |
Definition at line 109 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read(), and save().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingInfo | ( | $a_value | ) |
set Information Text
| string | $a_value |
Definition at line 257 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMappingInfoType | ( | $a_value | ) |
set Show Information also in the Repository/Personal Desktop
| bool | $a_value |
Definition at line 275 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMemberAttribute | ( | $a_value | ) |
set Group Member Attribute
| string | $a_value |
Definition at line 181 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setMemberISDN | ( | $a_value | ) |
set Member Attribute Value is DN
| bool | $a_value |
Definition at line 199 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setRole | ( | $a_value | ) |
set ILIAS Role Name id
| int | $a_value |
Definition at line 217 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setRoleByName | ( | $a_value | ) |
set ILIAS Role Name ilRbacReview $rbacreview
| string | $a_value |
Definition at line 238 of file class.ilLDAPRoleGroupMappingSetting.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:| ilLDAPRoleGroupMappingSetting::setServerId | ( | $a_value | ) |
set server id
| int | $a_value | server id |
Definition at line 127 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
Here is the caller graph for this function:| ilLDAPRoleGroupMappingSetting::setURL | ( | $a_value | ) |
set url
| string | $a_value | url |
Definition at line 145 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 60 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), and getURL().
Here is the call graph for this function: