Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserNotificationEvent

All Superinterfaces:
BaseModel<UserNotificationEvent>, ClassedModel, Cloneable, Comparable<UserNotificationEvent>, MVCCModel, PersistedModel, Serializable, ShardedModel, UserNotificationEventModel
All Known Implementing Classes:
UserNotificationEventWrapper

@ProviderType
public interface UserNotificationEvent
extends UserNotificationEventModel, PersistedModel

The extended model interface for the UserNotificationEvent service. Represents a row in the "UserNotificationEvent" database table, with each column mapped to a property of this class.

See Also:
UserNotificationEventModel, UserNotificationEventImpl, UserNotificationEventModelImpl

Field Summary
static Accessor<UserNotificationEvent,Long> USER_NOTIFICATION_EVENT_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserNotificationEventModel
clone, compareTo, getActionRequired, getArchived, getCompanyId, getDeliverBy, getDelivered, getDeliveryType, getExpandoBridge, getMvccVersion, getPayload, getPrimaryKey, getPrimaryKeyObj, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, hashCode, isActionRequired, isArchived, isCachedModel, isDelivered, isEscapedModel, isNew, setActionRequired, setArchived, setCachedModel, setCompanyId, setDeliverBy, setDelivered, setDeliveryType, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPayload, setPrimaryKey, setPrimaryKeyObj, setTimestamp, setType, setUserId, setUserNotificationEventId, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

USER_NOTIFICATION_EVENT_ID_ACCESSOR

static final Accessor<UserNotificationEvent,Long> USER_NOTIFICATION_EVENT_ID_ACCESSOR

Liferay 7.0-ce-b4