public class UserNotificationEventCacheModel extends Object implements com.liferay.portal.model.CacheModel<com.liferay.notifications.model.UserNotificationEvent>, Externalizable
UserNotificationEvent,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
boolean |
actionRequired |
boolean |
archived |
long |
companyId |
boolean |
delivered |
long |
notificationEventId |
long |
timestamp |
long |
userId |
long |
userNotificationEventId |
| Constructor and Description |
|---|
UserNotificationEventCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput objectInput) |
com.liferay.notifications.model.UserNotificationEvent |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long notificationEventId
public long companyId
public long userId
public long userNotificationEventId
public long timestamp
public boolean delivered
public boolean actionRequired
public boolean archived
public com.liferay.notifications.model.UserNotificationEvent toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.notifications.model.UserNotificationEvent>public void readExternal(ObjectInput objectInput) throws IOException
readExternal in interface ExternalizableIOExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2019. All Rights Reserved.