Interface UserCommerceMLRecommendation
- All Superinterfaces:
CommerceMLRecommendation
-
Method Summary
Modifier and TypeMethodDescriptionlong[]longvoidsetAssetCategoryIds(long[] assetCategoryIds) voidsetEntryClassPK(long entryClassPK) Methods inherited from interface com.liferay.commerce.machine.learning.recommendation.CommerceMLRecommendation
getCompanyId, getCreateDate, getJobId, getRecommendedEntryClassPK, getScore, setCompanyId, setCreateDate, setJobId, setRecommendedEntryClassPK, setScore
-
Method Details
-
getAssetCategoryIds
long[] getAssetCategoryIds() -
getEntryClassPK
long getEntryClassPK() -
setAssetCategoryIds
void setAssetCategoryIds(long[] assetCategoryIds) -
setEntryClassPK
void setEntryClassPK(long entryClassPK)
-