|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Storage of ecs remote user. More...
Collaboration diagram for ilECSRemoteUser:Public Member Functions | |
| __construct ($a_eru_id=0) | |
| Constructor. More... | |
| exists () | |
| Check if entry exists for user. More... | |
| getId () | |
| setServerId ($a_sid) | |
| getServerId () | |
| setMid ($a_mid) | |
| getMid () | |
| setUserId ($a_usr_id) | |
| getUserId () | |
| setRemoteUserId ($a_remote_id) | |
| getRemoteUserId () | |
| update () | |
| Update remote user entry. More... | |
| create () | |
| Create nerw remote user entry. More... | |
Static Public Member Functions | |
| static | factory ($a_usr_id) |
| Get instance for usr_id. More... | |
Protected Member Functions | |
| read () | |
| Read data set. More... | |
Private Attributes | |
| $eru_id = 0 | |
| $sid = 0 | |
| $mid = 0 | |
| $usr_id = 0 | |
| $remote_usr_id = '' | |
Storage of ecs remote user.
Definition at line 8 of file class.ilECSRemoteUser.php.
| ilECSRemoteUser::__construct | ( | $a_eru_id = 0 | ) |
Constructor.
Definition at line 20 of file class.ilECSRemoteUser.php.
References read().
Here is the call graph for this function:| ilECSRemoteUser::create | ( | ) |
Create nerw remote user entry.
Definition at line 130 of file class.ilECSRemoteUser.php.
References $GLOBALS, $query, getMid(), getRemoteUserId(), getServerId(), and getUserId().
Here is the call graph for this function:| ilECSRemoteUser::exists | ( | ) |
Check if entry exists for user.
Definition at line 48 of file class.ilECSRemoteUser.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, getMid(), getServerId(), and getUserId().
Here is the call graph for this function:
|
static |
Get instance for usr_id.
| type | $a_usr_id |
Definition at line 31 of file class.ilECSRemoteUser.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilECSAppEventListener\updateEnrolmentStatus().
Here is the caller graph for this function:| ilECSRemoteUser::getId | ( | ) |
Definition at line 65 of file class.ilECSRemoteUser.php.
References $eru_id.
Referenced by read(), and update().
Here is the caller graph for this function:| ilECSRemoteUser::getMid | ( | ) |
| ilECSRemoteUser::getRemoteUserId | ( | ) |
Definition at line 106 of file class.ilECSRemoteUser.php.
References $remote_usr_id.
Referenced by create(), and update().
Here is the caller graph for this function:| ilECSRemoteUser::getServerId | ( | ) |
| ilECSRemoteUser::getUserId | ( | ) |
|
protected |
Read data set.
Definition at line 149 of file class.ilECSRemoteUser.php.
References $GLOBALS, $query, $res, $row, DB_FETCHMODE_OBJECT, getId(), setMid(), setRemoteUserId(), setServerId(), and setUserId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilECSRemoteUser::setMid | ( | $a_mid | ) |
Definition at line 80 of file class.ilECSRemoteUser.php.
Referenced by read().
Here is the caller graph for this function:| ilECSRemoteUser::setRemoteUserId | ( | $a_remote_id | ) |
Definition at line 101 of file class.ilECSRemoteUser.php.
Referenced by read().
Here is the caller graph for this function:| ilECSRemoteUser::setServerId | ( | $a_sid | ) |
Definition at line 70 of file class.ilECSRemoteUser.php.
Referenced by read().
Here is the caller graph for this function:| ilECSRemoteUser::setUserId | ( | $a_usr_id | ) |
Definition at line 91 of file class.ilECSRemoteUser.php.
Referenced by read().
Here is the caller graph for this function:| ilECSRemoteUser::update | ( | ) |
Update remote user entry.
Definition at line 115 of file class.ilECSRemoteUser.php.
References $GLOBALS, $query, getId(), getMid(), getRemoteUserId(), getServerId(), and getUserId().
Here is the call graph for this function:
|
private |
Definition at line 10 of file class.ilECSRemoteUser.php.
Referenced by getId().
|
private |
Definition at line 12 of file class.ilECSRemoteUser.php.
Referenced by getMid().
|
private |
Definition at line 14 of file class.ilECSRemoteUser.php.
Referenced by getRemoteUserId().
|
private |
Definition at line 11 of file class.ilECSRemoteUser.php.
Referenced by getServerId().
|
private |
Definition at line 13 of file class.ilECSRemoteUser.php.
Referenced by getUserId().