public class UserNotificationEventModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>
implements com.liferay.notifications.model.UserNotificationEventModel
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.
UserNotificationEventImpl,
UserNotificationEvent,
UserNotificationEventModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIONREQUIRED_COLUMN_BITMASK |
static long |
ARCHIVED_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static String |
DATA_SOURCE |
static long |
DELIVERED_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 String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static long |
TIMESTAMP_COLUMN_BITMASK |
static String |
TX_MANAGER |
static long |
USERID_COLUMN_BITMASK |
static long |
USERNOTIFICATIONEVENTID_COLUMN_BITMASK |
| Constructor and Description |
|---|
UserNotificationEventModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.notifications.model.UserNotificationEvent userNotificationEvent) |
boolean |
equals(Object obj) |
boolean |
getActionRequired() |
boolean |
getArchived() |
long |
getColumnBitmask() |
long |
getCompanyId() |
boolean |
getDelivered() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getNotificationEventId() |
boolean |
getOriginalActionRequired() |
boolean |
getOriginalArchived() |
boolean |
getOriginalDelivered() |
long |
getOriginalUserId() |
long |
getOriginalUserNotificationEventId() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
long |
getTimestamp() |
long |
getUserId() |
long |
getUserNotificationEventId() |
String |
getUserUuid() |
int |
hashCode() |
boolean |
isActionRequired() |
boolean |
isArchived() |
boolean |
isDelivered() |
void |
resetOriginalValues() |
void |
setActionRequired(boolean actionRequired) |
void |
setArchived(boolean archived) |
void |
setCompanyId(long companyId) |
void |
setDelivered(boolean delivered) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setNotificationEventId(long notificationEventId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setTimestamp(long timestamp) |
void |
setUserId(long userId) |
void |
setUserNotificationEventId(long userNotificationEventId) |
void |
setUserUuid(String userUuid) |
com.liferay.portal.model.CacheModel<com.liferay.notifications.model.UserNotificationEvent> |
toCacheModel() |
com.liferay.notifications.model.UserNotificationEvent |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static long ACTIONREQUIRED_COLUMN_BITMASK
public static long ARCHIVED_COLUMN_BITMASK
public static long DELIVERED_COLUMN_BITMASK
public static long USERID_COLUMN_BITMASK
public static long USERNOTIFICATIONEVENTID_COLUMN_BITMASK
public static long TIMESTAMP_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.notifications.model.UserNotificationEventModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.notifications.model.UserNotificationEventModelgetPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.notifications.model.UserNotificationEventModelsetPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public long getNotificationEventId()
getNotificationEventId in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setNotificationEventId(long notificationEventId)
setNotificationEventId in interface com.liferay.notifications.model.UserNotificationEventModelpublic long getCompanyId()
getCompanyId in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.notifications.model.UserNotificationEventModelpublic long getUserId()
getUserId in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setUserId(long userId)
setUserId in interface com.liferay.notifications.model.UserNotificationEventModelpublic String getUserUuid() throws com.liferay.portal.kernel.exception.SystemException
getUserUuid in interface com.liferay.notifications.model.UserNotificationEventModelcom.liferay.portal.kernel.exception.SystemExceptionpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.notifications.model.UserNotificationEventModelpublic long getOriginalUserId()
public long getUserNotificationEventId()
getUserNotificationEventId in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setUserNotificationEventId(long userNotificationEventId)
setUserNotificationEventId in interface com.liferay.notifications.model.UserNotificationEventModelpublic long getOriginalUserNotificationEventId()
public long getTimestamp()
getTimestamp in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setTimestamp(long timestamp)
setTimestamp in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean getDelivered()
getDelivered in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean isDelivered()
isDelivered in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setDelivered(boolean delivered)
setDelivered in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean getOriginalDelivered()
public boolean getActionRequired()
getActionRequired in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean isActionRequired()
isActionRequired in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setActionRequired(boolean actionRequired)
setActionRequired in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean getOriginalActionRequired()
public boolean getArchived()
getArchived in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean isArchived()
isArchived in interface com.liferay.notifications.model.UserNotificationEventModelpublic void setArchived(boolean archived)
setArchived in interface com.liferay.notifications.model.UserNotificationEventModelpublic boolean getOriginalArchived()
public long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.notifications.model.UserNotificationEventModelgetExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.notifications.model.UserNotificationEventModelsetExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public com.liferay.notifications.model.UserNotificationEvent toEscapedModel()
toEscapedModel in interface com.liferay.notifications.model.UserNotificationEventModeltoEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public Object clone()
clone in interface com.liferay.notifications.model.UserNotificationEventModelclone in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public int compareTo(com.liferay.notifications.model.UserNotificationEvent userNotificationEvent)
compareTo in interface com.liferay.notifications.model.UserNotificationEventModelcompareTo in interface Comparable<com.liferay.notifications.model.UserNotificationEvent>public int hashCode()
public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public com.liferay.portal.model.CacheModel<com.liferay.notifications.model.UserNotificationEvent> toCacheModel()
toCacheModel in interface com.liferay.notifications.model.UserNotificationEventModeltoCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.notifications.model.UserNotificationEvent>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.notifications.model.UserNotificationEventModeltoXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.notifications.model.UserNotificationEvent>Copyright © 2018. All Rights Reserved.