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

Packages that use ObjectSearchResult
org.exoplatform.faq.service   
org.exoplatform.faq.service.impl   
 

Uses of ObjectSearchResult in org.exoplatform.faq.service
 

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

Methods in org.exoplatform.faq.service that return types with arguments of type ObjectSearchResult
 java.util.List<ObjectSearchResult> JCRPageList.getPageResultSearch(long page, java.lang.String username)
           
 java.util.List<ObjectSearchResult> FAQService.getSearchResults(FAQEventQuery eventQuery)
          This method should lookup all the categories node so find category have user in moderators and convert to category object and return list of category object
 

Constructor parameters in org.exoplatform.faq.service with type arguments of type ObjectSearchResult
QuestionPageList(java.util.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
 java.util.List<ObjectSearchResult> FAQServiceImpl.getSearchResults(FAQEventQuery eventQuery)
          This method will return list question when user input value search
 java.util.List<ObjectSearchResult> JCRDataStorage.getSearchResults(FAQEventQuery eventQuery)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.