com.liferay.portal.model.impl
Class UserNotificationEventModelImpl
java.lang.Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.UserNotificationEvent>
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}
| Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from interface com.liferay.portal.kernel.model.UserNotificationEventModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
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
UserNotificationEventModelImpl
public UserNotificationEventModelImpl()
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