Liferay 7.0-ga1 portal-impl

com.liferay.portal.model.impl
Class UserNotificationEventModelImpl

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

@ProviderType
public class UserNotificationEventModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
implements com.liferay.portal.kernel.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.

See Also:
UserNotificationEventImpl, UserNotificationEvent, UserNotificationEventModel, Serialized Form
{$generated.description}

Field Summary
static long ACTIONREQUIRED_COLUMN_BITMASK
           
static long ARCHIVED_COLUMN_BITMASK
           
static boolean COLUMN_BITMASK_ENABLED
           
static long COMPANYID_COLUMN_BITMASK
           
static String DATA_SOURCE
           
static long DELIVERED_COLUMN_BITMASK
           
static long DELIVERYTYPE_COLUMN_BITMASK
           
static boolean ENTITY_CACHE_ENABLED
           
static boolean FINDER_CACHE_ENABLED
           
static long LOCK_EXPIRATION_TIME
           
static String ORDER_BY_JPQL
           
static String ORDER_BY_SQL
           
static String SESSION_FACTORY
           
static Object[][] TABLE_COLUMNS
           
static Map<String,Integer> TABLE_COLUMNS_MAP
           
static String TABLE_NAME
           
static String TABLE_SQL_CREATE
           
static String TABLE_SQL_DROP
           
static long TIMESTAMP_COLUMN_BITMASK
           
static String TX_MANAGER
           
static long TYPE_COLUMN_BITMASK
           
static long USERID_COLUMN_BITMASK
           
static long UUID_COLUMN_BITMASK
           
 
Constructor Summary
UserNotificationEventModelImpl()
           
 
Method Summary
 Object clone()
           
 int compareTo(com.liferay.portal.kernel.model.UserNotificationEvent userNotificationEvent)
           
 boolean equals(Object obj)
           
 boolean getActionRequired()
           
 boolean getArchived()
           
 long getColumnBitmask()
           
 long getCompanyId()
           
 long getDeliverBy()
           
 boolean getDelivered()
           
 int getDeliveryType()
           
 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
           
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 long getMvccVersion()
           
 boolean getOriginalActionRequired()
           
 boolean getOriginalArchived()
           
 long getOriginalCompanyId()
           
 boolean getOriginalDelivered()
           
 int getOriginalDeliveryType()
           
 String getOriginalType()
           
 long getOriginalUserId()
           
 String getOriginalUuid()
           
 String getPayload()
           
 long getPrimaryKey()
           
 Serializable getPrimaryKeyObj()
           
 long getTimestamp()
           
 String getType()
           
 long getUserId()
           
 long getUserNotificationEventId()
           
 String getUserUuid()
           
 String getUuid()
           
 int hashCode()
           
 boolean isActionRequired()
           
 boolean isArchived()
           
 boolean isDelivered()
           
 boolean isEntityCacheEnabled()
           
 boolean isFinderCacheEnabled()
           
 void resetOriginalValues()
           
 void setActionRequired(boolean actionRequired)
           
 void setArchived(boolean archived)
           
 void setCompanyId(long companyId)
           
 void setDeliverBy(long deliverBy)
           
 void setDelivered(boolean delivered)
           
 void setDeliveryType(int deliveryType)
           
 void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
           
 void setModelAttributes(Map<String,Object> attributes)
           
 void setMvccVersion(long mvccVersion)
           
 void setPayload(String payload)
           
 void setPrimaryKey(long primaryKey)
           
 void setPrimaryKeyObj(Serializable primaryKeyObj)
           
 void setTimestamp(long timestamp)
           
 void setType(String type)
           
 void setUserId(long userId)
           
 void setUserNotificationEventId(long userNotificationEventId)
           
 void setUserUuid(String userUuid)
           
 void setUuid(String uuid)
           
 com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.UserNotificationEvent> toCacheModel()
           
 com.liferay.portal.kernel.model.UserNotificationEvent toEscapedModel()
           
 String toString()
           
 String toXmlString()
           
 
Methods inherited from class com.liferay.portal.kernel.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.kernel.model.UserNotificationEventModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

TABLE_COLUMNS_MAP

public static final Map<String,Integer> TABLE_COLUMNS_MAP

TABLE_SQL_CREATE

public static final String TABLE_SQL_CREATE
See Also:
Constant Field Values

TABLE_SQL_DROP

public static final String TABLE_SQL_DROP
See Also:
Constant Field Values

ORDER_BY_JPQL

public static final String ORDER_BY_JPQL
See Also:
Constant Field Values

ORDER_BY_SQL

