Class AssetVocabularyBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetVocabulary>
com.liferay.portlet.asset.model.impl.AssetVocabularyModelImpl
com.liferay.portlet.asset.model.impl.AssetVocabularyBaseImpl
All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetVocabulary, com.liferay.asset.kernel.model.AssetVocabularyModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetVocabulary>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetVocabulary>, 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, Serializable, Cloneable, Comparable<com.liferay.asset.kernel.model.AssetVocabulary>
Direct Known Subclasses:
AssetVocabularyImpl

public abstract class AssetVocabularyBaseImpl extends AssetVocabularyModelImpl implements com.liferay.asset.kernel.model.AssetVocabulary
The extended model base implementation for the AssetVocabulary service. Represents a row in the "AssetVocabulary" 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 AssetVocabularyImpl.

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

    • AssetVocabularyBaseImpl

      public AssetVocabularyBaseImpl()
  • Method Details

    • persist

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