Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserNotificationEventImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserNotificationEvent>
      extended by com.liferay.portal.model.impl.UserNotificationEventModelImpl
          extended by com.liferay.portal.model.impl.UserNotificationEventBaseImpl
              extended by com.liferay.portal.model.impl.UserNotificationEventImpl
All Implemented Interfaces:
BaseModel<UserNotificationEvent>, ClassedModel, PersistedModel, UserNotificationEvent, UserNotificationEventModel, Serializable, Cloneable, Comparable<UserNotificationEvent>

public class UserNotificationEventImpl
extends UserNotificationEventBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserNotificationEventModelImpl
ARCHIVED_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK, UUID_COLUMN_BITMASK
 
Constructor Summary
UserNotificationEventImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserNotificationEventBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserNotificationEventModelImpl
clone, compareTo, equals, getArchived, getColumnBitmask, getCompanyId, getDeliverBy, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalArchived, getOriginalUserId, getOriginalUuid, getPayload, getPrimaryKey, getPrimaryKeyObj, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, hashCode, isArchived, resetOriginalValues, setArchived, setCompanyId, setDeliverBy, setExpandoBridgeAttributes, setModelAttributes, setPayload, setPrimaryKey, setPrimaryKeyObj, setTimestamp, setType, setUserId, setUserNotificationEventId, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserNotificationEventModel
clone, compareTo, getArchived, getCompanyId, getDeliverBy, getExpandoBridge, getPayload, getPrimaryKey, getPrimaryKeyObj, getTimestamp, getType, getUserId, getUserNotificationEventId, getUserUuid, getUuid, hashCode, isArchived, isCachedModel, isEscapedModel, isNew, setArchived, setCachedModel, setCompanyId, setDeliverBy, setExpandoBridgeAttributes, setNew, setPayload, setPrimaryKey, setPrimaryKeyObj, setTimestamp, setType, setUserId, setUserNotificationEventId, setUserUuid, setUuid, 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

UserNotificationEventImpl

public UserNotificationEventImpl()

Liferay 6.1.2-ce-ga3