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
The model interface for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.asset.model.impl.AssetCategoryImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a asset category model instance should use the AssetCategory interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetCategoryModel,
com.liferay.portlet.asset.model.impl.AssetCategoryImpl,
com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl- Generated:
| 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 |
getAncestors
java.util.List<AssetCategory> getAncestors()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
isRootCategory
boolean isRootCategory()