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 intgetBlockBegin()intgetBlockCount()WebSyncRecommendationFoldergetResults()Get the recommended objects 
 - 
 
- 
- 
Method Detail
- 
getResults
public WebSyncRecommendationFolder getResults() throws WebObjectsException
Description copied from interface:WebRecommendationProviderGet the recommended objects- Specified by:
 getResultsin interfaceWebRecommendationProvider- Returns:
 - the recommended object in a specific WebFolder
 - Throws:
 WebObjectsException
 
- 
getBlockBegin
public int getBlockBegin()
- Specified by:
 getBlockBeginin interfaceWebRecommendationProvider- Returns:
 - block begin index
 
 
- 
getBlockCount
public int getBlockCount()
- Specified by:
 getBlockCountin interfaceWebRecommendationProvider- Returns:
 - block count
 
 
 - 
 
 -