ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Presentation of ecs enrolment status. More...
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 25 of file class.ilECSEnrolmentStatus.php.
ilECSEnrolmentStatus::__construct | ( | ) |
Definition at line 51 of file class.ilECSEnrolmentStatus.php.
ilECSEnrolmentStatus::getId | ( | ) |
Definition at line 70 of file class.ilECSEnrolmentStatus.php.
References $id.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
ilECSEnrolmentStatus::getPersonId | ( | ) |
ilECSEnrolmentStatus::getPersonIdType | ( | ) |
ilECSEnrolmentStatus::getStatus | ( | ) |
Definition at line 100 of file class.ilECSEnrolmentStatus.php.
References $status.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
ilECSEnrolmentStatus::getUrl | ( | ) |
ilECSEnrolmentStatus::loadFromJson | ( | object | $json | ) |
Definition at line 105 of file class.ilECSEnrolmentStatus.php.
References setId(), setPersonId(), setPersonIdType(), setStatus(), and setUrl().
ilECSEnrolmentStatus::setId | ( | string | $a_id | ) |
Definition at line 65 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
ilECSEnrolmentStatus::setPersonId | ( | string | $a_person | ) |
Definition at line 75 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
ilECSEnrolmentStatus::setPersonIdType | ( | string | $a_type | ) |
Definition at line 85 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
ilECSEnrolmentStatus::setStatus | ( | string | $a_status | ) |
Definition at line 95 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
ilECSEnrolmentStatus::setUrl | ( | string | $a_url | ) |
Definition at line 55 of file class.ilECSEnrolmentStatus.php.
Referenced by loadFromJson().
string ilECSEnrolmentStatus::$id = '' |
Definition at line 45 of file class.ilECSEnrolmentStatus.php.
Referenced by getId().
string ilECSEnrolmentStatus::$personID = '' |
Definition at line 46 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonId().
string ilECSEnrolmentStatus::$personIDtype = '' |
Definition at line 47 of file class.ilECSEnrolmentStatus.php.
Referenced by getPersonIdType().
string ilECSEnrolmentStatus::$status = '' |
Definition at line 48 of file class.ilECSEnrolmentStatus.php.
Referenced by getStatus().
string ilECSEnrolmentStatus::$url = '' |
Definition at line 44 of file class.ilECSEnrolmentStatus.php.
Referenced by getUrl().
const ilECSEnrolmentStatus::ID_CUSTOM = 'ecs_custom' |
Definition at line 40 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_EMAIL = 'ecs_email' |
Definition at line 38 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_EPPN = 'ecs_ePPN' |
Definition at line 34 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_LOGIN = 'ecs_login' |
Definition at line 36 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_LOGIN_UID = 'ecs_loginUID' |
Definition at line 35 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_PERSONAL_UNIQUE_CODE = 'ecs_PersonalUniqueCode' |
Definition at line 39 of file class.ilECSEnrolmentStatus.php.
const ilECSEnrolmentStatus::ID_UID = 'ecs_uid' |
Definition at line 37 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\handleCreate(), and ilECSAppEventListener\updateEnrolmentStatus().
const ilECSEnrolmentStatus::STATUS_ACCOUNT_DEACTIVATED = 'account_deactivated' |
Definition at line 32 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
const ilECSEnrolmentStatus::STATUS_ACTIVE = 'active' |
Definition at line 27 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().
const ilECSEnrolmentStatus::STATUS_DENIED = 'denied' |
Definition at line 29 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
const ilECSEnrolmentStatus::STATUS_PENDING = 'pending' |
Definition at line 28 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().
const ilECSEnrolmentStatus::STATUS_REJECTED = 'rejected' |
Definition at line 30 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate().
const ilECSEnrolmentStatus::STATUS_UNSUBSCRIBED = 'unsubscribed' |
Definition at line 31 of file class.ilECSEnrolmentStatus.php.
Referenced by ilECSEnrolmentStatusCommandQueueHandler\doUpdate(), and ilECSAppEventListener\handleEvent().