com.silverpeas.search
Class SearchResultContentVO
java.lang.Object
com.silverpeas.search.SearchResultContentVO
public class SearchResultContentVO
- extends Object
This class encapsulates all the data used to create a ResultDisplayer implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchResultContentVO
public SearchResultContentVO(String userId,
GlobalSilverResult gsr,
Integer sortValue,
Boolean activeSelection,
Boolean exportEnabled,
ResourcesWrapper settings)
- Parameters:
userId
- the user identifiergsr
- the current globalSilverResult objectsortValue
- the sort valueactiveSelection
- the active selectionexportEnabled
- the export enabledsettings
- the pdcPeas settings with bundle and properties
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.