Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface UserNotificationDelivery

All Superinterfaces:
BaseModel<UserNotificationDelivery>, ClassedModel, Cloneable, Comparable<UserNotificationDelivery>, PersistedModel, Serializable, TypedModel, UserNotificationDeliveryModel
All Known Implementing Classes:
UserNotificationDeliveryBaseImpl, UserNotificationDeliveryImpl, 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
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.UserNotificationDeliveryModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getDeliver, getDeliveryType, getExpandoBridge, getNotificationType, getPortletId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserNotificationDeliveryId, getUserUuid, hashCode, isCachedModel, isDeliver, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setCompanyId, setDeliver, setDeliveryType, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setNotificationType, setPortletId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserNotificationDeliveryId, setUserUuid, 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