Liferay 6.2-ce-ga5

com.liferay.portlet.messageboards.model
Class MBCategoryWrapper

java.lang.Object
  extended by com.liferay.portlet.messageboards.model.MBCategoryWrapper
All Implemented Interfaces:
AuditedModel, BaseModel<MBCategory>, ClassedModel, ContainerModel, GroupedModel, ModelWrapper<MBCategory>, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, MBCategory, MBCategoryModel, Serializable, Cloneable, Comparable<MBCategory>

@ProviderType
public class MBCategoryWrapper
extends Object
implements MBCategory, ModelWrapper<MBCategory>

This class is a wrapper for MBCategory.

See Also:
MBCategory, Serialized Form

Constructor Summary
MBCategoryWrapper(MBCategory mbCategory)
           
 
Method Summary
 Object clone()
          Creates a shallow clone of this model instance.
 int compareTo(MBCategory mbCategory)
           
 boolean equals(Object obj)
           
 List<Long> getAncestorCategoryIds()
           
 List<MBCategory> getAncestors()
           
 boolean getApproved()
          Deprecated. As of 6.1.0, replaced by isApproved()
 long getCategoryId()
          Returns the category ID of this message boards category.
 long getCompanyId()
          Returns the company ID of this message boards category.
 long getContainerModelId()
          Returns the container model ID of this message boards category.
 String getContainerModelName()
          Returns the container name of this message boards category.
 Date getCreateDate()
          Returns the create date of this message boards category.
 String getDescription()
          Returns the description of this message boards category.
 String getDisplayStyle()
          Returns the display style of this message boards category.
 ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
 long getGroupId()
          Returns the group ID of this message boards category.
 Date getLastPostDate()
          Returns the last post date of this message boards category.
 int getMessageCount()
          Returns the message count of this message boards category.
 Map<String,Object> getModelAttributes()
           
 Class<?> getModelClass()
           
 String getModelClassName()
           
 Date getModifiedDate()
          Returns the modified date of this message boards category.
 String getName()
          Returns the name of this message boards category.
 MBCategory getParentCategory()
           
 long getParentCategoryId()
          Returns the parent category ID of this message boards category.
 long getParentContainerModelId()
          Returns the parent container model ID of this message boards category.
 long getPrimaryKey()
          Returns the primary key of this message boards category.
 Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
 StagedModelType getStagedModelType()
           
 int getStatus()
          Returns the status of this message boards category.
 long getStatusByUserId()
          Returns the status by user ID of this message boards category.
 String getStatusByUserName()
          Returns the status by user name of this message boards category.
 String getStatusByUserUuid()
          Returns the status by user uuid of this message boards category.
 Date getStatusDate()
          Returns the status date of this message boards category.
 int getThreadCount()
          Returns the thread count of this message boards category.
 TrashEntry getTrashEntry()
          Returns the trash entry created when this message boards category was moved to the Recycle Bin.
 long getTrashEntryClassPK()
          Returns the class primary key of the trash entry for this message boards category.
 TrashHandler getTrashHandler()
          Returns the trash handler for this message boards category.
 long getUserId()
          Returns the user ID of this message boards category.
 String getUserName()
          Returns the user name of this message boards category.
 String getUserUuid()
          Returns the user uuid of this message boards category.
 String getUuid()
          Returns the uuid of this message boards category.
 MBCategory getWrappedMBCategory()
          Deprecated. As of 6.1.0, replaced by getWrappedModel()
 MBCategory getWrappedModel()
           
 int hashCode()
           
 boolean isApproved()
          Returns true if this message boards category is approved.
 boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
 boolean isDenied()
          Returns true if this message boards category is denied.
 boolean isDraft()
          Returns true if this message boards category is a draft.
 boolean isEscapedModel()
          Returns true if this model instance is escaped.
 boolean isExpired()
          Returns true if this message boards category is expired.
 boolean isInactive()
          Returns true if this message boards category is inactive.
 boolean isIncomplete()
          Returns true if this message boards category is incomplete.
 boolean isInTrash()
          Returns true if this message boards category is in the Recycle Bin.
 boolean isInTrashContainer()
          Returns true if the parent of this message boards category is in the Recycle Bin.
 boolean isInTrashExplicitly()
           
 boolean isNew()
          Returns true if this model instance does not yet exist in the database.
 boolean isPending()
          Returns true if this message boards category is pending.
 boolean isRoot()
           
 boolean isScheduled()
          Returns true if this message boards category is scheduled.
 void persist()
          Updates this model instance in the database or adds it if it does not yet exist.
 void resetOriginalValues()
          Reset all original fields to current values.
 void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
 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 setContainerModelId(long containerModelId)
          Sets the container model 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 setDisplayStyle(String displayStyle)
          Sets the display style of this message boards category.
 void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
 void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
 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 setModelAttributes(Map<String,Object> attributes)
           
 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 setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
 void setParentCategoryId(long parentCategoryId)
          Sets the parent category ID of this message boards category.
 void setParentContainerModelId(long parentContainerModelId)
          Sets the parent container model ID of this message boards category.
 void setPrimaryKey(long primaryKey)
          Sets the primary key of this message boards category.
 void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
 void setStatus(int status)
          Sets the status of this message boards category.
 void setStatusByUserId(long statusByUserId)
          Sets the status by user ID of this message boards category.
 void setStatusByUserName(String statusByUserName)
          Sets the status by user name of this message boards category.
 void setStatusByUserUuid(String statusByUserUuid)
          Sets the status by user uuid of this message boards category.
 void setStatusDate(Date statusDate)
          Sets the status date 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.
 CacheModel<MBCategory> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
 MBCategory toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 String toString()
           
 MBCategory toUnescapedModel()
           
 String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MBCategoryWrapper

public MBCategoryWrapper(MBCategory mbCategory)
Method Detail

getModelClass

public Class<?> getModelClass()
Specified by:
getModelClass in interface ClassedModel
Specified by:
getModelClass in interface ContainerModel

getModelClassName

public String getModelClassName()
Specified by:
getModelClassName in interface ClassedModel
Specified by:
getModelClassName in interface ContainerModel

getModelAttributes

public Map<String,Object> getModelAttributes()
Specified by:
getModelAttributes in interface BaseModel<MBCategory>

setModelAttributes

public void setModelAttributes(Map<String,Object> attributes)
Specified by:
setModelAttributes in interface BaseModel<MBCategory>

getPrimaryKey

public long getPrimaryKey()
Returns the primary key of this message boards category.

Specified by:
getPrimaryKey in interface MBCategoryModel
Returns:
the primary key of this message boards category

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primary key of this message boards category.

Specified by:
setPrimaryKey in interface MBCategoryModel
Parameters:
primaryKey - the primary key of this message boards category

getUuid

public String getUuid()
Returns the uuid of this message boards category.

Specified by:
getUuid in interface StagedModel
Specified by:
getUuid in interface MBCategoryModel
Returns:
the uuid of this message boards category

setUuid

public void setUuid(String uuid)
Sets the uuid of this message boards category.

Specified by:
setUuid in interface StagedModel
Specified by:
setUuid in interface MBCategoryModel
Parameters:
uuid - the uuid of this message boards category

getCategoryId

public long getCategoryId()
Returns the category ID of this message boards category.

Specified by:
getCategoryId in interface MBCategoryModel
Returns:
the category ID of this message boards category

setCategoryId

public void setCategoryId(long categoryId)
Sets the category ID of this message boards category.

Specified by:
setCategoryId in interface MBCategoryModel
Parameters:
categoryId - the category ID of this message boards category

getGroupId

public long getGroupId()
Returns the group ID of this message boards category.

Specified by:
getGroupId in interface GroupedModel
Specified by:
getGroupId in interface MBCategoryModel
Returns:
the group ID of this message boards category

setGroupId

public void setGroupId(long groupId)
Sets the group ID of this message boards category.

Specified by:
setGroupId in interface GroupedModel
Specified by:
setGroupId in interface MBCategoryModel
Parameters:
groupId - the group ID of this message boards category

getCompanyId

public long getCompanyId()
Returns the company ID of this message boards category.

Specified by:
getCompanyId in interface AuditedModel
Specified by:
getCompanyId in interface StagedModel
Specified by:
getCompanyId in interface MBCategoryModel
Returns:
the company ID of this message boards category

setCompanyId

public void setCompanyId(long companyId)
Sets the company ID of this message boards category.

Specified by:
setCompanyId in interface AuditedModel
Specified by:
setCompanyId in interface StagedModel
Specified by:
setCompanyId in interface MBCategoryModel
Parameters:
companyId - the company ID of this message boards category

getUserId

public long getUserId()
Returns the user ID of this message boards category.

Specified by:
getUserId in interface AuditedModel
Specified by:
getUserId in interface MBCategoryModel
Returns:
the user ID of this message boards category

setUserId

public void setUserId(long userId)
Sets the user ID of this message boards category.

Specified by:
setUserId in interface AuditedModel
Specified by:
setUserId in interface MBCategoryModel
Parameters:
userId - the user ID of this message boards category

getUserUuid

public String getUserUuid()
                   throws SystemException
Returns the user uuid of this message boards category.

Specified by:
getUserUuid in interface AuditedModel
Specified by:
getUserUuid in interface MBCategoryModel
Returns:
the user uuid of this message boards category
Throws:
SystemException - if a system exception occurred

setUserUuid

public void setUserUuid(String userUuid)
Sets the user uuid of this message boards category.

Specified by:
setUserUuid in interface AuditedModel
Specified by:
setUserUuid in interface MBCategoryModel
Parameters:
userUuid - the user uuid of this message boards category

getUserName

public String getUserName()
Returns the user name of this message boards category.

Specified by:
getUserName in interface AuditedModel
Specified by:
getUserName in interface MBCategoryModel
Returns:
the user name of this message boards category

setUserName

public void setUserName(String userName)
Sets the user name of this message boards category.

Specified by:
setUserName in interface AuditedModel
Specified by:
setUserName in interface MBCategoryModel
Parameters:
userName - the user name of this message boards category

getCreateDate

public Date getCreateDate()
Returns the create date of this message boards category.

Specified by:
getCreateDate in interface AuditedModel
Specified by:
getCreateDate in interface StagedModel
Specified by:
getCreateDate in interface MBCategoryModel
Returns:
the create date of this message boards category

setCreateDate

public void setCreateDate(Date createDate)
Sets the create date of this message boards category.

Specified by:
setCreateDate in interface AuditedModel
Specified by:
setCreateDate in interface StagedModel
Specified by:
setCreateDate in interface MBCategoryModel
Parameters:
createDate - the create date of this message boards category

getModifiedDate

public Date getModifiedDate()
Returns the modified date of this message boards category.

Specified by:
getModifiedDate in interface AuditedModel
Specified by:
getModifiedDate in interface StagedModel
Specified by:
getModifiedDate in interface MBCategoryModel
Returns:
the modified date of this message boards category

setModifiedDate

public void setModifiedDate(Date modifiedDate)
Sets the modified date of this message boards category.

Specified by:
setModifiedDate in interface AuditedModel
Specified by:
setModifiedDate in interface StagedModel
Specified by:
setModifiedDate in interface MBCategoryModel
Parameters:
modifiedDate - the modified date of this message boards category

getParentCategoryId

public long getParentCategoryId()
Returns the parent category ID of this message boards category.

Specified by:
getParentCategoryId in interface MBCategoryModel
Returns:
the parent category ID of this message boards category

setParentCategoryId

public void setParentCategoryId(long parentCategoryId)
Sets the parent category ID of this message boards category.

Specified by:
setParentCategoryId in interface MBCategoryModel
Parameters:
parentCategoryId - the parent category ID of this message boards category

getName

public String getName()
Returns the name of this message boards category.

Specified by:
getName in interface MBCategoryModel
Returns:
the name of this message boards category

setName

public void setName(String name)
Sets the name of this message boards category.

Specified by:
setName in interface MBCategoryModel
Parameters:
name - the name of this message boards category

getDescription

public String getDescription()
Returns the description of this message boards category.

Specified by:
getDescription in interface MBCategoryModel
Returns:
the description of this message boards category

setDescription

public void setDescription(String description)
Sets the description of this message boards category.

Specified by:
setDescription in interface MBCategoryModel
Parameters:
description - the description of this message boards category

getDisplayStyle

public String getDisplayStyle()
Returns the display style of this message boards category.

Specified by:
getDisplayStyle in interface MBCategoryModel
Returns:
the display style of this message boards category

setDisplayStyle

public void setDisplayStyle(String displayStyle)
Sets the display style of this message boards category.

