Package com.microstrategy.web.objects
Interface WebRecommendationProvider
-
- All Known Implementing Classes:
WebRecommendationProviderImpl
public interface WebRecommendationProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBlockBegin()
int
getBlockCount()
WebSyncRecommendationFolder
getResults()
Get the recommended objects
-
-
-
Method Detail
-
getResults
WebSyncRecommendationFolder getResults() throws WebObjectsException
Get the recommended objects- Returns:
- the recommended object in a specific WebFolder
- Throws:
WebObjectsException
-
getBlockBegin
int getBlockBegin()
- Returns:
- block begin index
-
getBlockCount
int getBlockCount()
- Returns:
- block count
-
-