|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<MBCategory>
com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
public class MBCategoryModelImpl
The base model implementation for the MBCategory service. Represents a row in the "MBCategory" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface MBCategoryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MBCategoryImpl.
Never modify or reference this class directly. All methods that expect a message boards category model instance should use the MBCategory interface instead.
MBCategoryImpl,
MBCategory,
MBCategoryModel,
Serialized Form| 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 | |
|---|---|
MBCategoryModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(MBCategory mbCategory)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
Gets the category id of this message boards category. |
long |
getCompanyId()
Gets the company id of this message boards category. |
Date |
getCreateDate()
Gets the create date of this message boards category. |
String |
getDescription()
Gets the description of this message boards category. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
long |
getGroupId()
Gets the group id of this message boards category. |
Date |
getLastPostDate()
Gets the last post date of this message boards category. |
int |
getMessageCount()
Gets the message count of this message boards category. |
Date |
getModifiedDate()
Gets the modified date of this message boards category. |
String |
getName()
Gets the name of this message boards category. |
long |
getOriginalGroupId()
|
String |
getOriginalUuid()
|
long |
getParentCategoryId()
Gets the parent category id of this message boards category. |
long |
getPrimaryKey()
Gets the primary key of this message boards category. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
int |
getThreadCount()
Gets the thread count of this message boards category. |
long |
getUserId()
Gets the user id of this message boards category. |
String |
getUserName()
Gets the user name of this message boards category. |
String |
getUserUuid()
Gets the user uuid of this message boards category. |
String |
getUuid()
Gets the uuid of this message boards category. |
int |
hashCode()
|
void |
setCategoryId(long categoryId)
Sets the category id of this message boards category. |
void |
setCompanyId(long companyId)
Sets the company id of this message boards category. |
void |
setCreateDate(Date createDate)
Sets the create date of this message boards category. |
void |
setDescription(String description)
Sets the description of this message boards category. |
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 category. |
void |
setLastPostDate(Date lastPostDate)
Sets the last post date of this message boards category. |
void |
setMessageCount(int messageCount)
Sets the message count of this message boards category. |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards category. |
void |
setName(String name)
Sets the name of this message boards category. |
void |
setParentCategoryId(long parentCategoryId)
Sets the parent category id of this message boards category. |
void |
setPrimaryKey(long pk)
Sets the primary key of this message boards category |
void |
setThreadCount(int threadCount)
Sets the thread count of this message boards category. |
void |
setUserId(long userId)
Sets the user id of this message boards category. |
void |
setUserName(String userName)
Sets the user name of this message boards category. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this message boards category. |
void |
setUuid(String uuid)
Sets the uuid of this message boards category. |
MBCategory |
toEscapedModel()
Gets a copy of this message boards category as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static MBCategory |
toModel(MBCategorySoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<MBCategory> |
toModels(MBCategorySoap[] 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.MBCategoryModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Field Detail |
|---|
public 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public MBCategoryModelImpl()
| Method Detail |
|---|
public static MBCategory toModel(MBCategorySoap soapModel)
soapModel - the soap model instance to convert
public static List<MBCategory> toModels(MBCategorySoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
MBCategoryModel
getPrimaryKey in interface MBCategoryModelpublic void setPrimaryKey(long pk)
MBCategoryModel
setPrimaryKey in interface MBCategoryModelpk - the primary key of this message boards categorypublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<MBCategory>getPrimaryKeyObj in interface MBCategoryModelpublic String getUuid()
MBCategoryModel
getUuid in interface MBCategoryModelpublic void setUuid(String uuid)
MBCategoryModel
setUuid in interface MBCategoryModeluuid - the uuid of this message boards categorypublic String getOriginalUuid()
public long getCategoryId()
MBCategoryModel
getCategoryId in interface MBCategoryModelpublic void setCategoryId(long categoryId)
MBCategoryModel
setCategoryId in interface MBCategoryModelcategoryId - the category id of this message boards categorypublic long getGroupId()
MBCategoryModel
getGroupId in interface MBCategoryModelpublic void setGroupId(long groupId)
MBCategoryModel
setGroupId in interface MBCategoryModelgroupId - the group id of this message boards categorypublic long getOriginalGroupId()
public long getCompanyId()
MBCategoryModel
getCompanyId in interface MBCategoryModelpublic void setCompanyId(long companyId)
MBCategoryModel
setCompanyId in interface MBCategoryModelcompanyId - the company id of this message boards categorypublic long getUserId()
MBCategoryModel
getUserId in interface MBCategoryModelpublic void setUserId(long userId)
MBCategoryModel
setUserId in interface MBCategoryModeluserId - the user id of this message boards category
public String getUserUuid()
throws SystemException
MBCategoryModel
getUserUuid in interface MBCategoryModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
MBCategoryModel
setUserUuid in interface MBCategoryModeluserUuid - the user uuid of this message boards categorypublic String getUserName()
MBCategoryModel
getUserName in interface MBCategoryModelpublic void setUserName(String userName)
MBCategoryModel
setUserName in interface MBCategoryModeluserName - the user name of this message boards categorypublic Date getCreateDate()
MBCategoryModel
getCreateDate in interface MBCategoryModelpublic void setCreateDate(Date createDate)
MBCategoryModel
setCreateDate in interface MBCategoryModelcreateDate - the create date of this message boards categorypublic Date getModifiedDate()
MBCategoryModel
getModifiedDate in interface MBCategoryModelpublic void setModifiedDate(Date modifiedDate)
MBCategoryModel
setModifiedDate in interface MBCategoryModelmodifiedDate - the modified date of this message boards categorypublic long getParentCategoryId()
MBCategoryModel
getParentCategoryId in interface MBCategoryModelpublic void setParentCategoryId(long parentCategoryId)
MBCategoryModel
setParentCategoryId in interface MBCategoryModelparentCategoryId - the parent category id of this message boards categorypublic String getName()
MBCategoryModel
getName in interface MBCategoryModelpublic void setName(String name)
MBCategoryModel
setName in interface MBCategoryModelname - the name of this message boards categorypublic String getDescription()
MBCategoryModel
getDescription in interface MBCategoryModelpublic void setDescription(String description)
MBCategoryModel
setDescription in interface MBCategoryModeldescription - the description of this message boards categorypublic int getThreadCount()
MBCategoryModel
getThreadCount in interface MBCategoryModelpublic void setThreadCount(int threadCount)
MBCategoryModel
setThreadCount in interface MBCategoryModelthreadCount - the thread count of this message boards categorypublic int getMessageCount()
MBCategoryModel
getMessageCount in interface MBCategoryModelpublic void setMessageCount(int messageCount)
MBCategoryModel
setMessageCount in interface MBCategoryModelmessageCount - the message count of this message boards categorypublic Date getLastPostDate()
MBCategoryModel
getLastPostDate in interface MBCategoryModelpublic void setLastPostDate(Date lastPostDate)
MBCategoryModel
setLastPostDate in interface MBCategoryModellastPostDate - the last post date of this message boards categorypublic MBCategory toEscapedModel()
MBCategoryModelAutoEscapeBeanHandler.
toEscapedModel in interface MBCategoryModelAutoEscapeBeanHandlerpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<MBCategory>getExpandoBridge in interface MBCategoryModelgetExpandoBridge in class BaseModelImpl<MBCategory>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<MBCategory>setExpandoBridgeAttributes in interface MBCategoryModelsetExpandoBridgeAttributes in class BaseModelImpl<MBCategory>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<MBCategory>clone in interface MBCategoryModelclone in class BaseModelImpl<MBCategory>public int compareTo(MBCategory mbCategory)
compareTo in interface MBCategoryModelcompareTo in interface Comparable<MBCategory>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface MBCategoryModelhashCode in class Objectpublic String toString()
toString in interface MBCategoryModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<MBCategory>toXmlString in interface MBCategoryModel
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||