public interface CMSItemSearchService
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSItemModel> |
findCMSItems(CMSItemSearchData cmsItemSearchData,
PageableData pageableData)
Paged Search for CMSItems
|
boolean |
hasCommonAncestorForTypeCodes(java.util.List<java.lang.String> typeCodes)
Validate if there is a common ancestor typeCode given a list of typeCodes
|
SearchResult<CMSItemModel> findCMSItems(CMSItemSearchData cmsItemSearchData, PageableData pageableData)
cmsItemSearchData - All the required and optional search params, excluding pagingpageableData - Paging search paramsboolean hasCommonAncestorForTypeCodes(java.util.List<java.lang.String> typeCodes)
throws java.lang.IllegalArgumentException
typeCodes - the list of typeCodesjava.lang.IllegalArgumentException - if not able to find a common ancestor for the given typeCodes.Copyright © 2018 SAP SE. All Rights Reserved.