Uses of Class
org.exoplatform.news.search.NewsESSearchResult
-
Packages that use NewsESSearchResult Package Description org.exoplatform.news.rest org.exoplatform.news.search org.exoplatform.news.service org.exoplatform.news.service.impl org.exoplatform.news.utils -
-
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, NewsFilter filter) -
Uses of NewsESSearchResult in org.exoplatform.news.service
Methods in org.exoplatform.news.service that return types with arguments of type NewsESSearchResult Modifier and Type Method Description List<NewsESSearchResult>NewsService. search(org.exoplatform.social.core.identity.model.Identity currentIdentity, NewsFilter filter)Search news by term -
Uses of NewsESSearchResult in org.exoplatform.news.service.impl
Methods in org.exoplatform.news.service.impl that return types with arguments of type NewsESSearchResult Modifier and Type Method Description List<NewsESSearchResult>NewsServiceImpl. search(org.exoplatform.social.core.identity.model.Identity currentIdentity, NewsFilter filter)Search news by term -
Uses of NewsESSearchResult in org.exoplatform.news.utils
Methods in org.exoplatform.news.utils with parameters of type NewsESSearchResult Modifier and Type Method Description static NewsSearchResultEntityEntityBuilder. fromNewsSearchResult(org.exoplatform.social.metadata.favorite.FavoriteService favoriteService, NewsESSearchResult newsESSearchResult, org.exoplatform.social.core.identity.model.Identity currentIdentity, javax.ws.rs.core.UriInfo uriInfo)
-