Class AssetCategoryImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetCategory, com.liferay.asset.kernel.model.AssetCategoryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetCategory>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetCategory>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TreeModel, Serializable, Cloneable, Comparable<com.liferay.asset.kernel.model.AssetCategory>

public class AssetCategoryImpl extends AssetCategoryBaseImpl
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • AssetCategoryImpl

      public AssetCategoryImpl()
  • Method Details

    • getAncestors

      public List<com.liferay.asset.kernel.model.AssetCategory> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentCategory

      public com.liferay.asset.kernel.model.AssetCategory getParentCategory()
    • getPath

      public String getPath(Locale locale) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPath

      public String getPath(Locale locale, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTitle

      public String getTitle(String languageId)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModel
      Overrides:
      getTitle in class AssetCategoryModelImpl
    • getTitle

      public String getTitle(String languageId, boolean useDefault)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetCategoryModel
      Overrides:
      getTitle in class AssetCategoryModelImpl
    • isRootCategory

      public boolean isRootCategory()