Interface MostViewedContentRecommendationManager
public interface MostViewedContentRecommendationManager
-
Method Summary
Modifier and TypeMethodDescriptionaddMostViewedContentRecommendation(MostViewedContentRecommendation mostViewedContentRecommendation) getMostViewedContentRecommendations(long[] assetCategoryIds, long companyId, int end, int start, long userId) longgetMostViewedContentRecommendationsCount(long[] assetCategoryIds, long companyId, long userId)
-
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
-