Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class UserNotificationDeliveryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserNotificationDelivery>
      extended by com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl
          extended by com.liferay.portal.model.impl.UserNotificationDeliveryBaseImpl
              extended by com.liferay.portal.model.impl.UserNotificationDeliveryImpl
All Implemented Interfaces:
BaseModel<UserNotificationDelivery>, ClassedModel, MVCCModel, PersistedModel, ShardedModel, TypedModel, UserNotificationDelivery, UserNotificationDeliveryModel, Serializable, Cloneable, Comparable<UserNotificationDelivery>

public class UserNotificationDeliveryImpl
extends UserNotificationDeliveryBaseImpl

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

Helper methods and all application logic should be put in this class. Whenever methods are added, rerun ServiceBuilder to copy their definitions into the UserNotificationDelivery interface.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl
CLASSNAMEID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, DELIVERYTYPE_COLUMN_BITMASK, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NOTIFICATIONTYPE_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PORTLETID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.model.UserNotificationDelivery
USER_NOTIFICATION_DELIVERY_ID_ACCESSOR
 
Constructor Summary
UserNotificationDeliveryImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserNotificationDeliveryBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getColumnBitmask, getCompanyId, getDeliver, getDeliveryType, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getNotificationType, getOriginalClassNameId, getOriginalDeliveryType, getOriginalNotificationType, getOriginalPortletId, getOriginalUserId, getPortletId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserNotificationDeliveryId, getUserUuid, hashCode, isDeliver, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setClassName, setClassNameId, setCompanyId, setDeliver, setDeliveryType, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setNotificationType, setPortletId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserNotificationDeliveryId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

UserNotificationDeliveryImpl

public UserNotificationDeliveryImpl()

Liferay 7.0-ce-b4