Public Member Functions | |
| & | _returnLogEntryFromRow (&$row) |
| ConferenceEventLogDAO () | |
| deleteConferenceLogEntries ($conferenceId, $schedConfId=null) | |
| deleteLogEntry ($logId, $conferenceId, $schedConfId=null) | |
| & | getConferenceLogEntries ($conferenceId, $schedConfId=null, $rangeInfo=null) |
| & | getConferenceLogEntriesByAssoc ($conferenceId, $schedConfId=null, $assocType=null, $assocId=null, $rangeInfo=null) |
| getInsertLogId () | |
| & | getLogEntry ($logId, $conferenceId=null, $schedConfId=null) |
| insertLogEntry (&$entry) | |
| transferConferenceLogEntries ($oldUserId, $newUserId) | |
Definition at line 24 of file ConferenceEventLogDAO.inc.php.
| & ConferenceEventLogDAO._returnLogEntryFromRow | ( | &$ | row | ) |
Internal function to return an ConferenceEventLogEntry object from a row.
| $row | array |
Definition at line 160 of file ConferenceEventLogDAO.inc.php.
Referenced by getConferenceLogEntriesByAssoc(), and getLogEntry().
| ConferenceEventLogDAO.ConferenceEventLogDAO | ( | ) |
Constructor.
Definition at line 29 of file ConferenceEventLogDAO.inc.php.
| ConferenceEventLogDAO.deleteConferenceLogEntries | ( | $ | conferenceId, | |
| $ | schedConfId = null | |||
| ) |
Delete all log entries for a conference.
| $conferenceId | int |
Definition at line 241 of file ConferenceEventLogDAO.inc.php.
| ConferenceEventLogDAO.deleteLogEntry | ( | $ | logId, | |
| $ | conferenceId, | |||
| $ | schedConfId = null | |||
| ) |
Delete a single log entry for a conference.
| $logId | int | |
| $conferenceId | int | |
| $schedConfId | int optional |
Definition at line 225 of file ConferenceEventLogDAO.inc.php.
| & ConferenceEventLogDAO.getConferenceLogEntries | ( | $ | conferenceId, | |
| $ | schedConfId = null, |
|||
| $ | rangeInfo = null | |||
| ) |
Retrieve all log entries for a conference.
| $conferenceId | int | |
| $schedConfId | int |
Definition at line 94 of file ConferenceEventLogDAO.inc.php.
References getConferenceLogEntriesByAssoc().
| & ConferenceEventLogDAO.getConferenceLogEntriesByAssoc | ( | $ | conferenceId, | |
| $ | schedConfId = null, |
|||
| $ | assocType = null, |
|||
| $ | assocId = null, |
|||
| $ | rangeInfo = null | |||
| ) |
Retrieve all log entries for a conference matching the specified association.
| $conferenceId | int | |
| $schedConfId | int | |
| $assocType | int | |
| $assocId | int | |
| $limit | int limit the number of entries retrieved (default false) | |
| $recentFirst | boolean order with most recent entries first (default true) |
Definition at line 109 of file ConferenceEventLogDAO.inc.php.
References _returnLogEntryFromRow(), AppLocale.getLocale(), and AppLocale.getPrimaryLocale().
Referenced by getConferenceLogEntries().
| ConferenceEventLogDAO.getInsertLogId | ( | ) |
Get the ID of the last inserted log entry.
Definition at line 269 of file ConferenceEventLogDAO.inc.php.
Referenced by insertLogEntry().
| & ConferenceEventLogDAO.getLogEntry | ( | $ | logId, | |
| $ | conferenceId = null, |
|||
| $ | schedConfId = null | |||
| ) |
Retrieve a log entry by ID.
| $logId | int | |
| $conferenceId | int optional |
Definition at line 39 of file ConferenceEventLogDAO.inc.php.
References _returnLogEntryFromRow(), AppLocale.getLocale(), and AppLocale.getPrimaryLocale().
| ConferenceEventLogDAO.insertLogEntry | ( | &$ | entry | ) |
Insert a new log entry.
| $entry | ConferenceEventLogEntry |
Definition at line 187 of file ConferenceEventLogDAO.inc.php.
References getInsertLogId().
| ConferenceEventLogDAO.transferConferenceLogEntries | ( | $ | oldUserId, | |
| $ | newUserId | |||
| ) |
Transfer all conference log entries to another user.
| $oldUserId | int | |
| $newUserId | int |
Definition at line 258 of file ConferenceEventLogDAO.inc.php.
1.4.7