|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.gst.foundation.facade.runtag.commercecontext.Recommendations
public final class Recommendations
Helper to execute the GetRecommendations tag in a assetapi/java friendly way.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 count
public 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 count
IterableIListWrapper
public static Collection<com.fatwire.assetapi.data.AssetId> getRecommendations(COM.FutureTense.Interfaces.ICS ics, String collection, Collection<com.fatwire.assetapi.data.AssetId> input)
ics
- collection
- input
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |