Class SocialRelationBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.social.kernel.model.SocialRelation>
com.liferay.portlet.social.model.impl.SocialRelationModelImpl
com.liferay.portlet.social.model.impl.SocialRelationBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.social.kernel.model.SocialRelation>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.social.kernel.model.SocialRelation>, 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.social.kernel.model.SocialRelation, com.liferay.social.kernel.model.SocialRelationModel, Serializable, Cloneable, Comparable<com.liferay.social.kernel.model.SocialRelation>
Direct Known Subclasses:
SocialRelationImpl

public abstract class SocialRelationBaseImpl extends SocialRelationModelImpl implements com.liferay.social.kernel.model.SocialRelation
The extended model base implementation for the SocialRelation service. Represents a row in the "SocialRelation" 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 SocialRelationImpl.

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

    • SocialRelationBaseImpl

      public SocialRelationBaseImpl()
  • Method Details

    • persist

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