Liferay 6.2-ce-ga5

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.MBCategoryBaseImpl
              extended by com.liferay.portlet.messageboards.model.impl.MBCategoryImpl
All Implemented Interfaces:
AuditedModel, BaseModel<MBCategory>, ClassedModel, ContainerModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel, MBCategory, MBCategoryModel, Serializable, Cloneable, Comparable<MBCategory>

public class MBCategoryImpl
extends MBCategoryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PARENTCATEGORYID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
MBCategoryImpl()
           
 
Method Summary
 List<Long> getAncestorCategoryIds()
           
 List<MBCategory> getAncestors()
           
 MBCategory getParentCategory()
           
 boolean isInTrashExplicitly()
           
 boolean isRoot()
           
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBCategoryBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.messageboards.model.impl.MBCategoryModelImpl
clone, compareTo, equals, getApproved, getCategoryId, getColumnBitmask, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getDisplayStyle, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalParentCategoryId, getOriginalStatus, getOriginalUuid, getParentCategoryId, getParentContainerModelId, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadCount, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isPending, isScheduled, resetOriginalValues, setCategoryId, setCompanyId, setContainerModelId, setCreateDate, setDescription, setDisplayStyle, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setModelAttributes, setModifiedDate, setName, setParentCategoryId, setParentContainerModelId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadCount, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, getApproved, getCategoryId, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDescription, getDisplayStyle, getExpandoBridge, getGroupId, getLastPostDate, getMessageCount, getModifiedDate, getName, getParentCategoryId, getParentContainerModelId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThreadCount, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isNew, isPending, isScheduled, setCachedModel, setCategoryId, setCompanyId, setContainerModelId, setCreateDate, setDescription, setDisplayStyle, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setLastPostDate, setMessageCount, setModifiedDate, setName, setNew, setParentCategoryId, setParentContainerModelId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThreadCount, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ContainerModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

MBCategoryImpl

public MBCategoryImpl()
Method Detail

getAncestorCategoryIds

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

getAncestors

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

getParentCategory

public MBCategory getParentCategory()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

isInTrashExplicitly

public boolean isInTrashExplicitly()
                            throws SystemException
Throws:
SystemException

isRoot

public boolean isRoot()

Liferay 6.2-ce-ga5