Class PageListData
- java.lang.Object
-
- de.hybris.platform.cmswebservices.data.PageListData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class PageListData extends java.lang.Object implements java.io.SerializableDeprecated, for removal: This API element is subject to removal in a future version.Deprecated since 6.6List of AbstractPageData- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageListData()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.util.List<AbstractPageData>getPages()Deprecated, for removal: This API element is subject to removal in a future version.PaginationWsDTOgetPagination()Deprecated, for removal: This API element is subject to removal in a future version.voidsetPages(java.util.List<AbstractPageData> pages)Deprecated, for removal: This API element is subject to removal in a future version.voidsetPagination(PaginationWsDTO pagination)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
setPages
public void setPages(java.util.List<AbstractPageData> pages)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPages
public java.util.List<AbstractPageData> getPages()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setPagination
public void setPagination(PaginationWsDTO pagination)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPagination
public PaginationWsDTO getPagination()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-