Liferay 6.0.5

com.liferay.portlet.messageboards.model.impl
Class MBThreadModelImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBThread>
      extended by com.liferay.portlet.messageboards.model.impl.MBThreadModelImpl
All Implemented Interfaces:
BaseModel<MBThread>, MBThreadModel, Serializable, Cloneable, Comparable<MBThread>
Direct Known Subclasses:
MBThreadImpl

public class MBThreadModelImpl
extends BaseModelImpl<MBThread>
implements MBThreadModel

The base model implementation for the MBThread service. Represents a row in the "MBThread" database table, with each column mapped to a property of this class.

This implementation and its corresponding interface MBThreadModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBThreadImpl.

Never modify or reference this class directly. All methods that expect a message boards thread model instance should use the MBThread interface instead.

See Also:
MBThreadImpl, MBThread, MBThreadModel, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Field Summary
static String DATA_SOURCE
           
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 String TX_MANAGER
           
 
Constructor Summary
MBThreadModelImpl()
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBThread mbThread)
           
 boolean equals(Object obj)
           
 long getCategoryId()
          Gets the category id of this message boards thread.
 ExpandoBridge getExpandoBridge()
          Gets the expando bridge for this model instance.
 long getGroupId()
          Gets the group id of this message boards thread.
 long getLastPostByUserId()
          Gets the last post by user id of this message boards thread.
 String getLastPostByUserUuid()
          Gets the last post by user uuid of this message boards thread.
 Date getLastPostDate()
          Gets the last post date of this message boards thread.
 int getMessageCount()
          Gets the message count of this message boards thread.
 long getPrimaryKey()
          Gets the primary key of this message boards thread.
 Serializable getPrimaryKeyObj()
          Gets the primary key of this model instance.
 double getPriority()
          Gets the priority of this message boards thread.
 long getRootMessageId()
          Gets the root message id of this message boards thread.
 int getStatus()
          Gets the status of this message boards thread.
 long getStatusByUserId()
          Gets the status by user id of this message boards thread.
 String getStatusByUserName()
          Gets the status by user name of this message boards thread.
 String getStatusByUserUuid()
          Gets the status by user uuid of this message boards thread.
 Date getStatusDate()
          Gets the status date of this message boards thread.
 long getThreadId()
          Gets the thread id of this message boards thread.
 int getViewCount()
          Gets the view count of this message boards thread.
 int hashCode()
           
 boolean isApproved()
          Determines whether this message boards thread is approved.
 boolean isDraft()
          Determines whether this message boards thread is a draft.
 boolean isExpired()
          Determines whether this message boards thread is expired.
 boolean isPending()
          Determines whether this message boards thread is pending.
 void setCategoryId(long categoryId)
          Sets the category id of this message boards thread.
 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.
 void setLastPostByUserId(long lastPostByUserId)
          Sets the last post by user id of this message boards thread.
 void setLastPostByUserUuid(String lastPostByUserUuid)
          Sets the last post by user uuid of this message boards thread.
 void setLastPostDate(Date lastPostDate)
          Sets the last post date of this message boards thread.
 void setMessageCount(int messageCount)
          Sets the message count of this message boards thread.
 void setPrimaryKey(long pk)
          Sets the primary key of this message boards thread
 void setPriority(double priority)
          Sets the priority of this message boards thread.
 void setRootMessageId(long rootMessageId)
          Sets the root message id of this message boards thread.
 void setStatus(int status)
          Sets the status of this message boards thread.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user id of this message boards thread.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this message boards thread.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this message boards thread.
 void setStatusDate(Date statusDate)
          Sets the status date of this message boards thread.
 void setThreadId(long threadId)
          Sets the thread id of this message boards thread.
 void setViewCount(int viewCount)
          Sets the view count of this message boards thread.
 MBThread toEscapedModel()
          Gets a copy of this message boards thread as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
static MBThread toModel(MBThreadSoap soapModel)
          Converts the soap model instance into a normal model instance.
