Class SearchResultContentVO


  • public class SearchResultContentVO
    extends Object
    This class encapsulates all the data used to create a ResultDisplayer implementation.
    • Constructor Detail

      • SearchResultContentVO

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

      • getUserId

        public String getUserId()
        Returns:
        the userId
      • getSortValue

        public Integer getSortValue()
        Returns:
        the sortValue
      • getExportEnabled

        public Boolean getExportEnabled()
        Returns:
        the exportEnabled