|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopularContentQueries
Method Summary | |
---|---|
List<ContentEntityObject> |
getMostPopular(int maxResults,
EdgeQueryParameter queryParameter)
find popular content that have occurred in the last period of time |
List<ContentEntityObject> |
getMostPopular(int maxResults,
int lastTimePeriod,
TimeUnit timeUnit)
Deprecated. |
List<ContentEntityObject> |
getMostPopular(int maxResults,
int timePeriod,
TimeUnit timeUnit,
ScoreConfig scoreConfig)
Deprecated. since 5.3 use the method getMostPopular(int, EdgeQueryParameter) instead |
Method Detail |
---|
@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int timePeriod, TimeUnit timeUnit, ScoreConfig scoreConfig)
getMostPopular(int, EdgeQueryParameter)
instead
maxResults
- - the maximum number contentEntityObjects to returntimePeriod
- - the previous amount of time to examinetimeUnit
- - the unit of the time period
@Deprecated List<ContentEntityObject> getMostPopular(int maxResults, int lastTimePeriod, TimeUnit timeUnit)
List<ContentEntityObject> getMostPopular(int maxResults, EdgeQueryParameter queryParameter)
maxResults
- - the maximum number contentEntityObjects to returnqueryParameter
- - the previous amount of time to examine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |