Package com.microstrategy.web.objects
Class WebRecommendationProviderImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebRecommendationProviderImpl
-
- All Implemented Interfaces:
WebRecommendationProvider
public class WebRecommendationProviderImpl extends java.lang.Object implements WebRecommendationProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlockBegin()
int
getBlockCount()
WebSyncRecommendationFolder
getResults()
Get the recommended objects
-
-
-
Method Detail
-
getResults
public WebSyncRecommendationFolder getResults() throws WebObjectsException
Description copied from interface:WebRecommendationProvider
Get the recommended objects- Specified by:
getResults
in interfaceWebRecommendationProvider
- Returns:
- the recommended object in a specific WebFolder
- Throws:
WebObjectsException
-
getBlockBegin
public int getBlockBegin()
- Specified by:
getBlockBegin
in interfaceWebRecommendationProvider
- Returns:
- block begin index
-
getBlockCount
public int getBlockCount()
- Specified by:
getBlockCount
in interfaceWebRecommendationProvider
- Returns:
- block count
-
-