public interface UserContentRecommendationManager
| Modifier and Type | Method and Description |
|---|---|
UserContentRecommendation |
addUserContentRecommendation(UserContentRecommendation userContentRecommendation) |
java.util.List<UserContentRecommendation> |
getUserContentRecommendations(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) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException