Liferay 6.0.3

com.liferay.portlet.asset.model
Interface AssetCategory

All Superinterfaces:
AssetCategoryModel, BaseModel<AssetCategory>, Cloneable, Comparable<AssetCategory>, Serializable
All Known Implementing Classes:
AssetCategoryImpl, AssetCategoryWrapper

public interface AssetCategory
extends AssetCategoryModel

This interface is a model that represents the AssetCategory table in the database.

Customize AssetCategoryImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
AssetCategoryModel, AssetCategoryImpl, AssetCategoryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 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

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

isRootCategory

boolean isRootCategory()

Liferay 6.0.3