Liferay 6.2-ce-ga5

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, PersistedModel, 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_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK
 
Constructor Summary
UserNotificationDeliveryImpl()
          NOTE FOR DEVELOPERS: Never reference this class directly.
 
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, getNotificationType, getOriginalClassNameId, getOriginalDeliveryType, getOriginalNotificationType, getOriginalPortletId, getOriginalUserId, getPortletId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserNotificationDeliveryId, getUserUuid, hashCode, isDeliver, resetOriginalValues, setClassName, setClassNameId, setCompanyId, setDeliver, setDeliveryType, setExpandoBridgeAttributes, setModelAttributes, 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, 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
 

Constructor Detail

UserNotificationDeliveryImpl

public UserNotificationDeliveryImpl()
NOTE FOR DEVELOPERS: Never reference this class directly. All methods that expect a user notification delivery model instance should use the UserNotificationDelivery interface instead.


Liferay 6.2-ce-ga5