Interface UserContentRecommendationManager
public interface UserContentRecommendationManager
-
Method Summary
Modifier and TypeMethodDescriptionaddUserContentRecommendation
(UserContentRecommendation userContentRecommendation) getUserContentRecommendations
(long[] assetCategoryIds, long companyId, long userId, int start, int end) long
getUserContentRecommendationsCount
(long[] assetCategoryIds, long companyId, long userId)
-
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
-