public final class Recommendations extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection<com.fatwire.assetapi.data.AssetId> |
getRecommendations(COM.FutureTense.Interfaces.ICS ics,
com.fatwire.assetapi.data.AssetId id,
int max)
Easy-to-use utility method to return recommendations for the specified
asset.
|
static Collection<com.fatwire.assetapi.data.AssetId> |
getRecommendations(COM.FutureTense.Interfaces.ICS ics,
String collection,
Collection<com.fatwire.assetapi.data.AssetId> input)
Get the context-based recommendations from the input Collection.
|
static Collection<com.fatwire.assetapi.data.AssetId> |
getRecommendations(COM.FutureTense.Interfaces.ICS ics,
String collection,
int max)
Easy-to-use utility method to return recommendations for the specified
asset.
|
public static Collection<com.fatwire.assetapi.data.AssetId> getRecommendations(COM.FutureTense.Interfaces.ICS ics, com.fatwire.assetapi.data.AssetId id, int max)
ics - contextid - AssetId of recommendation to returnmax - max countpublic static Collection<com.fatwire.assetapi.data.AssetId> getRecommendations(COM.FutureTense.Interfaces.ICS ics, String collection, int max)
ics - contextcollection - the name of the recommendationmax - max countIterableIListWrapperpublic static Collection<com.fatwire.assetapi.data.AssetId> getRecommendations(COM.FutureTense.Interfaces.ICS ics, String collection, Collection<com.fatwire.assetapi.data.AssetId> input)
ics - Content Server context objectcollection - string value for collectioninput - collection of AssetIdsCopyright © 2010–2017. All rights reserved.