public interface UserContentRecommendationManager
| Modifier and Type | Method and Description |
|---|---|
UserContentRecommendation |
addUserContentRecommendation(UserContentRecommendation userContentRecommendation) |
java.util.List<UserContentRecommendation> |
getUserContentRecommendations(long[] assetCategoryIds,
long companyId,
long userId,
int start,
int end) |
long |
getUserContentRecommendationsCount(long[] assetCategoryIds,
long companyId,
long userId) |
UserContentRecommendation addUserContentRecommendation(UserContentRecommendation userContentRecommendation) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<UserContentRecommendation> getUserContentRecommendations(long[] assetCategoryIds, long companyId, long userId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getUserContentRecommendationsCount(long[] assetCategoryIds,
long companyId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException