com.silverpeas.search
Class SearchResultContentVO

java.lang.Object
  extended by com.silverpeas.search.SearchResultContentVO

public class SearchResultContentVO
extends Object

This class encapsulates all the data used to create a ResultDisplayer implementation.


Constructor Summary
SearchResultContentVO(String userId, GlobalSilverResult gsr, Integer sortValue, Boolean activeSelection, Boolean exportEnabled, ResourcesWrapper settings)
           
 
Method Summary
 Boolean getActiveSelection()
           
 Boolean getExportEnabled()
           
 GlobalSilverResult getGsr()
           
 ResourcesWrapper getSettings()
           
 Integer getSortValue()
           
 String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResultContentVO

public SearchResultContentVO(String userId,
                             GlobalSilverResult gsr,
                             Integer sortValue,
                             Boolean activeSelection,
                             Boolean exportEnabled,
                             ResourcesWrapper settings)
Parameters:
userId - the user identifier
gsr - the current globalSilverResult object
sortValue - the sort value
activeSelection - the active selection
exportEnabled - the export enabled
settings - the pdcPeas settings with bundle and properties
Method Detail

getUserId

public String getUserId()
Returns:
the userId

getGsr

public GlobalSilverResult getGsr()
Returns:
the gsr

getSortValue

public Integer getSortValue()
Returns:
the sortValue

getActiveSelection

public Boolean getActiveSelection()
Returns:
the activeSelection

getExportEnabled

public Boolean getExportEnabled()
Returns:
the exportEnabled

getSettings

public ResourcesWrapper getSettings()
Returns:
the settings


Copyright © 2016 Silverpeas. All Rights Reserved.