Class AssetCategoryBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetCategory>
com.liferay.portlet.asset.model.impl.AssetCategoryModelImpl
com.liferay.portlet.asset.model.impl.AssetCategoryBaseImpl
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>
Direct Known Subclasses:
AssetCategoryImpl

public abstract class AssetCategoryBaseImpl extends AssetCategoryModelImpl implements com.liferay.asset.kernel.model.AssetCategory
The extended model base implementation for the AssetCategory service. Represents a row in the "AssetCategory" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in AssetCategoryImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Constructor Details

    • AssetCategoryBaseImpl

      public AssetCategoryBaseImpl()
  • Method Details

    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • buildTreePath

      public String buildTreePath() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      buildTreePath in interface com.liferay.portal.kernel.model.TreeModel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateTreePath

      public void updateTreePath(String treePath)
      Specified by:
      updateTreePath in interface com.liferay.portal.kernel.model.TreeModel