Class RatingsStatsBaseImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.ratings.kernel.model.RatingsStats>
com.liferay.portlet.ratings.model.impl.RatingsStatsModelImpl
com.liferay.portlet.ratings.model.impl.RatingsStatsBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.ratings.kernel.model.RatingsStats>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.ratings.kernel.model.RatingsStats>, 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.ratings.kernel.model.RatingsStats, com.liferay.ratings.kernel.model.RatingsStatsModel, Serializable, Cloneable, Comparable<com.liferay.ratings.kernel.model.RatingsStats>
Direct Known Subclasses:
RatingsStatsImpl

public abstract class RatingsStatsBaseImpl extends RatingsStatsModelImpl implements com.liferay.ratings.kernel.model.RatingsStats
The extended model base implementation for the RatingsStats service. Represents a row in the "RatingsStats" 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 RatingsStatsImpl.

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

    • RatingsStatsBaseImpl

      public RatingsStatsBaseImpl()
  • Method Details

    • persist

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