Class RatingsStatsLocalServiceImpl

Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portlet.ratings.service.base.RatingsStatsLocalServiceBaseImpl
com.liferay.portlet.ratings.service.impl.RatingsStatsLocalServiceImpl
All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.change.tracking.CTService<com.liferay.ratings.kernel.model.RatingsStats>, com.liferay.portal.kernel.service.PersistedModelLocalService, com.liferay.ratings.kernel.service.RatingsStatsLocalService

public class RatingsStatsLocalServiceImpl extends RatingsStatsLocalServiceBaseImpl
Author:
Brian Wing Shun Chan
  • Constructor Details

    • RatingsStatsLocalServiceImpl

      public RatingsStatsLocalServiceImpl()
  • Method Details

    • addStats

      public com.liferay.ratings.kernel.model.RatingsStats addStats(long classNameId, long classPK)
    • deleteStats

      public void deleteStats(String className, long classPK)
    • fetchStats

      public com.liferay.ratings.kernel.model.RatingsStats fetchStats(String className, long classPK)
    • getStats

      public com.liferay.ratings.kernel.model.RatingsStats getStats(long statsId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStats

      public com.liferay.ratings.kernel.model.RatingsStats getStats(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStats

      public Map<Long,com.liferay.ratings.kernel.model.RatingsStats> getStats(String className, long[] classPKs)