Class PaginationWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
-
- de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PaginationWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class PaginationWsDTO extends PageableWsDTO
Deprecated, for removal: This API element is subject to removal in a future version.Since version 6.5 use de.hybris.platform.webservicescommons.dto.PaginationWsDTO insteadRepresentation of a search results pagination- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaginationWsDTO()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.IntegergetTotalPages()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.LonggetTotalResults()Deprecated, for removal: This API element is subject to removal in a future version.voidsetTotalPages(java.lang.Integer totalPages)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTotalResults(java.lang.Long totalResults)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.search.pagedata.PageableWsDTO
getCurrentPage, getPageSize, getSort, setCurrentPage, setPageSize, setSort
-
-
-
-
Method Detail
-
setTotalPages
public void setTotalPages(java.lang.Integer totalPages)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTotalPages
public java.lang.Integer getTotalPages()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTotalResults
public void setTotalResults(java.lang.Long totalResults)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTotalResults
public java.lang.Long getTotalResults()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-