Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface UserNotificationEvent

All Superinterfaces:
BaseModel<UserNotificationEvent>, ClassedModel, Cloneable, Comparable<UserNotificationEvent>, PersistedModel, Serializable, UserNotificationEventModel
All Known Implementing Classes:
UserNotificationEventBaseImpl, UserNotificationEventImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserNotificationEventModel
clone, compareTo, getArchived, getCompanyId, getDeliverBy, getDelivered, getExpandoBridge, getPayload, getPrimaryKey, getPrimaryKeyObj, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, hashCode, isArchived, isCachedModel, isDelivered, isEscapedModel, isNew, setArchived, setCachedModel, setCompanyId, setDeliverBy, setDelivered, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5