Interface UserContentRecommendationManager


public interface UserContentRecommendationManager
  • Method Details

    • addUserContentRecommendation

      UserContentRecommendation addUserContentRecommendation(UserContentRecommendation userContentRecommendation) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserContentRecommendations

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

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