Specified by:
setDisplayStyle in interface MBCategoryModel
Parameters:
displayStyle - the display style of this message boards category

getThreadCount

public int getThreadCount()
Returns the thread count of this message boards category.

Specified by:
getThreadCount in interface MBCategoryModel
Returns:
the thread count of this message boards category

setThreadCount

public void setThreadCount(int threadCount)
Sets the thread count of this message boards category.

Specified by:
setThreadCount in interface MBCategoryModel
Parameters:
threadCount - the thread count of this message boards category

getMessageCount

public int getMessageCount()
Returns the message count of this message boards category.

Specified by:
getMessageCount in interface MBCategoryModel
Returns:
the message count of this message boards category

setMessageCount

public void setMessageCount(int messageCount)
Sets the message count of this message boards category.

Specified by:
setMessageCount in interface MBCategoryModel
Parameters:
messageCount - the message count of this message boards category

getLastPostDate

public Date getLastPostDate()
Returns the last post date of this message boards category.

Specified by:
getLastPostDate in interface MBCategoryModel
Returns:
the last post date of this message boards category

setLastPostDate

public void setLastPostDate(Date lastPostDate)
Sets the last post date of this message boards category.

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

getStatus

public int getStatus()
Returns the status of this message boards category.

Specified by:
getStatus in interface TrashedModel
Specified by:
getStatus in interface WorkflowedModel
Specified by:
getStatus in interface MBCategoryModel
Returns:
the status of this message boards category

setStatus

public void setStatus(int status)
Sets the status of this message boards category.

Specified by:
setStatus in interface WorkflowedModel
Specified by:
setStatus in interface MBCategoryModel
Parameters:
status - the status of this message boards category

getStatusByUserId

public long getStatusByUserId()
Returns the status by user ID of this message boards category.

Specified by:
getStatusByUserId in interface WorkflowedModel
Specified by:
getStatusByUserId in interface MBCategoryModel
Returns:
the status by user ID of this message boards category

setStatusByUserId

public void setStatusByUserId(long statusByUserId)
Sets the status by user ID of this message boards category.

Specified by:
setStatusByUserId in interface WorkflowedModel
Specified by:
setStatusByUserId in interface MBCategoryModel
Parameters:
statusByUserId - the status by user ID of this message boards category

getStatusByUserUuid

public String getStatusByUserUuid()
                           throws SystemException
Returns the status by user uuid of this message boards category.

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

setStatusByUserUuid

public void setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this message boards category.

Specified by:
setStatusByUserUuid in interface WorkflowedModel
Specified by:
setStatusByUserUuid in interface MBCategoryModel
Parameters:
statusByUserUuid - the status by user uuid of this message boards category

getStatusByUserName

public String getStatusByUserName()
Returns the status by user name of this message boards category.

Specified by:
getStatusByUserName in interface WorkflowedModel
Specified by:
getStatusByUserName in interface MBCategoryModel
Returns:
the status by user name of this message boards category

setStatusByUserName

public void setStatusByUserName(String statusByUserName)
Sets the status by user name of this message boards category.

Specified by:
setStatusByUserName in interface WorkflowedModel
Specified by:
setStatusByUserName in interface MBCategoryModel
Parameters:
statusByUserName - the status by user name of this message boards category

getStatusDate

public Date getStatusDate()
Returns the status date of this message boards category.

Specified by:
getStatusDate in interface WorkflowedModel
Specified by:
getStatusDate in interface MBCategoryModel
Returns:
the status date of this message boards category

setStatusDate

public void setStatusDate(Date statusDate)
Sets the status date of this message boards category.

Specified by:
setStatusDate in interface WorkflowedModel
Specified by:
setStatusDate in interface MBCategoryModel
Parameters:
statusDate - the status date of this message boards category

getTrashEntry

public TrashEntry getTrashEntry()
                         throws PortalException,
                                SystemException
Returns the trash entry created when this message boards category was moved to the Recycle Bin. The trash entry may belong to one of the ancestors of this message boards category.

Specified by:
getTrashEntry in interface TrashedModel
Specified by:
getTrashEntry in interface MBCategoryModel
Returns:
the trash entry created when this message boards category was moved to the Recycle Bin
Throws:
SystemException - if a system exception occurred
PortalException

