public class DefaultCMSVersionSearchService extends java.lang.Object implements CMSVersionSearchService
CMSVersionSearchService| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
MASK_QUERY_PARAM |
protected static java.lang.String |
NAMED_QUERY_CMS_VERSION_SEARCH_BY_ITEM_UID |
protected static java.lang.String |
NAMED_QUERY_CMS_VERSION_SEARCH_BY_ITEM_UID_WITH_LABEL |
| Constructor and Description |
|---|
DefaultCMSVersionSearchService() |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<CMSVersionModel> |
findVersions(CMSVersionSearchData cmsVersionSearchData,
PageableData pageableData)
Returns versions matching the search criteria
|
protected CatalogVersionService |
getCatalogVersionService() |
protected NamedQueryService |
getNamedQueryService() |
protected SearchHelper |
getSearchHelper() |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setNamedQueryService(NamedQueryService namedQueryService) |
void |
setSearchHelper(SearchHelper searchHelper) |
protected static final java.lang.String MASK_QUERY_PARAM
protected static final java.lang.String NAMED_QUERY_CMS_VERSION_SEARCH_BY_ITEM_UID
protected static final java.lang.String NAMED_QUERY_CMS_VERSION_SEARCH_BY_ITEM_UID_WITH_LABEL
public SearchResult<CMSVersionModel> findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)
CMSVersionSearchServicefindVersions in interface CMSVersionSearchServicecmsVersionSearchData - the catalog and filter informationpageableData - the pagination objectprotected CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
protected NamedQueryService getNamedQueryService()
public void setNamedQueryService(NamedQueryService namedQueryService)
protected SearchHelper getSearchHelper()
public void setSearchHelper(SearchHelper searchHelper)
Copyright © 2018 SAP SE. All Rights Reserved.