Uses of Class
org.exoplatform.faq.service.ObjectSearchResult

Packages that use ObjectSearchResult
org.exoplatform.faq.service Provides the classes necessary to manage FAQ, including creating, getting, updating, deleting or moving questions and answers. 
org.exoplatform.faq.service.impl   
org.exoplatform.faq.service.search   
 

Uses of ObjectSearchResult in org.exoplatform.faq.service
 

Fields in org.exoplatform.faq.service with type parameters of type ObjectSearchResult
protected  List<ObjectSearchResult> JCRPageList.currentListResultSearch_
           
 

Methods in org.exoplatform.faq.service that return types with arguments of type ObjectSearchResult
 List<ObjectSearchResult> JCRPageList.getPageResultSearch(long page, String username)
           
 List<ObjectSearchResult> DataStorage.getSearchResults(FAQEventQuery eventQuery)
           
 List<ObjectSearchResult> FAQService.getSearchResults(FAQEventQuery eventQuery)
          Searches for information in FAQ.
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type ObjectSearchResult
QuestionPageList(List<ObjectSearchResult> faqFormSearchs, long pageSize)
          Instantiates a new question page list.
 

Uses of ObjectSearchResult in org.exoplatform.faq.service.impl
 

Methods in org.exoplatform.faq.service.impl that return types with arguments of type ObjectSearchResult
 List<ObjectSearchResult> FAQServiceImpl.getSearchResults(FAQEventQuery eventQuery)
          This method will return list question when user input value search
 List<ObjectSearchResult> JCRDataStorage.getSearchResults(FAQEventQuery eventQuery)
           
 List<ObjectSearchResult> JCRDataStorage.getUnifiedSearchResults(FAQEventQuery eventQuery)
           
 

Uses of ObjectSearchResult in org.exoplatform.faq.service.search
 

Methods in org.exoplatform.faq.service.search that return types with arguments of type ObjectSearchResult
 Iterator<ObjectSearchResult> AnswerSearchResult.iterator()
           
 List<ObjectSearchResult> AnswerSearchResult.result()
           
 

Methods in org.exoplatform.faq.service.search with parameters of type ObjectSearchResult
 boolean AnswerSearchResult.add(ObjectSearchResult e)
           
 

Method parameters in org.exoplatform.faq.service.search with type arguments of type ObjectSearchResult
 boolean AnswerSearchResult.addAll(Collection<? extends ObjectSearchResult> c)
           
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.