Uses of Class
org.exoplatform.news.search.NewsESSearchResult
-
Packages that use NewsESSearchResult Package Description org.exoplatform.news org.exoplatform.news.rest org.exoplatform.news.search -
-
Uses of NewsESSearchResult in org.exoplatform.news
Methods in org.exoplatform.news that return types with arguments of type NewsESSearchResult Modifier and Type Method Description List<NewsESSearchResult>NewsService. search(org.exoplatform.social.core.identity.model.Identity currentUser, String term, int offset, int limit)List<NewsESSearchResult>NewsServiceImpl. search(org.exoplatform.social.core.identity.model.Identity currentUser, String term, int offset, int limit)Search news by term -
Uses of NewsESSearchResult in org.exoplatform.news.rest
Constructors in org.exoplatform.news.rest with parameters of type NewsESSearchResult Constructor Description NewsSearchResultEntity(NewsESSearchResult newsESSearchResult) -
Uses of NewsESSearchResult in org.exoplatform.news.search
Methods in org.exoplatform.news.search that return types with arguments of type NewsESSearchResult Modifier and Type Method Description List<NewsESSearchResult>NewsESSearchConnector. search(org.exoplatform.social.core.identity.model.Identity viewerIdentity, String term, long offset, long limit)
-