Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserNotificationDelivery

All Superinterfaces:
BaseModel<UserNotificationDelivery>, ClassedModel, Cloneable, Comparable<UserNotificationDelivery>, MVCCModel, PersistedModel, Serializable, ShardedModel, TypedModel, UserNotificationDeliveryModel
All Known Implementing Classes:
UserNotificationDeliveryWrapper

@ProviderType
public interface UserNotificationDelivery
extends UserNotificationDeliveryModel, PersistedModel

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

See Also:
UserNotificationDeliveryModel, UserNotificationDeliveryImpl, UserNotificationDeliveryModelImpl

Field Summary
static Accessor<UserNotificationDelivery,Long> USER_NOTIFICATION_DELIVERY_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserNotificationDeliveryModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getDeliver, getDeliveryType, getExpandoBridge, getMvccVersion, getNotificationType, getPortletId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserNotificationDeliveryId, getUserUuid, hashCode, isCachedModel, isDeliver, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setCompanyId, setDeliver, setDeliveryType, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setNotificationType, setPortletId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserNotificationDeliveryId, setUserUuid, 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_DELIVERY_ID_ACCESSOR

static final Accessor<UserNotificationDelivery,Long> USER_NOTIFICATION_DELIVERY_ID_ACCESSOR

Liferay 7.0-ce-b4