Class SocialActivitySettingBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialActivitySetting>
com.liferay.portlet.social.model.impl.SocialActivitySettingModelImpl
com.liferay.portlet.social.model.impl.SocialActivitySettingBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialActivitySetting>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialActivitySetting>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, com.liferay.social.kernel.model.SocialActivitySetting, com.liferay.social.kernel.model.SocialActivitySettingModel, Serializable, Cloneable, Comparable<com.liferay.social.kernel.model.SocialActivitySetting>
Direct Known Subclasses:
SocialActivitySettingImpl

public abstract class SocialActivitySettingBaseImpl extends SocialActivitySettingModelImpl implements com.liferay.social.kernel.model.SocialActivitySetting
The extended model base implementation for the SocialActivitySetting service. Represents a row in the "SocialActivitySetting" 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 SocialActivitySettingImpl.

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

    • SocialActivitySettingBaseImpl

      public SocialActivitySettingBaseImpl()
  • Method Details

    • persist

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