public interface CatalogNavigationDao extends Dao
| Modifier and Type | Method and Description |
|---|---|
SearchResult<ProductModel> |
findUncategorizedProducts(CatalogVersionModel catalogVersion) |
SearchResult<PK> |
queryPrintElements(String term,
List<SortCriterion> sort,
Set<String> permittedTypes) |
SearchResult<ProductModel> findUncategorizedProducts(CatalogVersionModel catalogVersion)
SearchResult<PK> queryPrintElements(String term, List<SortCriterion> sort, Set<String> permittedTypes)
Copyright © 2017 SAP SE. All Rights Reserved.