getTrashEntryClassPK

public long getTrashEntryClassPK()
Returns the class primary key of the trash entry for this message boards category.

Specified by:
getTrashEntryClassPK in interface TrashedModel
Specified by:
getTrashEntryClassPK in interface MBCategoryModel
Returns:
the class primary key of the trash entry for this message boards category

getTrashHandler

public TrashHandler getTrashHandler()
Returns the trash handler for this message boards category.

Specified by:
getTrashHandler in interface TrashedModel
Specified by:
getTrashHandler in interface MBCategoryModel
Returns:
the trash handler for this message boards category

isInTrash

public boolean isInTrash()
Returns true if this message boards category is in the Recycle Bin.

Specified by:
isInTrash in interface TrashedModel
Specified by:
isInTrash in interface MBCategoryModel
Returns:
true if this message boards category is in the Recycle Bin; false otherwise

isInTrashContainer

public boolean isInTrashContainer()
Returns true if the parent of this message boards category is in the Recycle Bin.

Specified by:
isInTrashContainer in interface TrashedModel
Specified by:
isInTrashContainer in interface MBCategoryModel
Returns:
true if the parent of this message boards category is in the Recycle Bin; false otherwise
Throws:
SystemException - if a system exception occurred

getApproved

public boolean getApproved()
Deprecated. As of 6.1.0, replaced by isApproved()

Specified by:
getApproved in interface WorkflowedModel
Specified by:
getApproved in interface MBCategoryModel

isApproved

public boolean isApproved()
Returns true if this message boards category is approved.

Specified by:
isApproved in interface WorkflowedModel
Specified by:
isApproved in interface MBCategoryModel
Returns:
true if this message boards category is approved; false otherwise

isDenied

public boolean isDenied()
Returns true if this message boards category is denied.

Specified by:
isDenied in interface WorkflowedModel
Specified by:
isDenied in interface MBCategoryModel
Returns:
true if this message boards category is denied; false otherwise

isDraft

public boolean isDraft()
Returns true if this message boards category is a draft.

Specified by:
isDraft in interface WorkflowedModel
Specified by:
isDraft in interface MBCategoryModel
Returns:
true if this message boards category is a draft; false otherwise

isExpired

public boolean isExpired()
Returns true if this message boards category is expired.

Specified by:
isExpired in interface WorkflowedModel
Specified by:
isExpired in interface MBCategoryModel
Returns:
true if this message boards category is expired; false otherwise

isInactive

public boolean isInactive()
Returns true if this message boards category is inactive.

Specified by:
isInactive in interface WorkflowedModel
Specified by:
isInactive in interface MBCategoryModel
Returns:
true if this message boards category is inactive; false otherwise

isIncomplete

public boolean isIncomplete()
Returns true if this message boards category is incomplete.

Specified by:
isIncomplete in interface WorkflowedModel
Specified by:
isIncomplete in interface MBCategoryModel
Returns:
true if this message boards category is incomplete; false otherwise

isPending

public boolean isPending()
Returns true if this message boards category is pending.

Specified by:
isPending in interface WorkflowedModel
Specified by:
isPending in interface MBCategoryModel
Returns:
true if this message boards category is pending; false otherwise

isScheduled

public boolean isScheduled()
Returns true if this message boards category is scheduled.

Specified by:
isScheduled in interface WorkflowedModel
Specified by:
isScheduled in interface MBCategoryModel
Returns:
true if this message boards category is scheduled; false otherwise

getContainerModelId

public long getContainerModelId()
Returns the container model ID of this message boards category.

Specified by:
getContainerModelId in interface ContainerModel
Specified by:
getContainerModelId in interface MBCategoryModel
Returns:
the container model ID of this message boards category

setContainerModelId

public void setContainerModelId(long containerModelId)
Sets the container model ID of this message boards category.

Specified by:
setContainerModelId in interface ContainerModel
Specified by:
setContainerModelId in interface MBCategoryModel
Parameters:
containerModelId - the container model ID of this message boards category

getContainerModelName

public String getContainerModelName()
Returns the container name of this message boards category.

Specified by:
getContainerModelName in interface ContainerModel
Specified by:
getContainerModelName in interface MBCategoryModel
Returns:
the container name of this message boards category

getParentContainerModelId

