Interface CMSVersionSearchService
- All Known Implementing Classes:
DefaultCMSVersionSearchService
public interface CMSVersionSearchService
Service that provides methods for searching version models
-
Method Summary
Modifier and TypeMethodDescriptionfindVersions(CMSVersionSearchData cmsVersionSearchData, PageableData pageableData) Returns versions matching the search criteria
-
Method Details
-
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
-