@ProviderType
public class UserNotificationDeliveryModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>
implements com.liferay.portal.model.UserNotificationDeliveryModel
This implementation and its corresponding interface UserNotificationDeliveryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in UserNotificationDeliveryImpl.
UserNotificationDeliveryImpl,
UserNotificationDelivery,
UserNotificationDeliveryModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static java.lang.String |
DATA_SOURCE |
static long |
DELIVERYTYPE_COLUMN_BITMASK |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
LOCK_EXPIRATION_TIME |
static long |
NOTIFICATIONTYPE_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
PORTLETID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
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 |
USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK |
| Constructor and Description |
|---|
UserNotificationDeliveryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portal.model.UserNotificationDelivery userNotificationDelivery) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
boolean |
getDeliver() |
int |
getDeliveryType() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
long |
getMvccVersion() |
int |
getNotificationType() |
long |
getOriginalClassNameId() |
int |
getOriginalDeliveryType() |
int |
getOriginalNotificationType() |
java.lang.String |
getOriginalPortletId() |
long |
getOriginalUserId() |
java.lang.String |
getPortletId() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId() |
long |
getUserNotificationDeliveryId() |
java.lang.String |
getUserUuid() |
int |
hashCode() |
boolean |
isDeliver() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setCompanyId(long companyId) |
void |
setDeliver(boolean deliver) |
void |
setDeliveryType(int deliveryType) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setMvccVersion(long mvccVersion) |
void |
setNotificationType(int notificationType) |
void |
setPortletId(java.lang.String portletId) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId) |
void |
setUserNotificationDeliveryId(long userNotificationDeliveryId) |
void |
setUserUuid(java.lang.String userUuid) |
com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationDelivery> |
toCacheModel() |
com.liferay.portal.model.UserNotificationDelivery |
toEscapedModel() |
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 final long CLASSNAMEID_COLUMN_BITMASK
public static final long DELIVERYTYPE_COLUMN_BITMASK
public static final long NOTIFICATIONTYPE_COLUMN_BITMASK
public static final long PORTLETID_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.model.MVCCModelgetMvccVersion in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.model.MVCCModelsetMvccVersion in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getUserNotificationDeliveryId()
getUserNotificationDeliveryId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setUserNotificationDeliveryId(long userNotificationDeliveryId)
setUserNotificationDeliveryId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getUserId()
getUserId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getOriginalUserId()
public java.lang.String getPortletId()
getPortletId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setPortletId(java.lang.String portletId)
setPortletId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic java.lang.String getOriginalPortletId()
public java.lang.String getClassName()
getClassName in interface com.liferay.portal.model.TypedModelgetClassName in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getClassNameId()
getClassNameId in interface com.liferay.portal.model.TypedModelgetClassNameId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.model.TypedModelsetClassNameId in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getOriginalClassNameId()
public int getNotificationType()
getNotificationType in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setNotificationType(int notificationType)
setNotificationType in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic int getOriginalNotificationType()
public int getDeliveryType()
getDeliveryType in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setDeliveryType(int deliveryType)
setDeliveryType in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic int getOriginalDeliveryType()
public boolean getDeliver()
getDeliver in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic boolean isDeliver()
isDeliver in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic void setDeliver(boolean deliver)
setDeliver in interface com.liferay.portal.model.UserNotificationDeliveryModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.model.UserNotificationDeliveryModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>setExpandoBridgeAttributes in interface com.liferay.portal.model.UserNotificationDeliveryModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public com.liferay.portal.model.UserNotificationDelivery toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>toEscapedModel in interface com.liferay.portal.model.UserNotificationDeliveryModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>clone in interface com.liferay.portal.model.UserNotificationDeliveryModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public int compareTo(com.liferay.portal.model.UserNotificationDelivery userNotificationDelivery)
compareTo in interface com.liferay.portal.model.UserNotificationDeliveryModelcompareTo in interface java.lang.Comparable<com.liferay.portal.model.UserNotificationDelivery>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portal.model.UserNotificationDeliveryModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public com.liferay.portal.model.CacheModel<com.liferay.portal.model.UserNotificationDelivery> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>toCacheModel in interface com.liferay.portal.model.UserNotificationDeliveryModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portal.model.UserNotificationDelivery>public java.lang.String toString()
toString in interface com.liferay.portal.model.UserNotificationDeliveryModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portal.model.UserNotificationDelivery>toXmlString in interface com.liferay.portal.model.UserNotificationDeliveryModel