com.liferay.portlet.asset.model
Interface AssetCategory

All Superinterfaces:
AssetCategoryModel, BaseModel<AssetCategory>, java.lang.Cloneable, java.lang.Comparable<AssetCategory>, java.io.Serializable
All Known Implementing Classes:
AssetCategoryWrapper

public interface AssetCategory
extends AssetCategoryModel

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 AssetCategory table in the database.

Customize com.liferay.portlet.asset.model.impl.AssetCategoryImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
AssetCategoryModel, com.liferay.portlet.asset.model.impl.AssetCategoryImpl, com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
Generated:

Method Summary
 java.util.List<AssetCategory> getAncestors()
           
 boolean isRootCategory()
           
 
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
 

Method Detail

getAncestors

java.util.List<AssetCategory> 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

isRootCategory

boolean isRootCategory()