Liferay 6.0.5

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

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

public class AssetCategoryImpl
extends AssetCategoryModelImpl
implements AssetCategory

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
 List<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, getOriginalName, getOriginalParentCategoryId, getOriginalUuid, getOriginalVocabularyId, 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, 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 List<AssetCategory> getAncestors()
                                 throws PortalException,
                                        SystemException
Specified by:
getAncestors in interface AssetCategory
Throws:
PortalException
SystemException

isRootCategory

public boolean isRootCategory()
Specified by:
isRootCategory in interface AssetCategory

Liferay 6.0.5