|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<UserNotificationDelivery>
com.liferay.portal.model.impl.UserNotificationDeliveryModelImpl
@ProviderType public class UserNotificationDeliveryModelImpl
The base model implementation for the UserNotificationDelivery service. Represents a row in the "UserNotificationDelivery" database table, with each column mapped to a property of this class.
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| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static 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 String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PORTLETID_COLUMN_BITMASK
|
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 String |
TX_MANAGER
|
static long |
USERID_COLUMN_BITMASK
|
static long |
USERNOTIFICATIONDELIVERYID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
UserNotificationDeliveryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(UserNotificationDelivery userNotificationDelivery)
|
boolean |
equals(Object obj)
|
String |
getClassName()
Returns the fully qualified class name of this user notification delivery. |
long |
getClassNameId()
Returns the class name ID of this user notification delivery. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this user notification delivery. |
boolean |
getDeliver()
Returns the deliver of this user notification delivery. |
int |
getDeliveryType()
Returns the delivery type of this user notification delivery. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
long |
getMvccVersion()
Returns the mvcc version of this user notification delivery. |
int |
getNotificationType()
Returns the notification type of this user notification delivery. |
long |
getOriginalClassNameId()
|
int |
getOriginalDeliveryType()
|
int |
getOriginalNotificationType()
|
String |
getOriginalPortletId()
|
long |
getOriginalUserId()
|
String |
getPortletId()
Returns the portlet ID of this user notification delivery. |
long |
getPrimaryKey()
Returns the primary key of this user notification delivery. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
long |
getUserId()
Returns the user ID of this user notification delivery. |
long |
getUserNotificationDeliveryId()
Returns the user notification delivery ID of this user notification delivery. |
String |
getUserUuid()
Returns the user uuid of this user notification delivery. |
int |
hashCode()
|
boolean |
isDeliver()
Returns true if this user notification delivery is deliver. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this user notification delivery. |
void |
setCompanyId(long companyId)
Sets the company ID of this user notification delivery. |
void |
setDeliver(boolean deliver)
Sets whether this user notification delivery is deliver. |
void |
setDeliveryType(int deliveryType)
Sets the delivery type of this user notification delivery. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user notification delivery. |
void |
setNotificationType(int notificationType)
Sets the notification type of this user notification delivery. |
void |
setPortletId(String portletId)
Sets the portlet ID of this user notification delivery. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user notification delivery. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setUserId(long userId)
Sets the user ID of this user notification delivery. |
void |
setUserNotificationDeliveryId(long userNotificationDeliveryId)
Sets the user notification delivery ID of this user notification delivery. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this user notification delivery. |
CacheModel<UserNotificationDelivery> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
UserNotificationDelivery |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.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.model.UserNotificationDeliveryModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
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 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
| Constructor Detail |
|---|
public UserNotificationDeliveryModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
UserNotificationDeliveryModel
getPrimaryKey in interface UserNotificationDeliveryModelpublic void setPrimaryKey(long primaryKey)
UserNotificationDeliveryModel
setPrimaryKey in interface UserNotificationDeliveryModelprimaryKey - the primary key of this user notification deliverypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<UserNotificationDelivery>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserNotificationDeliveryModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<UserNotificationDelivery>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserNotificationDeliveryModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserNotificationDelivery>getModelAttributes in class BaseModelImpl<UserNotificationDelivery>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserNotificationDelivery>setModelAttributes in class BaseModelImpl<UserNotificationDelivery>public long getMvccVersion()
UserNotificationDeliveryModel
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserNotificationDeliveryModelpublic void setMvccVersion(long mvccVersion)
UserNotificationDeliveryModel
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserNotificationDeliveryModelmvccVersion - the mvcc version of this user notification deliverypublic long getUserNotificationDeliveryId()
UserNotificationDeliveryModel
getUserNotificationDeliveryId in interface UserNotificationDeliveryModelpublic void setUserNotificationDeliveryId(long userNotificationDeliveryId)
UserNotificationDeliveryModel
setUserNotificationDeliveryId in interface UserNotificationDeliveryModeluserNotificationDeliveryId - the user notification delivery ID of this user notification deliverypublic long getCompanyId()
UserNotificationDeliveryModel
getCompanyId in interface ShardedModelgetCompanyId in interface UserNotificationDeliveryModelpublic void setCompanyId(long companyId)
UserNotificationDeliveryModel
setCompanyId in interface ShardedModelsetCompanyId in interface UserNotificationDeliveryModelcompanyId - the company ID of this user notification deliverypublic long getUserId()
UserNotificationDeliveryModel
getUserId in interface UserNotificationDeliveryModelpublic void setUserId(long userId)
UserNotificationDeliveryModel
setUserId in interface UserNotificationDeliveryModeluserId - the user ID of this user notification deliverypublic String getUserUuid()
UserNotificationDeliveryModel
getUserUuid in interface UserNotificationDeliveryModelpublic void setUserUuid(String userUuid)
UserNotificationDeliveryModel
setUserUuid in interface UserNotificationDeliveryModeluserUuid - the user uuid of this user notification deliverypublic long getOriginalUserId()
public String getPortletId()
UserNotificationDeliveryModel
getPortletId in interface UserNotificationDeliveryModelpublic void setPortletId(String portletId)
UserNotificationDeliveryModel
setPortletId in interface UserNotificationDeliveryModelportletId - the portlet ID of this user notification deliverypublic String getOriginalPortletId()
public String getClassName()
UserNotificationDeliveryModel
getClassName in interface TypedModelgetClassName in interface UserNotificationDeliveryModelpublic void setClassName(String className)
setClassName in interface UserNotificationDeliveryModelpublic long getClassNameId()
UserNotificationDeliveryModel
getClassNameId in interface TypedModelgetClassNameId in interface UserNotificationDeliveryModelpublic void setClassNameId(long classNameId)
UserNotificationDeliveryModel
setClassNameId in interface TypedModelsetClassNameId in interface UserNotificationDeliveryModelclassNameId - the class name ID of this user notification deliverypublic long getOriginalClassNameId()
public int getNotificationType()
UserNotificationDeliveryModel
getNotificationType in interface UserNotificationDeliveryModelpublic void setNotificationType(int notificationType)
UserNotificationDeliveryModel
setNotificationType in interface UserNotificationDeliveryModelnotificationType - the notification type of this user notification deliverypublic int getOriginalNotificationType()
public int getDeliveryType()
UserNotificationDeliveryModel
getDeliveryType in interface UserNotificationDeliveryModelpublic void setDeliveryType(int deliveryType)
UserNotificationDeliveryModel
setDeliveryType in interface UserNotificationDeliveryModeldeliveryType - the delivery type of this user notification deliverypublic int getOriginalDeliveryType()
public boolean getDeliver()
UserNotificationDeliveryModel
getDeliver in interface UserNotificationDeliveryModelpublic boolean isDeliver()
UserNotificationDeliveryModeltrue if this user notification delivery is deliver.
isDeliver in interface UserNotificationDeliveryModeltrue if this user notification delivery is deliver; false otherwisepublic void setDeliver(boolean deliver)
UserNotificationDeliveryModel
setDeliver in interface UserNotificationDeliveryModeldeliver - the deliver of this user notification deliverypublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<UserNotificationDelivery>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserNotificationDeliveryModelgetExpandoBridge in class BaseModelImpl<UserNotificationDelivery>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<UserNotificationDelivery>setExpandoBridgeAttributes in interface UserNotificationDeliveryModelsetExpandoBridgeAttributes in class BaseModelImpl<UserNotificationDelivery>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public UserNotificationDelivery toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<UserNotificationDelivery>toEscapedModel in interface UserNotificationDeliveryModeltoEscapedModel in class BaseModelImpl<UserNotificationDelivery>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<UserNotificationDelivery>clone in interface UserNotificationDeliveryModelclone in class BaseModelImpl<UserNotificationDelivery>public int compareTo(UserNotificationDelivery userNotificationDelivery)
compareTo in interface UserNotificationDeliveryModelcompareTo in interface Comparable<UserNotificationDelivery>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface UserNotificationDeliveryModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<UserNotificationDelivery>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<UserNotificationDelivery>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<UserNotificationDelivery>resetOriginalValues in class BaseModelImpl<UserNotificationDelivery>public CacheModel<UserNotificationDelivery> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<UserNotificationDelivery>toCacheModel in interface UserNotificationDeliveryModeltoCacheModel in class BaseModelImpl<UserNotificationDelivery>public String toString()
toString in interface UserNotificationDeliveryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<UserNotificationDelivery>toXmlString in interface UserNotificationDeliveryModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||