com.liferay.portlet.messageboards.model
Interface MBCategory

All Superinterfaces:
BaseModel<MBCategory>, java.lang.Cloneable, java.lang.Comparable<MBCategory>, MBCategoryModel, java.io.Serializable
All Known Implementing Classes:
MBCategoryWrapper

public interface MBCategory
extends MBCategoryModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portlet.messageboards.model.impl.MBCategoryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
MBCategoryModel, com.liferay.portlet.messageboards.model.impl.MBCategoryImpl, com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
Generated:

Method Summary
 java.util.List<java.lang.Long> getAncestorCategoryIds()
           
 java.util.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

java.util.List<java.lang.Long> getAncestorCategoryIds()
                                                      throws com.liferay.portal.kernel.exception.PortalException,
                                                             com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAncestors

java.util.List<MBCategory> getAncestors()
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isRoot

boolean isRoot()