Interface MostViewedContentRecommendationManager


public interface MostViewedContentRecommendationManager
  • Method Details

    • addMostViewedContentRecommendation

      MostViewedContentRecommendation addMostViewedContentRecommendation(MostViewedContentRecommendation mostViewedContentRecommendation) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMostViewedContentRecommendations

      List<MostViewedContentRecommendation> getMostViewedContentRecommendations(long[] assetCategoryIds, long companyId, int end, int start, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMostViewedContentRecommendationsCount

      long getMostViewedContentRecommendationsCount(long[] assetCategoryIds, long companyId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException