Uses of Class
de.digitalcollections.iiif.bookshelf.model.exceptions.SearchSyntaxException
-
-
Uses of SearchSyntaxException in de.digitalcollections.iiif.bookshelf.backend.api.repository
Methods in de.digitalcollections.iiif.bookshelf.backend.api.repository that throw SearchSyntaxException Modifier and Type Method Description org.springframework.data.domain.Page<IiifManifestSummary>IiifManifestSummarySearchRepository. findBy(java.lang.String text, org.springframework.data.domain.Pageable pageable) -
Uses of SearchSyntaxException in de.digitalcollections.iiif.bookshelf.backend.impl.repository
Methods in de.digitalcollections.iiif.bookshelf.backend.impl.repository that throw SearchSyntaxException Modifier and Type Method Description org.springframework.data.domain.Page<IiifManifestSummary>IiifManifestSummarySearchRepositoryImplSolrj. findBy(java.lang.String text, org.springframework.data.domain.Pageable pageable) -
Uses of SearchSyntaxException in de.digitalcollections.iiif.bookshelf.business.api.service
Methods in de.digitalcollections.iiif.bookshelf.business.api.service that throw SearchSyntaxException Modifier and Type Method Description org.springframework.data.domain.Page<IiifManifestSummary>IiifManifestSummaryService. findAll(java.lang.String searchText, org.springframework.data.domain.Pageable pageable) -
Uses of SearchSyntaxException in de.digitalcollections.iiif.bookshelf.business.impl.service
Methods in de.digitalcollections.iiif.bookshelf.business.impl.service that throw SearchSyntaxException Modifier and Type Method Description org.springframework.data.domain.Page<IiifManifestSummary>IiifManifestSummaryServiceImpl. findAll(java.lang.String searchText, org.springframework.data.domain.Pageable pageable)
-