Modul sharingPluginPlatform
Klasse SearchResultsDTO
java.lang.Object
org.codeability.sharing.plugins.api.search.SearchResultsDTO
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSearchResultsDTO(List<SearchResultDTO> searchResult, long hitCount, long pageStartIndex) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglongreturns the number of all hits.longvoidsetHitCount(long hitCount) voidsetSearchResult(List<SearchResultDTO> searchResult) toString()
-
Konstruktordetails
-
SearchResultsDTO
-
SearchResultsDTO
public SearchResultsDTO()
-
-
Methodendetails
-
getSearchResult
- Gibt zurück:
- the list of search results on this page, starting with pageStartIndex
-
setSearchResult
-
getPageStartIndex
public long getPageStartIndex() -
getHitCount
public long getHitCount()returns the number of all hits.- Gibt zurück:
- the hit count
-
setHitCount
public void setHitCount(long hitCount) -
toString
-