|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilMailingList:Public Member Functions | |
| __construct (ilObjUser $user, $id=0) | |
| insert () | |
| update () | |
| delete () | |
| getAssignedEntries () | |
| assignUser ($usr_id=0) | |
| deleteEntry ($a_id=0) | |
| deassignAllEntries () | |
| setId ($a_mail_id=0) | |
| getId () | |
| setUserId ($a_user_id=0) | |
| getUserId () | |
| setTitle ($a_title='') | |
| getTitle () | |
| setDescription ($a_description='') | |
| getDescription () | |
| setCreatedate ($_createdate) | |
| getCreatedate () | |
| setChangedate ($a_changedate) | |
| getChangedate () | |
| setMode ($a_mode) | |
| getMode () | |
Data Fields | |
| const | MODE_ADDRESSBOOK = 1 |
| const | MODE_TEMPORARY = 2 |
Private Member Functions | |
| read () | |
Private Attributes | |
| $mail_id = 0 | |
| $user_id = 0 | |
| $title = '' | |
| $description = '' | |
| $createdate = null | |
| $changedate = null | |
| $user | |
| $db | |
Definition at line 30 of file class.ilMailingList.php.
| ilMailingList::__construct | ( | ilObjUser | $user, |
$id = 0 |
|||
| ) |
Definition at line 52 of file class.ilMailingList.php.
References $DIC, $id, $user, read(), setMode(), and user().
Here is the call graph for this function:| ilMailingList::assignUser | ( | $usr_id = 0 | ) |
| int | $usr_id |
Definition at line 212 of file class.ilMailingList.php.
References getId().
Here is the call graph for this function:| ilMailingList::deassignAllEntries | ( | ) |
Definition at line 240 of file class.ilMailingList.php.
References getId().
Referenced by delete().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingList::delete | ( | ) |
Definition at line 138 of file class.ilMailingList.php.
References deassignAllEntries(), getId(), and getUserId().
Here is the call graph for this function:| ilMailingList::deleteEntry | ( | $a_id = 0 | ) |
| int | $a_id |
Definition at line 227 of file class.ilMailingList.php.
| ilMailingList::getAssignedEntries | ( | ) |
Definition at line 187 of file class.ilMailingList.php.
References $res, $row, ilDBConstants\FETCHMODE_OBJECT, and getId().
Here is the call graph for this function:| ilMailingList::getChangedate | ( | ) |
Definition at line 294 of file class.ilMailingList.php.
References $changedate.
Referenced by update().
Here is the caller graph for this function:| ilMailingList::getCreatedate | ( | ) |
Definition at line 286 of file class.ilMailingList.php.
References $createdate.
Referenced by insert().
Here is the caller graph for this function:| ilMailingList::getDescription | ( | ) |
Definition at line 278 of file class.ilMailingList.php.
References $description.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilMailingList::getId | ( | ) |
Definition at line 254 of file class.ilMailingList.php.
References $mail_id.
Referenced by ilMailingListsMembersTableGUI\__construct(), assignUser(), deassignAllEntries(), delete(), getAssignedEntries(), read(), and update().
Here is the caller graph for this function:| ilMailingList::getMode | ( | ) |
Definition at line 323 of file class.ilMailingList.php.
Referenced by insert(), and update().
Here is the caller graph for this function:| ilMailingList::getTitle | ( | ) |
Definition at line 270 of file class.ilMailingList.php.
References $title.
Referenced by ilMailingListsMembersTableGUI\__construct(), insert(), and update().
Here is the caller graph for this function:| ilMailingList::getUserId | ( | ) |
| ilMailingList::insert | ( | ) |
Definition at line 67 of file class.ilMailingList.php.
References getCreatedate(), getDescription(), getMode(), getTitle(), and getUserId().
Here is the call graph for this function:
|
private |
Definition at line 158 of file class.ilMailingList.php.
References $res, $row, ilDBConstants\FETCHMODE_OBJECT, getId(), getUserId(), setChangedate(), setCreatedate(), setDescription(), setId(), setMode(), setTitle(), and setUserId().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMailingList::setChangedate | ( | $a_changedate | ) |
Definition at line 290 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::setCreatedate | ( | $_createdate | ) |
Definition at line 282 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::setDescription | ( | $a_description = '' | ) |
Definition at line 274 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::setId | ( | $a_mail_id = 0 | ) |
Definition at line 250 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::setMode | ( | $a_mode | ) |
Definition at line 315 of file class.ilMailingList.php.
Referenced by __construct(), and read().
Here is the caller graph for this function:| ilMailingList::setTitle | ( | $a_title = '' | ) |
Definition at line 266 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::setUserId | ( | $a_user_id = 0 | ) |
Definition at line 258 of file class.ilMailingList.php.
Referenced by read().
Here is the caller graph for this function:| ilMailingList::update | ( | ) |
Definition at line 104 of file class.ilMailingList.php.
References getChangedate(), getDescription(), getId(), getMode(), getTitle(), and getUserId().
Here is the call graph for this function:
|
private |
Definition at line 37 of file class.ilMailingList.php.
Referenced by getChangedate().
|
private |
Definition at line 36 of file class.ilMailingList.php.
Referenced by getCreatedate().
|
private |
Definition at line 47 of file class.ilMailingList.php.
|
private |
Definition at line 35 of file class.ilMailingList.php.
Referenced by getDescription().
|
private |
Definition at line 32 of file class.ilMailingList.php.
Referenced by getId().
|
private |
Definition at line 34 of file class.ilMailingList.php.
Referenced by getTitle().
|
private |
Definition at line 42 of file class.ilMailingList.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilMailingList.php.
Referenced by getUserId().
| const ilMailingList::MODE_ADDRESSBOOK = 1 |
Definition at line 49 of file class.ilMailingList.php.
| const ilMailingList::MODE_TEMPORARY = 2 |
Definition at line 50 of file class.ilMailingList.php.
Referenced by ilMailingLists\deleteTemporaryLists(), ilObjUserFolderGUI\mailObject(), and ilMailingListsGUI\showMailingLists().