@ProviderType
public interface ProductFeedService
Modifier and Type | Method and Description |
---|---|
java.util.List<Product> |
getFullProductsList(Page root)
Retrives the full product list under one or more repository paths.
|
java.util.List<Product> |
getIncrementalProductsList(Page root,
long timestamp)
Retrieves a partial product list under one or more repository paths.
|
java.util.List<Product> getFullProductsList(Page root) throws RepositoryException
root
- a Resource
object representing the root resource under which the product pages are generatedProduct
objectsRepositoryException
java.util.List<Product> getIncrementalProductsList(Page root, long timestamp) throws RepositoryException
cq:lastModified
property of the product pagesroot
- a Resource
object representing the root resource under which the product pages are generatedtimestamp
- a timestamp reference to generate the incremental listProduct
objectsRepositoryException
Copyright © 2010 - 2020 Adobe. All Rights Reserved