|
ILIAS
release_8 Revision v8.24
|
Presentation of ecs enrolment status. More...
Collaboration diagram for ilECSEnrolmentStatus:Public Member Functions | |
| __construct () | |
| setUrl (string $a_url) | |
| getUrl () | |
| setId (string $a_id) | |
| getId () | |
| setPersonId (string $a_person) | |
| getPersonId () | |
| setPersonIdType (string $a_type) | |
| getPersonIdType () | |
| setStatus (string $a_status) | |
| getStatus () | |
| loadFromJson (object $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' |
| string | $url = '' |
| string | $id = '' |
| string | $personID = '' |
| string | $personIDtype = '' |
| string | $status = '' |
Presentation of ecs enrolment status.
Definition at line 24 of file class.ilECSEnrolmentStatus.php.
| ilECSEnrolmentStatus::__construct | ( | ) |
Definition at line 50 of file class.ilECSEnrolmentStatus.php.
| ilECSEnrolmentStatus::getId | ( | ) |
Definition at line 69 of file class.ilECSEnrolmentStatus.php.
References $id.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
Here is the caller graph for this function:| ilECSEnrolmentStatus::getPersonId | ( | ) |
Definition at line 79 of file class.ilECSEnrolmentStatus.php.
References $personID.
| ilECSEnrolmentStatus::getPersonIdType | ( | ) |
Definition at line 89 of file class.ilECSEnrolmentStatus.php.
References $personIDtype.
| ilECSEnrolmentStatus::getStatus | ( | ) |
Definition at line 99 of file class.ilECSEnrolmentStatus.php.
References $status.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
Here is the caller graph for this function:| ilECSEnrolmentStatus::getUrl | ( | ) |
Definition at line 59 of file class.ilECSEnrolmentStatus.php.
References $url.
| ilECSEnrolmentStatus::loadFromJson | ( | object | $json | ) |
Definition at line 104 of file class.ilECSEnrolmentStatus.php.
References setId(), setPersonId(), setPersonIdType(), setStatus(), and setUrl().
Here is the call graph for this function:| ilECSEnrolmentStatus::setId | ( | string | $a_id | ) |
Definition at line 64 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setPersonId | ( | string | $a_person | ) |
Definition at line 74 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setPersonIdType | ( | string | $a_type | ) |
Definition at line 84 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setStatus | ( | string | $a_status | ) |
Definition at line 94 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| ilECSEnrolmentStatus::setUrl | ( | string | $a_url | ) |
Definition at line 54 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
Here is the caller graph for this function:| string ilECSEnrolmentStatus::$id = '' |
Definition at line 44 of file class.ilECSEnrolmentStatus.php.
Referenced by getId().
| string ilECSEnrolmentStatus::$personID = '' |
Definition at line 45 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonId().
| string ilECSEnrolmentStatus::$personIDtype = '' |
Definition at line 46 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonIdType().
| string ilECSEnrolmentStatus::$status = '' |
Definition at line 47 of file class.ilECSEnrolmentStatus.php.
Referenced by getStatus().
| string ilECSEnrolmentStatus::$url = '' |
Definition at line 43 of file class.ilECSEnrolmentStatus.php.
Referenced by getUrl().
| const ilECSEnrolmentStatus::ID_CUSTOM = 'ecs_custom' |
Definition at line 39 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_EMAIL = 'ecs_email' |
Definition at line 37 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_EPPN = 'ecs_ePPN' |
Definition at line 33 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_LOGIN = 'ecs_login' |
Definition at line 35 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_LOGIN_UID = 'ecs_loginUID' |
Definition at line 34 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_PERSONAL_UNIQUE_CODE = 'ecs_PersonalUniqueCode' |
Definition at line 38 of file class.ilECSEnrolmentStatus.php.
| const ilECSEnrolmentStatus::ID_UID = 'ecs_uid' |
Definition at line 36 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\handleCreate(), and ilECSAppEventListener\updateEnrolmentStatus().
| const ilECSEnrolmentStatus::STATUS_ACCOUNT_DEACTIVATED = 'account_deactivated' |
Definition at line 31 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_ACTIVE = 'active' |
Definition at line 26 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_DENIED = 'denied' |
Definition at line 28 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_PENDING = 'pending' |
Definition at line 27 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_REJECTED = 'rejected' |
Definition at line 29 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
| const ilECSEnrolmentStatus::STATUS_UNSUBSCRIBED = 'unsubscribed' |
Definition at line 30 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().