-
- All Implemented Interfaces:
public interface FindsAllByPublishStatus<T extends Object>
-
-
Method Summary
Modifier and Type Method Description SearchHits<T>findAllFilteredByPublishStatus(Set<PublishStatus> publishStatus, Pageable pageable)LongcountAllFilteredByPublishStatus(Set<PublishStatus> publishStatus, Pageable pageable)NativeQuerycreateMatchAllRichSkillNativeQuery(Pageable pageable, Set<PublishStatus> publishStatus)List<String>getCollectionUuidsFromComplexName(Pageable pageable, Query dslFilter, String collectionName, String msgPrefix, Logger log)List<String>getCollectionUuidsFromName(Pageable pageable, Query dslFilter, String collectionName, String msgPrefix, Logger log)SearchHits<CollectionDoc>getCollectionFromUuids(Pageable pageable, Query dslFilter, List<String> uuids, String msgPrefix, Logger log)abstract ElasticsearchTemplategetElasticSearchTemplate()abstract Class<T>getJavaClass()-
-
Method Detail
-
findAllFilteredByPublishStatus
SearchHits<T> findAllFilteredByPublishStatus(Set<PublishStatus> publishStatus, Pageable pageable)
-
countAllFilteredByPublishStatus
Long countAllFilteredByPublishStatus(Set<PublishStatus> publishStatus, Pageable pageable)
-
createMatchAllRichSkillNativeQuery
NativeQuery createMatchAllRichSkillNativeQuery(Pageable pageable, Set<PublishStatus> publishStatus)
-
getCollectionUuidsFromComplexName
List<String> getCollectionUuidsFromComplexName(Pageable pageable, Query dslFilter, String collectionName, String msgPrefix, Logger log)
-
getCollectionUuidsFromName
List<String> getCollectionUuidsFromName(Pageable pageable, Query dslFilter, String collectionName, String msgPrefix, Logger log)
-
getCollectionFromUuids
SearchHits<CollectionDoc> getCollectionFromUuids(Pageable pageable, Query dslFilter, List<String> uuids, String msgPrefix, Logger log)
-
getElasticSearchTemplate
abstract ElasticsearchTemplate getElasticSearchTemplate()
-
getJavaClass
abstract Class<T> getJavaClass()
-
-
-
-