static List<MBThread> toModels(MBThreadSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 String toString()
           
 String toXmlString()
          Gets the XML representation of this model instance.
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBThreadModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 

Field Detail

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

TABLE_COLUMNS

public static final Object[][] TABLE_COLUMNS

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

LOCK_EXPIRATION_TIME

public static final long LOCK_EXPIRATION_TIME
Constructor Detail

MBThreadModelImpl

public MBThreadModelImpl()
Method Detail

toModel

public static MBThread toModel(MBThreadSoap soapModel)
Converts the soap model instance into a normal model instance.

Parameters:
soapModel - the soap model instance to convert
Returns:
the normal model instance

toModels

public static List<MBThread> toModels(MBThreadSoap[] soapModels)
Converts the soap model instances into normal model instances.

Parameters:
soapModels - the soap model instances to convert
Returns:
the normal model instances

getPrimaryKey

public long getPrimaryKey()
Description copied from interface: MBThreadModel
Gets the primary key of this message boards thread.

Specified by:
getPrimaryKey in interface MBThreadModel
Returns:
the primary key of this message boards thread

setPrimaryKey

public void setPrimaryKey(long pk)
Description copied from interface: MBThreadModel
Sets the primary key of this message boards thread

Specified by:
setPrimaryKey in interface MBThreadModel
Parameters:
pk - the primary key of this message boards thread

getPrimaryKeyObj

public Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Gets the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<MBThread>
Specified by:
getPrimaryKeyObj in interface MBThreadModel
Returns:
the primary key of this model instance

getThreadId

public long getThreadId()
Description copied from interface: MBThreadModel
Gets the thread id of this message boards thread.

Specified by:
getThreadId in interface MBThreadModel
Returns:
the thread id of this message boards thread

setThreadId

public void setThreadId(long threadId)
Description copied from interface: MBThreadModel
Sets the thread id of this message boards thread.

Specified by:
setThreadId in interface MBThreadModel
Parameters:
threadId - the thread id of this message boards thread

getGroupId

public long getGroupId()
Description copied from interface: MBThreadModel
Gets the group id of this message boards thread.

Specified by:
getGroupId in interface MBThreadModel
Returns:
the group id of this message boards thread

setGroupId

public void setGroupId(long groupId)
Description copied from interface: MBThreadModel
Sets the group id of this message boards thread.

Specified by:
setGroupId in interface MBThreadModel
Parameters:
groupId - the group id of this message boards thread

getCategoryId

public long getCategoryId()
Description copied from interface: MBThreadModel
Gets the category id of this message boards thread.

Specified by:
getCategoryId in interface MBThreadModel
Returns:
the category id of this message boards thread

setCategoryId

public void setCategoryId(long categoryId)
Description copied from interface: MBThreadModel
Sets the category id of this message boards thread.

Specified by:
setCategoryId in interface MBThreadModel
Parameters:
categoryId - the category id of this message boards thread

getRootMessageId

public long getRootMessageId()
Description copied from interface: MBThreadModel
Gets the root message id of this message boards thread.

Specified by:
getRootMessageId in interface MBThreadModel
Returns:
the root message id of this message boards thread

setRootMessageId

public void setRootMessageId(long rootMessageId)
Description copied from interface: MBThreadModel
Sets the root message id of this message boards thread.

Specified by:
setRootMessageId in interface MBThreadModel
Parameters:
rootMessageId - the root message id of this message boards thread

getMessageCount

public int getMessageCount()
Description copied from interface: MBThreadModel
Gets the message count of this message boards thread.

Specified by:
getMessageCount in interface MBThreadModel
Returns:
the message count of this message boards thread

setMessageCount

public void setMessageCount(int messageCount)
Description copied from interface: MBThreadModel
Sets the message count of this message boards thread.

Specified by:
setMessageCount in interface MBThreadModel
Parameters:
messageCount - the message count of this message boards thread

getViewCount

public int getViewCount()
Description copied from interface: MBThreadModel
Gets the view count of this message boards thread.

Specified by:
getViewCount in interface MBThreadModel
Returns:
the view count of this message boards thread

setViewCount

public void setViewCount(int viewCount)
Description copied from interface: MBThreadModel
Sets the view count of this message boards thread.

Specified by:
setViewCount in interface MBThreadModel
Parameters:
viewCount - the view count of this message boards thread

getLastPostByUserId

public long getLastPostByUserId()
Description copied from interface: MBThreadModel
Gets the last post by user id of this message boards thread.

Specified by:
getLastPostByUserId in interface MBThreadModel
Returns:
the last post by user id of this message boards thread

setLastPostByUserId

public void setLastPostByUserId(long lastPostByUserId)
Description copied from interface: MBThreadModel
Sets the last post by user id of this message boards thread.

Specified by:
setLastPostByUserId in interface MBThreadModel
Parameters:
lastPostByUserId - the last post by user id of this message boards thread

getLastPostByUserUuid

public String getLastPostByUserUuid()
                             throws SystemException
Description copied from interface: MBThreadModel
Gets the last post by user uuid of this message boards thread.

Specified by:
getLastPostByUserUuid in interface MBThreadModel
Returns:
the last post by user uuid of this message boards thread
Throws:
SystemException - if a system exception occurred

setLastPostByUserUuid

public void setLastPostByUserUuid(String lastPostByUserUuid)
Description copied from interface: MBThreadModel
Sets the last post by user uuid of this message boards thread.

Specified by:
setLastPostByUserUuid in interface MBThreadModel
Parameters:
lastPostByUserUuid - the last post by user uuid of this message boards thread

getLastPostDate

public Date getLastPostDate()
Description copied from interface: MBThreadModel
Gets the last post date of this message boards thread.

Specified by:
getLastPostDate in interface MBThreadModel
Returns:
the last post date of this message boards thread

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Description copied from interface: MBThreadModel
Sets the last post date of this message boards thread.

Specified by:
setLastPostDate in interface MBThreadModel
Parameters:
lastPostDate - the last post date of this message boards thread

getPriority

public double getPriority()
Description copied from interface: MBThreadModel
Gets the priority of this message boards thread.

Specified by:
getPriority in interface MBThreadModel
Returns:
the priority of this message boards thread

setPriority

public void setPriority(double priority)
Description copied from interface: MBThreadModel
Sets the priority of this message boards thread.

Specified by:
setPriority in interface MBThreadModel
Parameters:
priority - the priority of this message boards thread

getStatus

public int getStatus()
Description copied from interface: MBThreadModel
Gets the status of this message boards thread.

Specified by:
getStatus in interface MBThreadModel
Returns:
the status of this message boards thread

setStatus

public void setStatus(int status)
Description copied from interface: MBThreadModel
Sets the status of this message boards thread.

Specified by:
setStatus in interface MBThreadModel
Parameters:
status - the status of this message boards thread

getStatusByUserId

public long getStatusByUserId()
Description copied from interface: MBThreadModel
Gets the status by user id of this message boards thread.

Specified by:
getStatusByUserId in interface MBThreadModel
Returns:
the status by user id of this message boards thread

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Description copied from interface: MBThreadModel
Sets the status by user id of this message boards thread.

Specified by:
setStatusByUserId in interface MBThreadModel
Parameters:
statusByUserId - the status by user id of this message boards thread

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Description copied from interface: MBThreadModel
Gets the status by user uuid of this message boards thread.

Specified by:
getStatusByUserUuid in interface MBThreadModel
Returns:
the status by user uuid of this message boards thread
Throws:
SystemException - if a system exception occurred

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Description copied from interface: MBThreadModel
Sets the status by user uuid of this message boards thread.

Specified by:
setStatusByUserUuid in interface MBThreadModel
Parameters:
statusByUserUuid - the status by user uuid of this message boards thread

getStatusByUserName

public String getStatusByUserName()
Description copied from interface: MBThreadModel
Gets the status by user name of this message boards thread.

Specified by:
getStatusByUserName in interface MBThreadModel
Returns:
the status by user name of this message boards thread

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Description copied from interface: MBThreadModel
Sets the status by user name of this message boards thread.

Specified by:
setStatusByUserName in interface MBThreadModel
Parameters:
statusByUserName - the status by user name of this message boards thread

getStatusDate

public Date getStatusDate()
Description copied from interface: MBThreadModel
Gets the status date of this message boards thread.

Specified by:
getStatusDate in interface MBThreadModel
Returns:
the status date of this message boards thread

setStatusDate

public void setStatusDate(Date statusDate)
Description copied from interface: MBThreadModel
Sets the status date of this message boards thread.

Specified by:
setStatusDate in interface MBThreadModel
Parameters:
statusDate - the status date of this message boards thread

isApproved

public boolean isApproved()
Description copied from interface: MBThreadModel
Determines whether this message boards thread is approved.

Specified by:
isApproved in interface MBThreadModel
Returns:
true if this message boards thread is approved; false otherwise

isDraft

public boolean isDraft()
Description copied from interface: MBThreadModel
Determines whether this message boards thread is a draft.

Specified by:
isDraft in interface MBThreadModel
Returns:
true if this message boards thread is a draft; false otherwise

isExpired

public boolean isExpired()
Description copied from interface: MBThreadModel
Determines whether this message boards thread is expired.

Specified by:
isExpired in interface MBThreadModel
Returns:
true if this message boards thread is expired; false otherwise

isPending

public boolean isPending()
Description copied from interface: MBThreadModel
Determines whether this message boards thread is pending.

Specified by:
isPending in interface MBThreadModel
Returns:
true if this message boards thread is pending; false otherwise

toEscapedModel

public MBThread toEscapedModel()
Description copied from interface: MBThreadModel
Gets a copy of this message boards thread as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface MBThreadModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Gets the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<MBThread>
Specified by:
getExpandoBridge in interface MBThreadModel
Overrides:
getExpandoBridge in class BaseModelImpl<MBThread>
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBThread>
Specified by:
setExpandoBridgeAttributes in interface MBThreadModel
Overrides:
setExpandoBridgeAttributes in class BaseModelImpl<MBThread>
Parameters:
serviceContext - the service context to retrieve the expando bridge attributes from
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

public Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<MBThread>
Specified by:
clone in interface MBThreadModel
Specified by:
clone in class BaseModelImpl<MBThread>
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(MBThread mbThread)
Specified by:
compareTo in interface MBThreadModel
Specified by:
compareTo in interface Comparable<MBThread>

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface MBThreadModel
Overrides:
hashCode in class Object

toString

public String toString()
Specified by:
toString in interface MBThreadModel
Overrides:
toString in class Object

toXmlString

public String toXmlString()
Description copied from interface: BaseModel
Gets the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<MBThread>
Specified by:
toXmlString in interface MBThreadModel
Returns:
the XML representation of this model instance

Liferay 6.0.5