Class PageListData
java.lang.Object
de.hybris.platform.cmswebservices.data.PageListData
- All Implemented Interfaces:
Serializable
@Deprecated(since="6.6",
forRemoval=true)
public class PageListData
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
no longer needed
Specifies a list of available pages.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetPages()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.voidsetPages(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.
-
Constructor Details
-
PageListData
public PageListData()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
setPages
Deprecated, for removal: This API element is subject to removal in a future version. -
getPages
Deprecated, for removal: This API element is subject to removal in a future version. -
setPagination
Deprecated, for removal: This API element is subject to removal in a future version. -
getPagination
Deprecated, for removal: This API element is subject to removal in a future version.
-