public static final String ORDER_BY_SQL
See Also:
Constant Field Values

DATA_SOURCE

public static final String DATA_SOURCE
See Also:
Constant Field Values

SESSION_FACTORY

public static final String SESSION_FACTORY
See Also:
Constant Field Values

TX_MANAGER

public static final 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

ACTIONREQUIRED_COLUMN_BITMASK

public static final long ACTIONREQUIRED_COLUMN_BITMASK
See Also:
Constant Field Values

ARCHIVED_COLUMN_BITMASK

public static final long ARCHIVED_COLUMN_BITMASK
See Also:
Constant Field Values

COMPANYID_COLUMN_BITMASK

public static final long COMPANYID_COLUMN_BITMASK
See Also:
Constant Field Values

DELIVERED_COLUMN_BITMASK

public static final long DELIVERED_COLUMN_BITMASK
See Also:
Constant Field Values

DELIVERYTYPE_COLUMN_BITMASK

public static final long DELIVERYTYPE_COLUMN_BITMASK
See Also:
Constant Field Values

TYPE_COLUMN_BITMASK

public static final long TYPE_COLUMN_BITMASK
See Also:
Constant Field Values

USERID_COLUMN_BITMASK

public static final long USERID_COLUMN_BITMASK
See Also:
Constant Field Values

UUID_COLUMN_BITMASK

public static final long UUID_COLUMN_BITMASK
See Also:
Constant Field Values

TIMESTAMP_COLUMN_BITMASK

public static final long TIMESTAMP_COLUMN_BITMASK
See Also:
Constant Field Values

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.kernel.model.UserNotificationEventModel

setPrimaryKey

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

getPrimaryKeyObj

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

setPrimaryKeyObj

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

getModelClass

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

getModelClassName

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

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationEvent>
Overrides:
getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationEvent>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationEvent>
Overrides:
setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationEvent>

getMvccVersion

public long getMvccVersion()
Specified by:
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
Specified by:
getMvccVersion in interface com.liferay.portal.kernel.model.UserNotificationEventModel

setMvccVersion

public void setMvccVersion(long mvccVersion)
Specified by:
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
Specified by:
setMvccVersion in interface com.liferay.portal.kernel.model.UserNotificationEventModel

getUuid

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

setUuid

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

getOriginalUuid

public String getOriginalUuid()

getUserNotificationEventId

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

setUserNotificationEventId

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

getCompanyId

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

setCompanyId

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

getOriginalCompanyId

public long getOriginalCompanyId()

getUserId

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

setUserId

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

getUserUuid

public String getUserUuid()
Specified by:
getUserUuid in interface com.liferay.portal.kernel.model.UserNotificationEventModel

setUserUuid

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

getOriginalUserId

public long getOriginalUserId()

getType

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

setType

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

getOriginalType

public String getOriginalType()

getTimestamp

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

setTimestamp

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

getDeliveryType

public int getDeliveryType()
Specified by:
getDeliveryType in interface com.liferay.portal.kernel.model.UserNotificationEventModel

setDeliveryType

public void setDeliveryType(int deliveryType)
Specified by:
setDeliveryType in interface com.liferay.portal.kernel.model.UserNotificationEventModel

getOriginalDeliveryType

public int getOriginalDeliveryType()

getDeliverBy

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

setDeliverBy

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

getDelivered

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

isDelivered

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

setDelivered

public void setDelivered(boolean delivered)
Specified by:
setDelivered in interface com.liferay.portal.kernel.model.UserNotificationEventModel

getOriginalDelivered

public boolean getOriginalDelivered()

getPayload

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

setPayload

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

getActionRequired

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

isActionRequired

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

setActionRequired

public void setActionRequired(boolean actionRequired)
Specified by:
setActionRequired in interface com.liferay.portal.kernel.model.UserNotificationEventModel

getOriginalActionRequired

public boolean getOriginalActionRequired()

getArchived

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

isArchived

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

setArchived

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

getOriginalArchived

public boolean getOriginalArchived()

getColumnBitmask

public long getColumnBitmask()

getExpandoBridge

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

setExpandoBridgeAttributes

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

toEscapedModel

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

clone

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

compareTo

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

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

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

isEntityCacheEnabled

public boolean isEntityCacheEnabled()
Specified by:
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationEvent>

isFinderCacheEnabled

public boolean isFinderCacheEnabled()
Specified by:
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.UserNotificationEvent>

resetOriginalValues

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

toCacheModel

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

toString

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

toXmlString

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

Liferay 7.0-ga1 portal-impl