Uses of Class
com.stratelia.silverpeas.pdcPeas.model.GlobalSilverResult

Packages that use GlobalSilverResult
com.silverpeas.search   
com.stratelia.silverpeas.pdc.control   
com.stratelia.silverpeas.pdcPeas.control   
com.stratelia.webactiv.util.viewGenerator.html.result   
 

Uses of GlobalSilverResult in com.silverpeas.search
 

Methods in com.silverpeas.search that return GlobalSilverResult
 GlobalSilverResult SearchResultContentVO.getGsr()
           
 

Constructors in com.silverpeas.search with parameters of type GlobalSilverResult
SearchResultContentVO(String userId, GlobalSilverResult gsr, Integer sortValue, Boolean activeSelection, Boolean exportEnabled, ResourcesWrapper settings)
           
 

Uses of GlobalSilverResult in com.stratelia.silverpeas.pdc.control
 

Methods in com.stratelia.silverpeas.pdc.control that return types with arguments of type GlobalSilverResult
 List<GlobalSilverResult> Pdc.getSelectedSilverContents()
           
 

Method parameters in com.stratelia.silverpeas.pdc.control with type arguments of type GlobalSilverResult
 void Pdc.setSelectedSilverContents(List<GlobalSilverResult> selectedSilverContents)
           
 

Uses of GlobalSilverResult in com.stratelia.silverpeas.pdcPeas.control
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return GlobalSilverResult
 GlobalSilverResult PdcSearchSessionController.matchingIndexEntry2GlobalSilverResult(MatchingIndexEntry matchingIndexEntry)
          Converts a MatchingIndexEntry to a GlobalSilverResult, mainly duplicate code from matchingIndexEntries2GlobalSilverResults, needs a Silverpeas Guru to refactor the two methods
 

Methods in com.stratelia.silverpeas.pdcPeas.control that return types with arguments of type GlobalSilverResult
 List<GlobalSilverResult> SortResults.execute(List<GlobalSilverResult> results, String sortOrder, String sortValue, String language)
          realizes the sort or the sorting or filtering of a list of GlobalSilverResult
 List<GlobalSilverResult> DefaultSortResults.execute(List<GlobalSilverResult> results, String sortOrder, String sortValue, String language)
           
 List<GlobalSilverResult> SortResultsXFormWithoutPub.execute(List<GlobalSilverResult> originalResults, String sortOrder, String sortValue, String language)
           
 List<GlobalSilverResult> PdcSearchSessionController.getFilteredSR()
           
 List<GlobalSilverResult> PdcSearchSessionController.getGlobalSR()
           
 List<GlobalSilverResult> PdcSearchSessionController.getResultsToDisplay()
           
 List<GlobalSilverResult> PdcSearchSessionController.getSelectedSilverContents()
           
 List<GlobalSilverResult> PdcSearchSessionController.getSortedResultsToDisplay(int sortValue, String sortOrder, String xmlFormSortValue, String sortType, ResultFilterVO filter)
           
 List<GlobalSilverResult> PdcSearchSessionController.processResultsToDisplay(List<GlobalSilverContent> silverContents)
           
 List<GlobalSilverResult> PdcSearchSessionController.processResultsToDisplay(MatchingIndexEntry[] indexEntries)
           
 

Method parameters in com.stratelia.silverpeas.pdcPeas.control with type arguments of type GlobalSilverResult
 List<GlobalSilverResult> SortResults.execute(List<GlobalSilverResult> results, String sortOrder, String sortValue, String language)
          realizes the sort or the sorting or filtering of a list of GlobalSilverResult
 List<GlobalSilverResult> DefaultSortResults.execute(List<GlobalSilverResult> results, String sortOrder, String sortValue, String language)
           
 List<GlobalSilverResult> SortResultsXFormWithoutPub.execute(List<GlobalSilverResult> originalResults, String sortOrder, String sortValue, String language)
           
 void PdcSearchSessionController.setFilteredSR(List<GlobalSilverResult> filteredSR)
           
 void PdcSearchSessionController.setSelectedSilverContents(List<GlobalSilverResult> silverContents)
           
 

Uses of GlobalSilverResult in com.stratelia.webactiv.util.viewGenerator.html.result
 

Methods in com.stratelia.webactiv.util.viewGenerator.html.result that return GlobalSilverResult
 GlobalSilverResult HtmlSearchResultTag.getGsr()
           
 

Methods in com.stratelia.webactiv.util.viewGenerator.html.result with parameters of type GlobalSilverResult
 void HtmlSearchResultTag.setGsr(GlobalSilverResult gsr)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.