public long getParentContainerModelId()
Returns the parent container model ID of this message boards category.

Specified by:
getParentContainerModelId in interface ContainerModel
Specified by:
getParentContainerModelId in interface MBCategoryModel
Returns:
the parent container model ID of this message boards category

setParentContainerModelId

public void setParentContainerModelId(long parentContainerModelId)
Sets the parent container model ID of this message boards category.

Specified by:
setParentContainerModelId in interface ContainerModel
Specified by:
setParentContainerModelId in interface MBCategoryModel
Parameters:
parentContainerModelId - the parent container model ID of this message boards category

isNew

public boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<MBCategory>
Specified by:
isNew in interface MBCategoryModel
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

public void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<MBCategory>
Specified by:
setNew in interface MBCategoryModel
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

public boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<MBCategory>
Specified by:
isCachedModel in interface MBCategoryModel
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

public void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<MBCategory>
Specified by:
setCachedModel in interface MBCategoryModel
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

public boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<MBCategory>
Specified by:
isEscapedModel in interface MBCategoryModel
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

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

Specified by:
getPrimaryKeyObj in interface BaseModel<MBCategory>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Specified by:
getPrimaryKeyObj in interface MBCategoryModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

public void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<MBCategory>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Specified by:
setPrimaryKeyObj in interface MBCategoryModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

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

Specified by:
getExpandoBridge in interface BaseModel<MBCategory>
Specified by:
getExpandoBridge in interface ClassedModel
Specified by:
getExpandoBridge in interface MBCategoryModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBCategory>
Specified by:
setExpandoBridgeAttributes in interface MBCategoryModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<MBCategory>
Specified by:
setExpandoBridgeAttributes in interface MBCategoryModel

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<MBCategory>
Specified by:
setExpandoBridgeAttributes in interface MBCategoryModel
Parameters:
serviceContext - the service context to be applied
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<MBCategory>
Specified by:
clone in interface StagedModel
Specified by:
clone in interface MBCategoryModel
Overrides:
clone in class Object
Returns:
the shallow clone of this model instance

compareTo

public int compareTo(MBCategory mbCategory)
Specified by:
compareTo in interface MBCategoryModel
Specified by:
compareTo in interface Comparable<MBCategory>

hashCode

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

toCacheModel

public CacheModel<MBCategory> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<MBCategory>
Specified by:
toCacheModel in interface MBCategoryModel
Returns:
the cache model object

toEscapedModel

public MBCategory toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<MBCategory>
Specified by:
toEscapedModel in interface MBCategoryModel
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

public MBCategory toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<MBCategory>
Specified by:
toUnescapedModel in interface MBCategoryModel

toString

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

toXmlString

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

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

persist

public void persist()
             throws SystemException
Description copied from interface: PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Specified by:
persist in interface PersistedModel
Throws:
SystemException - if a system exception occurred

getAncestorCategoryIds

public List<Long> getAncestorCategoryIds()
                                  throws PortalException,
                                         SystemException
Specified by:
getAncestorCategoryIds in interface MBCategory
Throws:
PortalException
SystemException

getAncestors

public List<MBCategory> getAncestors()
                              throws PortalException,
                                     SystemException
Specified by:
getAncestors in interface MBCategory
Throws:
PortalException
SystemException

getParentCategory

public MBCategory getParentCategory()
                             throws PortalException,
                                    SystemException
Specified by:
getParentCategory in interface MBCategory
Throws:
PortalException
SystemException

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Specified by:
isInTrashExplicitly in interface MBCategory
Throws:
SystemException

isRoot

public boolean isRoot()
Specified by:
isRoot in interface MBCategory

equals

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

getStagedModelType

public StagedModelType getStagedModelType()
Specified by:
getStagedModelType in interface StagedModel

getWrappedMBCategory

public MBCategory getWrappedMBCategory()
Deprecated. As of 6.1.0, replaced by getWrappedModel()


getWrappedModel

public MBCategory getWrappedModel()
Specified by:
getWrappedModel in interface ModelWrapper<MBCategory>

resetOriginalValues

public void resetOriginalValues()
Description copied from interface: BaseModel
Reset all original fields to current values.

Specified by:
resetOriginalValues in interface BaseModel<MBCategory>

Liferay 6.2-ce-ga5