|
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<MBThreadFlag>
com.liferay.portlet.messageboards.model.impl.MBThreadFlagModelImpl
@ProviderType public class MBThreadFlagModelImpl
The base model implementation for the MBThreadFlag service. Represents a row in the "MBThreadFlag" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MBThreadFlagModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBThreadFlagImpl.
MBThreadFlagImpl,
MBThreadFlag,
MBThreadFlagModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
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 |
THREADFLAGID_COLUMN_BITMASK
|
static long |
THREADID_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
static long |
USERID_COLUMN_BITMASK
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
MBThreadFlagModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBThreadFlag mbThreadFlag)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this message boards thread flag. |
Date |
getCreateDate()
Returns the create date of this message boards thread flag. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this message boards thread flag. |
Date |
getLastPublishDate()
Returns the last publish date of this message boards thread flag. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this message boards thread flag. |
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalThreadId()
|
long |
getOriginalUserId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this message boards thread flag. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
StagedModelType |
getStagedModelType()
|
long |
getThreadFlagId()
Returns the thread flag ID of this message boards thread flag. |
long |
getThreadId()
Returns the thread ID of this message boards thread flag. |
long |
getUserId()
Returns the user ID of this message boards thread flag. |
String |
getUserName()
Returns the user name of this message boards thread flag. |
String |
getUserUuid()
Returns the user uuid of this message boards thread flag. |
String |
getUuid()
Returns the uuid of this message boards thread flag. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
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 |
setCompanyId(long companyId)
Sets the company ID of this message boards thread flag. |
void |
setCreateDate(Date createDate)
Sets the create date of this message boards thread flag. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this message boards thread flag. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this message boards thread flag. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards thread flag. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this message boards thread flag. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setThreadFlagId(long threadFlagId)
Sets the thread flag ID of this message boards thread flag. |
void |
setThreadId(long threadId)
Sets the thread ID of this message boards thread flag. |
void |
setUserId(long userId)
Sets the user ID of this message boards thread flag. |
void |
setUserName(String userName)
Sets the user name of this message boards thread flag. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this message boards thread flag. |
void |
setUuid(String uuid)
Sets the uuid of this message boards thread flag. |
CacheModel<MBThreadFlag> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
MBThreadFlag |
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.portlet.messageboards.model.MBThreadFlagModel |
|---|
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 COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long THREADID_COLUMN_BITMASK
public static final long USERID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long THREADFLAGID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MBThreadFlagModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
MBThreadFlagModel
getPrimaryKey in interface MBThreadFlagModelpublic void setPrimaryKey(long primaryKey)
MBThreadFlagModel
setPrimaryKey in interface MBThreadFlagModelprimaryKey - the primary key of this message boards thread flagpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBThreadFlag>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface MBThreadFlagModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<MBThreadFlag>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface MBThreadFlagModelprimaryKeyObj - 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<MBThreadFlag>getModelAttributes in class BaseModelImpl<MBThreadFlag>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<MBThreadFlag>setModelAttributes in class BaseModelImpl<MBThreadFlag>public String getUuid()
MBThreadFlagModel
getUuid in interface StagedModelgetUuid in interface MBThreadFlagModelpublic void setUuid(String uuid)
MBThreadFlagModel
setUuid in interface StagedModelsetUuid in interface MBThreadFlagModeluuid - the uuid of this message boards thread flagpublic String getOriginalUuid()
public long getThreadFlagId()
MBThreadFlagModel
getThreadFlagId in interface MBThreadFlagModelpublic void setThreadFlagId(long threadFlagId)
MBThreadFlagModel
setThreadFlagId in interface MBThreadFlagModelthreadFlagId - the thread flag ID of this message boards thread flagpublic long getGroupId()
MBThreadFlagModel
getGroupId in interface GroupedModelgetGroupId in interface MBThreadFlagModelpublic void setGroupId(long groupId)
MBThreadFlagModel
setGroupId in interface GroupedModelsetGroupId in interface MBThreadFlagModelgroupId - the group ID of this message boards thread flagpublic long getOriginalGroupId()
public long getCompanyId()
MBThreadFlagModel
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelgetCompanyId in interface MBThreadFlagModelpublic void setCompanyId(long companyId)
MBThreadFlagModel
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelsetCompanyId in interface MBThreadFlagModelcompanyId - the company ID of this message boards thread flagpublic long getOriginalCompanyId()
public long getUserId()
MBThreadFlagModel
getUserId in interface AuditedModelgetUserId in interface MBThreadFlagModelpublic void setUserId(long userId)
MBThreadFlagModel
setUserId in interface AuditedModelsetUserId in interface MBThreadFlagModeluserId - the user ID of this message boards thread flagpublic String getUserUuid()
MBThreadFlagModel
getUserUuid in interface AuditedModelgetUserUuid in interface MBThreadFlagModelpublic void setUserUuid(String userUuid)
MBThreadFlagModel
setUserUuid in interface AuditedModelsetUserUuid in interface MBThreadFlagModeluserUuid - the user uuid of this message boards thread flagpublic long getOriginalUserId()
public String getUserName()
MBThreadFlagModel
getUserName in interface AuditedModelgetUserName in interface MBThreadFlagModelpublic void setUserName(String userName)
MBThreadFlagModel
setUserName in interface AuditedModelsetUserName in interface MBThreadFlagModeluserName - the user name of this message boards thread flagpublic Date getCreateDate()
MBThreadFlagModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface MBThreadFlagModelpublic void setCreateDate(Date createDate)
MBThreadFlagModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface MBThreadFlagModelcreateDate - the create date of this message boards thread flagpublic Date getModifiedDate()
MBThreadFlagModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface MBThreadFlagModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
MBThreadFlagModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface MBThreadFlagModelmodifiedDate - the modified date of this message boards thread flagpublic long getThreadId()
MBThreadFlagModel
getThreadId in interface MBThreadFlagModelpublic void setThreadId(long threadId)
MBThreadFlagModel
setThreadId in interface MBThreadFlagModelthreadId - the thread ID of this message boards thread flagpublic long getOriginalThreadId()
public Date getLastPublishDate()
MBThreadFlagModel
getLastPublishDate in interface StagedGroupedModelgetLastPublishDate in interface MBThreadFlagModelpublic void setLastPublishDate(Date lastPublishDate)
MBThreadFlagModel
setLastPublishDate in interface StagedGroupedModelsetLastPublishDate in interface MBThreadFlagModellastPublishDate - the last publish date of this message boards thread flagpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBThreadFlag>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface MBThreadFlagModelgetExpandoBridge in class BaseModelImpl<MBThreadFlag>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBThreadFlag>setExpandoBridgeAttributes in interface MBThreadFlagModelsetExpandoBridgeAttributes in class BaseModelImpl<MBThreadFlag>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public MBThreadFlag toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<MBThreadFlag>toEscapedModel in interface MBThreadFlagModeltoEscapedModel in class BaseModelImpl<MBThreadFlag>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<MBThreadFlag>clone in interface StagedModelclone in interface MBThreadFlagModelclone in class BaseModelImpl<MBThreadFlag>public int compareTo(MBThreadFlag mbThreadFlag)
compareTo in interface MBThreadFlagModelcompareTo in interface Comparable<MBThreadFlag>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBThreadFlagModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<MBThreadFlag>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<MBThreadFlag>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<MBThreadFlag>resetOriginalValues in class BaseModelImpl<MBThreadFlag>public CacheModel<MBThreadFlag> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<MBThreadFlag>toCacheModel in interface MBThreadFlagModeltoCacheModel in class BaseModelImpl<MBThreadFlag>public String toString()
toString in interface MBThreadFlagModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBThreadFlag>toXmlString in interface MBThreadFlagModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||