@ConsumerType
public interface CommerceResult
Modifier and Type | Method and Description |
---|---|
CommerceQuery |
getActualQuery()
Get the query as interpreted by the current commerce service.
|
java.util.List<CommerceFacet> |
getFacets()
Get a list of facets this query supports.
|
CommerceQuery |
getOriginalQuery()
Get the original query that generated the current result.
|
PaginationInfo |
getPaginationInfo()
Get pagination information, like page number, total results, ...
|
java.util.List<Product> |
getProducts()
Get the current range of products returned by this query.
|
java.util.List<CommerceSort> |
getSorts()
Get the available sort fields for this query.
|
PaginationInfo getPaginationInfo()
java.util.List<CommerceSort> getSorts()
java.util.List<Product> getProducts()
CommerceQuery getOriginalQuery()
CommerceQuery getActualQuery()
null
here if
they don't have that information.java.util.List<CommerceFacet> getFacets()
Copyright © 2010 - 2020 Adobe. All Rights Reserved