Class SearchPageWsDTO<RESULT>
java.lang.Object
de.hybris.platform.webservicescommons.dto.SearchPageWsDTO<RESULT>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CodeGenerationConfigurationsSearchPageWsDTO,MultiCodeCouponsSearchPageWsDTO,SingleCodeCouponsSearchPageWsDTO,UsersPageWsDTO
Includes all necessary data for creating proper result in refine search
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSorts()voidsetPagination(PaginationWsDTO pagination) voidsetResults(List<RESULT> results) void
-
Constructor Details
-
SearchPageWsDTO
public SearchPageWsDTO()
-
-
Method Details
-
setResults
-
getResults
-
setSorts
-
getSorts
-
setPagination
-
getPagination
-