Liferay 6.0.3

com.liferay.portlet.messageboards.model
Interface MBCategory

All Superinterfaces:
BaseModel<MBCategory>, Cloneable, Comparable<MBCategory>, MBCategoryModel, Serializable
All Known Implementing Classes:
MBCategoryImpl, MBCategoryWrapper

public interface MBCategory
extends MBCategoryModel

This interface is a model that represents the MBCategory table in the database.

Customize MBCategoryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
MBCategoryModel, MBCategoryImpl, MBCategoryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 List<Long> getAncestorCategoryIds()
           
 List<MBCategory> getAncestors()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.messageboards.model.MBCategoryModel
clone, compareTo, getCategoryId, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getThreadCount, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setThreadCount, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Method Detail

getAncestorCategoryIds

List<Long> getAncestorCategoryIds()
                                  throws PortalException,
                                         SystemException
Throws:
PortalException
SystemException

getAncestors

List<MBCategory> getAncestors()
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

isRoot

boolean isRoot()

Liferay 6.0.3