Interface UserCommerceMLRecommendationManager
public interface UserCommerceMLRecommendationManager
-
Method Summary
Modifier and TypeMethodDescriptionaddUserCommerceMLRecommendation(UserCommerceMLRecommendation userCommerceMLRecommendation) create()getUserCommerceMLRecommendations(long companyId, long commerceAccountId, long[] assetCategoryIds)
-
Method Details
-
addUserCommerceMLRecommendation
UserCommerceMLRecommendation addUserCommerceMLRecommendation(UserCommerceMLRecommendation userCommerceMLRecommendation) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
UserCommerceMLRecommendation create() -
getUserCommerceMLRecommendations
List<UserCommerceMLRecommendation> getUserCommerceMLRecommendations(long companyId, long commerceAccountId, long[] assetCategoryIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-