com.liferay.portlet.asset.model.impl
Class AssetCategoryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetCategory>
      extended by com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
          extended by com.liferay.portlet.asset.model.impl.AssetCategoryImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetCategory>, com.liferay.portlet.asset.model.AssetCategory, com.liferay.portlet.asset.model.AssetCategoryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetCategory>

public class AssetCategoryImpl
extends AssetCategoryModelImpl
implements com.liferay.portlet.asset.model.AssetCategory

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES, LOCK_EXPIRATION_TIME, MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
AssetCategoryImpl()
           
 
Method Summary
 java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAncestors()
           
 boolean isRootCategory()
           
 
Methods inherited from class com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
clone, compareTo, equals, getCategoryId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLeftCategoryId, getModifiedDate, getName, getOriginalGroupId, getOriginalParentCategoryId, getOriginalUuid, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getRightCategoryId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, setCategoryId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setLeftCategoryId, setModifiedDate, setName, setParentCategoryId, setPrimaryKey, setRightCategoryId, setTitle, setTitle, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, 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, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.asset.model.AssetCategoryModel
clone, compareTo, getCategoryId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getLeftCategoryId, getModifiedDate, getName, getParentCategoryId, getPrimaryKey, getPrimaryKeyObj, getRightCategoryId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleMap, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCategoryId, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLeftCategoryId, setModifiedDate, setName, setNew, setParentCategoryId, setPrimaryKey, setRightCategoryId, setTitle, setTitle, setTitleMap, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toEscapedModel, toString, toXmlString
 

Constructor Detail

AssetCategoryImpl

public AssetCategoryImpl()
Method Detail

getAncestors

public java.util.List<com.liferay.portlet.asset.model.AssetCategory> getAncestors()
                                                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getAncestors in interface com.liferay.portlet.asset.model.AssetCategory
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isRootCategory

public boolean isRootCategory()
Specified by:
isRootCategory in interface com.liferay.portlet.asset.model.AssetCategory