| Package | Description |
|---|---|
| de.hybris.platform.webservices.paging | |
| de.hybris.platform.webservices.paging.impl |
| Modifier and Type | Method and Description |
|---|---|
PageInfoCtx |
PagingStrategy.findPageContext(java.lang.String collectionPropertyName,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParams)
Returns page context if query parameters and collection property name suit each other.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
PagingStrategy.executeCollectionTypePaging(PageInfoCtx pagingInfo,
java.lang.Object value)
Deprecated.
after CollectionTypes will be replaced with RelationTypes(since 5.0.0) this method will be useless.
There will be no need to implement this method. The executeRelationTypePaging method will be used
instead of this.
|
java.lang.Object |
PagingStrategy.executeRelationTypePaging(PageInfoCtx pagingInfo,
RelationDescriptorModel relDesc,
java.lang.Object model)
Returns a paginated collection which is specified by pagingInfo and comes from N:M relation OR a paginated
collection which comes from 1:N relation.
|
java.lang.Object |
PagingStrategy.executeRootCollectionPaging(PageInfoCtx pagingInfo,
java.lang.String typeName)
Returns a collection which comes from Root Resource(possibly paginated).
|
| Modifier and Type | Method and Description |
|---|---|
PageInfoCtx |
QueryPagingStrategy.findPageContext(java.lang.String collectionPropertyName,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> queryParams)
Returns page context if query parameters and collection property name suit each other.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
QueryPagingStrategy.executeCollectionTypePaging(PageInfoCtx pagingInfo,
java.lang.Object value)
Deprecated.
after CollectionTypes will be replaced with RelationTypes(since 5.0.0) this method will be useless.
There will be no need to implement this method. The executeRelationTypePaging method will be used
instead of this.
|
java.lang.Object |
QueryPagingStrategy.executeRelationTypePaging(PageInfoCtx pagingInfo,
RelationDescriptorModel relDesc,
java.lang.Object model)
Returns a paginated collection which is specified by pagingInfo and comes from N:M relation OR a paginated
collection which comes from 1:N relation.
|
java.lang.Object |
QueryPagingStrategy.executeRootCollectionPaging(PageInfoCtx pagingInfo,
java.lang.String typeCode)
Returns a collection which comes from Root Resource(possibly paginated).
|
Copyright © 2018 SAP SE. All Rights Reserved.