com.liferay.portal.model.impl
Class UserNotificationEventModelImpl

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

public class UserNotificationEventModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>
implements com.liferay.portal.model.UserNotificationEventModel

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

This implementation and its corresponding interface UserNotificationEventModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserNotificationEventImpl.

Author:
Brian Wing Shun Chan
See Also:
UserNotificationEventImpl, UserNotificationEvent, UserNotificationEventModel, Serialized Form
Generated:

Field Summary
static long ARCHIVED_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static java.lang.String DATA_SOURCE
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static java.lang.String ORDER_BY_JPQL
           
static java.lang.String ORDER_BY_SQL
           
static java.lang.String SESSION_FACTORY
           
static java.lang.Object[][] TABLE_COLUMNS
           
static java.lang.String TABLE_NAME
           
static java.lang.String TABLE_SQL_CREATE
           
static java.lang.String TABLE_SQL_DROP
           
static java.lang.String TX_MANAGER
           
static long USERID_COLUMN_BITMASK
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
UserNotificationEventModelImpl()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(com.liferay.portal.model.UserNotificationEvent userNotificationEvent)
           
 boolean equals(java.lang.Object obj)
           
 boolean getArchived()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 long getDeliverBy()
           
 com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
           
 java.lang.Class<?> getModelClass()
           
 java.lang.String getModelClassName()
           
 boolean getOriginalArchived()
           
 long getOriginalUserId()
           
 java.lang.String getOriginalUuid()
           
 java.lang.String getPayload()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getTimestamp()
           
 java.lang.String getType()
           
 long getUserId()
           
 long getUserNotificationEventId()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 int hashCode()
           
 boolean isArchived()
           
 void resetOriginalValues()
           
 void setArchived(boolean archived)
           
 void setCompanyId(long companyId)
           
 void setDeliverBy(long deliverBy)
           
 void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
           
 void setPayload(java.lang.String payload)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
           
 void setTimestamp(long timestamp)
           
 void setType(java.lang.String type)
           
 void setUserId(long userId)
           
 void setUserNotificationEventId(long userNotificationEventId)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent> toCacheModel()
           
 com.liferay.portal.model.UserNotificationEvent toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String 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
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 

Field Detail

TABLE_NAME

public static final java.lang.String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final java.lang.Object[][] TABLE_COLUMNS

TABLE_SQL_CREATE

public static final java.lang.String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final java.lang.String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final java.lang.String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final java.lang.String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final java.lang.String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final java.lang.String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final java.lang.String TX_MANAGER
See Also:
Constant Field Values

ENTITY_CACHE_ENABLED

public static final boolean ENTITY_CACHE_ENABLED

FINDER_CACHE_ENABLED

public static final boolean FINDER_CACHE_ENABLED

COLUMN_BITMASK_ENABLED

public static final boolean COLUMN_BITMASK_ENABLED

ARCHIVED_COLUMN_BITMASK

public static long ARCHIVED_COLUMN_BITMASK

USERID_COLUMN_BITMASK

public static long USERID_COLUMN_BITMASK

UUID_COLUMN_BITMASK

public static long UUID_COLUMN_BITMASK

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

UserNotificationEventModelImpl

public UserNotificationEventModelImpl()
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface com.liferay.portal.model.UserNotificationEventModel

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Specified by:
setPrimaryKey in interface com.liferay.portal.model.UserNotificationEventModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.UserNotificationEventModel

setPrimaryKeyObj

public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel
Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.UserNotificationEventModel

getModelClass

public java.lang.Class<?> getModelClass()
Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel

getModelClassName

public java.lang.String getModelClassName()
Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface com.liferay.portal.model.UserNotificationEventModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface com.liferay.portal.model.UserNotificationEventModel

getOriginalUuid

public java.lang.String getOriginalUuid()

getUserNotificationEventId

public long getUserNotificationEventId()
Specified by:
getUserNotificationEventId in interface com.liferay.portal.model.UserNotificationEventModel

setUserNotificationEventId

public void setUserNotificationEventId(long userNotificationEventId)
Specified by:
setUserNotificationEventId in interface com.liferay.portal.model.UserNotificationEventModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface com.liferay.portal.model.UserNotificationEventModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface com.liferay.portal.model.UserNotificationEventModel

getUserId

public long getUserId()
Specified by:
getUserId in interface com.liferay.portal.model.UserNotificationEventModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface com.liferay.portal.model.UserNotificationEventModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface com.liferay.portal.model.UserNotificationEventModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portal.model.UserNotificationEventModel

getOriginalUserId

public long getOriginalUserId()

getType

public java.lang.String getType()
Specified by:
getType in interface com.liferay.portal.model.UserNotificationEventModel

setType

public void setType(java.lang.String type)
Specified by:
setType in interface com.liferay.portal.model.UserNotificationEventModel

getTimestamp

public long getTimestamp()
Specified by:
getTimestamp in interface com.liferay.portal.model.UserNotificationEventModel

setTimestamp

public void setTimestamp(long timestamp)
Specified by:
setTimestamp in interface com.liferay.portal.model.UserNotificationEventModel

getDeliverBy

public long getDeliverBy()
Specified by:
getDeliverBy in interface com.liferay.portal.model.UserNotificationEventModel

setDeliverBy

public void setDeliverBy(long deliverBy)
Specified by:
setDeliverBy in interface com.liferay.portal.model.UserNotificationEventModel

getPayload

public java.lang.String getPayload()
Specified by:
getPayload in interface com.liferay.portal.model.UserNotificationEventModel

setPayload

public void setPayload(java.lang.String payload)
Specified by:
setPayload in interface com.liferay.portal.model.UserNotificationEventModel

getArchived

public boolean getArchived()
Specified by:
getArchived in interface com.liferay.portal.model.UserNotificationEventModel

isArchived

public boolean isArchived()
Specified by:
isArchived in interface com.liferay.portal.model.UserNotificationEventModel

setArchived

public void setArchived(boolean archived)
Specified by:
setArchived in interface com.liferay.portal.model.UserNotificationEventModel

getOriginalArchived

public boolean getOriginalArchived()

getColumnBitmask

public long getColumnBitmask()

toEscapedModel

public com.liferay.portal.model.UserNotificationEvent toEscapedModel()
Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
toEscapedModel in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

getExpandoBridge

public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel
Specified by:
getExpandoBridge in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
clone in interface com.liferay.portal.model.UserNotificationEventModel
Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

compareTo

public int compareTo(com.liferay.portal.model.UserNotificationEvent userNotificationEvent)
Specified by:
compareTo in interface com.liferay.portal.model.UserNotificationEventModel
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.UserNotificationEvent>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
hashCode in class java.lang.Object

resetOriginalValues

public void resetOriginalValues()
Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

toCacheModel

public com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationEvent> toCacheModel()
Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
toCacheModel in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationEvent>

toString

public java.lang.String toString()
Specified by:
toString in interface com.liferay.portal.model.UserNotificationEventModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationEvent>
Specified by:
toXmlString in interface com.liferay.portal.model.UserNotificationEventModel