Package com.liferay.portal.kernel.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 PersistedModel, UserNotificationEventModel
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.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.UserNotificationEventModel
cloneWithOriginalValues, getActionRequired, getArchived, getCompanyId, getDeliverBy, getDelivered, getDeliveryType, getMvccVersion, getPayload, getPrimaryKey, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, isActionRequired, isArchived, isDelivered, setActionRequired, setArchived, setCompanyId, setDeliverBy, setDelivered, setDeliveryType, setMvccVersion, setPayload, setPrimaryKey, setTimestamp, setType, setUserId, setUserNotificationEventId, setUserUuid, setUuid, toXmlString
-
Field Details
-
USER_NOTIFICATION_EVENT_ID_ACCESSOR
-