Liferay 6.0.5

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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<MBCategory>
      extended by com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
          extended by com.liferay.portlet.messageboards.model.impl.MBCategoryImpl
All Implemented Interfaces:
BaseModel<MBCategory>, MBCategory, MBCategoryModel, Serializable, Cloneable, Comparable<MBCategory>

public class MBCategoryImpl
extends MBCategoryModelImpl
implements MBCategory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
MBCategoryImpl()
           
 
Method Summary
 List<Long> getAncestorCategoryIds()
           
 List<MBCategory> getAncestors()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
clone, compareTo, equals, getCategoryId, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getModifiedDate, getName, getOriginalGroupId, getOriginalUuid, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getThreadCount, getUserId, getUserName, getUserUuid, getUuid, hashCode, setCategoryId, setCompanyId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setThreadCount, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
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
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
 

Constructor Detail

MBCategoryImpl

public MBCategoryImpl()
Method Detail

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

isRoot

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

Liferay 6.0.5