ILIAS
Release_4_4_x_branch Revision 61816
|
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().
ilLDAPRoleGroupMappingSetting::getDN | ( | ) |
get group dn
Definition at line 154 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMappingId | ( | ) |
ilLDAPRoleGroupMappingSetting::getMappingInfo | ( | ) |
get Information Text
Definition at line 248 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
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().
ilLDAPRoleGroupMappingSetting::getMemberAttribute | ( | ) |
get Group Member Attribute
Definition at line 172 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getMemberISDN | ( | ) |
get Member Attribute Value is DN
Definition at line 190 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
ilLDAPRoleGroupMappingSetting::getRole | ( | ) |
get ILIAS Role Name id
Definition at line 208 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
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().
ilLDAPRoleGroupMappingSetting::getURL | ( | ) |
get url
Definition at line 136 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by save(), and update().
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().
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().
ilLDAPRoleGroupMappingSetting::setDN | ( | $a_value | ) |
set group dn
string | $a_value |
Definition at line 163 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
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().
ilLDAPRoleGroupMappingSetting::setMappingInfo | ( | $a_value | ) |
set Information Text
string | $a_value |
Definition at line 257 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 275 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setMemberAttribute | ( | $a_value | ) |
set Group Member Attribute
string | $a_value |
Definition at line 181 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
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().
ilLDAPRoleGroupMappingSetting::setRole | ( | $a_value | ) |
set ILIAS Role Name id
int | $a_value |
Definition at line 217 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
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().
ilLDAPRoleGroupMappingSetting::setServerId | ( | $a_value | ) |
set server id
int | $a_value | server id |
Definition at line 127 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
ilLDAPRoleGroupMappingSetting::setURL | ( | $a_value | ) |
set url
string | $a_value | url |
Definition at line 145 of file class.ilLDAPRoleGroupMappingSetting.php.
Referenced by read().
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().