Package com.liferay.asset.kernel.model
Interface AssetCategory
- All Superinterfaces:
AssetCategoryModel,AuditedModel,BaseModel<AssetCategory>,ClassedModel,Cloneable,Comparable<AssetCategory>,CTModel<AssetCategory>,ExternalReferenceCodeModel,GroupedModel,LocalizedModel,MVCCModel,PersistedModel,Serializable,ShardedModel,StagedGroupedModel,StagedModel,TreeModel
- All Known Implementing Classes:
AssetCategoryWrapper
The extended model interface for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Accessor<AssetCategory,Long> static final Accessor<AssetCategory,String> static final Accessor<AssetCategory,String> -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from interface com.liferay.asset.kernel.model.AssetCategoryModel
cloneWithOriginalValues, getAvailableLanguageIds, getCategoryId, getCompanyId, getCreateDate, getCtCollectionId, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExternalReferenceCode, getGroupId, getLastPublishDate, getModifiedDate, getMvccVersion, getName, getParentCategoryId, getPrimaryKey, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getTreePath, getUserId, getUserName, getUserUuid, getUuid, getVocabularyId, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCategoryId, setCompanyId, setCreateDate, setCtCollectionId, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExternalReferenceCode, setGroupId, setLastPublishDate, setModifiedDate, setMvccVersion, setName, setParentCategoryId, setPrimaryKey, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setTreePath, setUserId, setUserName, setUserUuid, setUuid, setVocabularyId, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods inherited from interface com.liferay.portal.kernel.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
UUID_ACCESSOR
-
CATEGORY_ID_ACCESSOR
-
NAME_ACCESSOR
-
-
Method Details
-
getAncestors
- Throws:
PortalException
-
getParentCategory
AssetCategory getParentCategory() -
getPath
- Throws:
PortalException
-
getPath
- Throws:
PortalException
-
isRootCategory
boolean isRootCategory()
-