Interface ProductInteractionCommerceMLRecommendationManager
public interface ProductInteractionCommerceMLRecommendationManager
-
Method Summary
Modifier and TypeMethodDescriptionaddProductInteractionCommerceMLRecommendation(ProductInteractionCommerceMLRecommendation productInteractionCommerceMLRecommendation) create()getProductInteractionCommerceMLRecommendations(long companyId, long cpDefinition)
-
Method Details
-
addProductInteractionCommerceMLRecommendation
ProductInteractionCommerceMLRecommendation addProductInteractionCommerceMLRecommendation(ProductInteractionCommerceMLRecommendation productInteractionCommerceMLRecommendation) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
-
getProductInteractionCommerceMLRecommendations
List<ProductInteractionCommerceMLRecommendation> getProductInteractionCommerceMLRecommendations(long companyId, long cpDefinition) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-