|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilECSEnrolmentStatus:Public Member Functions | |
| __construct () | |
| setUrl ($a_url) | |
| getUrl () | |
| setId ($a_id) | |
| getId () | |
| setPersonId ($a_person) | |
| getPersonId () | |
| setPersonIdType ($a_type) | |
| getPersonIdType () | |
| setStatus ($a_status) | |
| getStatus () | |
| loadFromJson ($json) | |
Data Fields | |
| const | STATUS_ACTIVE = 'active' |
| const | STATUS_PENDING = 'pending' |
| const | STATUS_DENIED = 'denied' |
| const | STATUS_REJECTED = 'rejected' |
| const | STATUS_UNSUBSCRIBED = 'unsubscribed' |
| const | STATUS_ACCOUNT_DEACTIVATED = 'account_deactivated' |
| const | ID_EPPN = 'ecs_ePPN' |
| const | ID_LOGIN_UID = 'ecs_loginUID' |
| const | ID_LOGIN = 'ecs_login' |
| const | ID_UID = 'ecs_uid' |
| const | ID_EMAIL = 'ecs_email' |
| const | ID_PERSONAL_UNIQUE_CODE = 'ecs_PersonalUniqueCode' |
| const | ID_CUSTOM = 'ecs_custom' |
| $url = '' | |
| $id = '' | |
| $personID = '' | |
| $personIDtype = '' | |
| $status = '' | |
Definition at line 8 of file class.ilECSEnrolmentStatus.php.
| ilECSEnrolmentStatus::__construct | ( | ) |
Definition at line 34 of file class.ilECSEnrolmentStatus.php.
| ilECSEnrolmentStatus::getId | ( | ) |
Definition at line 53 of file class.ilECSEnrolmentStatus.php.
References $id.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
Here is the caller graph for this function:| ilECSEnrolmentStatus::getPersonId | ( | ) |
| ilECSEnrolmentStatus::getPersonIdType | ( | ) |
| ilECSEnrolmentStatus::getStatus | ( | ) |
Definition at line 83 of file class.ilECSEnrolmentStatus.php.
References $status.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
Here is the caller graph for this function:| ilECSEnrolmentStatus::getUrl | ( | ) |
| ilECSEnrolmentStatus::loadFromJson | ( | $json | ) |
Definition at line 88 of file class.ilECSEnrolmentStatus.php.
References setId(), setPersonId(), setPersonIdType(), setStatus(), and setUrl().
Here is the call graph for this function:| ilECSEnrolmentStatus::setId | ( | $a_id | ) |
Definition at line 48 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setPersonId | ( | $a_person | ) |
Definition at line 58 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setPersonIdType | ( | $a_type | ) |
Definition at line 68 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setStatus | ( | $a_status | ) |
Definition at line 78 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setUrl | ( | $a_url | ) |
Definition at line 38 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::$id = '' |
Definition at line 28 of file class.ilECSEnrolmentStatus.php.
Referenced by getId().
| ilECSEnrolmentStatus::$personID = '' |
Definition at line 29 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonId().
| ilECSEnrolmentStatus::$personIDtype = '' |
Definition at line 30 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonIdType().
| ilECSEnrolmentStatus::$status = '' |
Definition at line 31 of file class.ilECSEnrolmentStatus.php.
Referenced by getStatus().
| ilECSEnrolmentStatus::$url = '' |
Definition at line 27 of file class.ilECSEnrolmentStatus.php.
Referenced by getUrl().
| const ilECSEnrolmentStatus::ID_CUSTOM = 'ecs_custom' |
Definition at line 23 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_EMAIL = 'ecs_email' |
Definition at line 21 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_EPPN = 'ecs_ePPN' |
Definition at line 17 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_LOGIN = 'ecs_login' |
Definition at line 19 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_LOGIN_UID = 'ecs_loginUID' |
Definition at line 18 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_PERSONAL_UNIQUE_CODE = 'ecs_PersonalUniqueCode' |
Definition at line 22 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_UID = 'ecs_uid' |
Definition at line 20 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\handleCreate(), and ilECSAppEventListener\updateEnrolmentStatus().
| const ilECSEnrolmentStatus::STATUS_ACCOUNT_DEACTIVATED = 'account_deactivated' |
Definition at line 15 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_ACTIVE = 'active' |
Definition at line 10 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().
| const ilECSEnrolmentStatus::STATUS_DENIED = 'denied' |
Definition at line 12 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_PENDING = 'pending' |
Definition at line 11 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().
| const ilECSEnrolmentStatus::STATUS_REJECTED = 'rejected' |
Definition at line 13 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_UNSUBSCRIBED = 'unsubscribed' |
Definition at line 14 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().