ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($a_mapping_id) | |
constructor ilDB $ilDB More... | |
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 ($a_value) | |
set mapping id More... | |
getServerId () | |
get server id More... | |
setServerId ($a_value) | |
set server id More... | |
getURL () | |
get url More... | |
setURL ($a_value) | |
set url More... | |
getDN () | |
get group dn More... | |
setDN ($a_value) | |
set group dn More... | |
getMemberAttribute () | |
get Group Member Attribute More... | |
setMemberAttribute ($a_value) | |
set Group Member Attribute More... | |
getMemberISDN () | |
get Member Attribute Value is DN More... | |
setMemberISDN ($a_value) | |
set Member Attribute Value is DN More... | |
getRole () | |
get ILIAS Role Name id More... | |
setRole ($a_value) | |
set ILIAS Role Name id More... | |
getRoleName () | |
get ILIAS Role Name type $ilObjDataCache More... | |
setRoleByName ($a_value) | |
set ILIAS Role Name ilRbacReview $rbacreview More... | |
getMappingInfo () | |
get Information Text More... | |
setMappingInfo ($a_value) | |
set Information Text More... | |
getMappingInfoType () | |
get Show Information also in the Repository/Personal Desktop More... | |
setMappingInfoType ($a_value) | |
set Show Information also in the Repository/Personal Desktop More... | |
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 52 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, and getMappingId().
ilLDAPRoleGroupMappingSetting::getDN | ( | ) |
get group dn
Definition at line 156 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingId | ( | ) |
ilLDAPRoleGroupMappingSetting::getMappingInfo | ( | ) |
get Information Text
Definition at line 254 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingInfoType | ( | ) |
get Show Information also in the Repository/Personal Desktop
Definition at line 272 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMemberAttribute | ( | ) |
get Group Member Attribute
Definition at line 174 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMemberISDN | ( | ) |
get Member Attribute Value is DN
Definition at line 192 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getRole | ( | ) |
get ILIAS Role Name id
Definition at line 210 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getRoleName | ( | ) |
get ILIAS Role Name type $ilObjDataCache
Definition at line 229 of file class.ilLDAPRoleGroupMappingSetting.php.
References $DIC.
ilLDAPRoleGroupMappingSetting::getServerId | ( | ) |
get server id
Definition at line 120 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getURL | ( | ) |
get url
Definition at line 138 of file class.ilLDAPRoleGroupMappingSetting.php.
References $url.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::read | ( | ) |
read data from db
Definition at line 31 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, getMappingId(), setDN(), setMappingId(), setMappingInfo(), setMappingInfoType(), setMemberAttribute(), setMemberISDN(), setRole(), setServerId(), and setURL().
ilLDAPRoleGroupMappingSetting::save | ( | ) |
create new mapping
Definition at line 80 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), getURL(), and setMappingId().
ilLDAPRoleGroupMappingSetting::setDN | ( | $a_value | ) |
set group dn
string | $a_value |
Definition at line 165 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMappingId | ( | $a_value | ) |
set mapping id
int | $a_value | mapping id |
Definition at line 111 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read(), and save().
ilLDAPRoleGroupMappingSetting::setMappingInfo | ( | $a_value | ) |
set Information Text
string | $a_value |
Definition at line 263 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMappingInfoType | ( | $a_value | ) |
set Show Information also in the Repository/Personal Desktop
bool | $a_value |
Definition at line 281 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMemberAttribute | ( | $a_value | ) |
set Group Member Attribute
string | $a_value |
Definition at line 183 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMemberISDN | ( | $a_value | ) |
set Member Attribute Value is DN
bool | $a_value |
Definition at line 201 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setRole | ( | $a_value | ) |
set ILIAS Role Name id
int | $a_value |
Definition at line 219 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setRoleByName | ( | $a_value | ) |
set ILIAS Role Name ilRbacReview $rbacreview
string | $a_value |
Definition at line 242 of file class.ilLDAPRoleGroupMappingSetting.php.
References $DIC, and ilUtil\stripSlashes().
ilLDAPRoleGroupMappingSetting::setServerId | ( | $a_value | ) |
set server id
int | $a_value | server id |
Definition at line 129 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setURL | ( | $a_value | ) |
set url
string | $a_value | url |
Definition at line 147 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::update | ( | ) |
update mapping by id
Definition at line 62 of file class.ilLDAPRoleGroupMappingSetting.php.
References $query, $res, getDN(), getMappingId(), getMappingInfo(), getMappingInfoType(), getMemberAttribute(), getMemberISDN(), getRole(), getServerId(), and getURL().