Interface ProductContentCommerceMLRecommendationManager
public interface ProductContentCommerceMLRecommendationManager
-
Method Summary
Modifier and TypeMethodDescriptionaddProductContentCommerceMLRecommendation(ProductContentCommerceMLRecommendation productContentCommerceMLRecommendation) create()getProductContentCommerceMLRecommendations(long companyId, long cpDefinition)
-
Method Details
-
addProductContentCommerceMLRecommendation
ProductContentCommerceMLRecommendation addProductContentCommerceMLRecommendation(ProductContentCommerceMLRecommendation productContentCommerceMLRecommendation) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
-
getProductContentCommerceMLRecommendations
List<ProductContentCommerceMLRecommendation> getProductContentCommerceMLRecommendations(long companyId, long cpDefinition) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-