Interface CMSVersionSearchService
-
- All Known Implementing Classes:
DefaultCMSVersionSearchService
public interface CMSVersionSearchService
Service that provides methods for searching version models
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResult<CMSVersionModel>
findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)
Returns versions matching the search criteria
-
-
-
Method Detail
-
findVersions
SearchResult<CMSVersionModel> findVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData)
Returns versions matching the search criteria- Parameters:
cmsVersionSearchData
- the catalog and filter informationpageableData
- the pagination object- Returns:
- the search result object containing the resulting list and the pagination object.
- Throws:
InvalidNamedQueryException
- when the named query is invalid in the application contextSearchExecutionNamedQueryException
- when there was a problem in the execution of the named query
-
-