Class NewsSearchResult


  • public class NewsSearchResult
    extends org.exoplatform.commons.api.search.data.SearchResult
    • Constructor Detail

      • NewsSearchResult

        public NewsSearchResult​(String url,
                                String title,
                                String excerpt,
                                String detail,
                                String imageUrl,
                                long date,
                                long relevancy,
                                javax.jcr.Node node)
    • Method Detail

      • getNode

        public javax.jcr.Node getNode()