Open Journal Systems
3.3.0
|
Additional Inherited Members | |
![]() | |
$_data = array() | |
$_extractionAdaptersLoaded = false | |
$_hasLoadableAdapters = false | |
$_injectionAdaptersLoaded = false | |
$_metadataExtractionAdapters = array() | |
$_metadataInjectionAdapters = array() | |
Definition at line 87 of file PKPNotification.inc.php.
PKPNotification::getAssocId | ( | ) |
get notification assoc id
Definition at line 189 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getAssocType | ( | ) |
get notification type
Definition at line 173 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getContextId | ( | ) |
get context id
Definition at line 205 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getDateCreated | ( | ) |
get date notification was created
Definition at line 125 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getDateRead | ( | ) |
get date notification is read by user
Definition at line 141 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getLevel | ( | ) |
Get the level (NOTIFICATION_LEVEL_...) for this notification
Definition at line 109 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getType | ( | ) |
get notification type
Definition at line 157 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::getUserId | ( | ) |
get user id associated with this notification
Definition at line 93 of file PKPNotification.inc.php.
References DataObject\getData().
PKPNotification::setAssocId | ( | $assocId | ) |
set notification assoc id
$assocId | int |
Definition at line 197 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setAssocType | ( | $assocType | ) |
set notification type
$assocType | int |
Definition at line 181 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setContextId | ( | $contextId | ) |
set context id
$context | int |
Definition at line 213 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setDateCreated | ( | $dateCreated | ) |
set date notification was created
$dateCreated | date (YYYY-MM-DD HH:MM:SS) |
Definition at line 133 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setDateRead | ( | $dateRead | ) |
set date notification is read by user
$dateRead | date (YYYY-MM-DD HH:MM:SS) |
Definition at line 149 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setLevel | ( | $level | ) |
Set the level (NOTIFICATION_LEVEL_...) for this notification
$level | int |
Definition at line 117 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setType | ( | $type | ) |
set notification type
$type | int |
Definition at line 165 of file PKPNotification.inc.php.
References DataObject\setData().
PKPNotification::setUserId | ( | $userId | ) |
set user id associated with this notification
$userId | int |
Definition at line 101 of file PKPNotification.inc.php.
References DataObject\setData().