public interface MostViewedContentRecommendationManager
Modifier and Type | Method and Description |
---|---|
MostViewedContentRecommendation |
addMostViewedContentRecommendation(MostViewedContentRecommendation mostViewedContentRecommendation) |
java.util.List<MostViewedContentRecommendation> |
getMostViewedContentRecommendations(long[] assetCategoryIds,
long companyId,
int end,
int start,
long userId) |
long |
getMostViewedContentRecommendationsCount(long[] assetCategoryIds,
long companyId,
long userId) |
MostViewedContentRecommendation addMostViewedContentRecommendation(MostViewedContentRecommendation mostViewedContentRecommendation) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<MostViewedContentRecommendation> getMostViewedContentRecommendations(long[] assetCategoryIds, long companyId, int end, int start, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long getMostViewedContentRecommendationsCount(long[] assetCategoryIds, long companyId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException