Interface LoginElasticSearchRepositoryCustom
-
- All Superinterfaces:
AbstractCustomElasticSearchRepository<LoginDoc,LoginSearchBean,String>
- All Known Subinterfaces:
LoginElasticSearchRepository
- All Known Implementing Classes:
LoginElasticSearchRepositoryImpl
public interface LoginElasticSearchRepositoryCustom extends AbstractCustomElasticSearchRepository<LoginDoc,LoginSearchBean,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
count(LoginSearchBean searchBean)
org.springframework.data.domain.Page<String>
findUserIds(LoginSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
List<org.elasticsearch.index.query.QueryBuilder>
getNestedQueryBuilder(String prefix, LoginSearchBean searchBean)
-
Methods inherited from interface org.openiam.esb.elasticsearch.repository.AbstractCustomElasticSearchRepository
allowReindex, findAll, findAllPageable, findBeans, findByIds, findByIdsPage, findIds, getDocumentClass, getPageable, isValidSearchBean, prepare
-
-
-
-
Method Detail
-
findUserIds
org.springframework.data.domain.Page<String> findUserIds(LoginSearchBean searchBean, org.springframework.data.domain.Pageable pageable)
-
count
int count(LoginSearchBean searchBean)
- Specified by:
count
in interfaceAbstractCustomElasticSearchRepository<LoginDoc,LoginSearchBean,String>
-
getNestedQueryBuilder
List<org.elasticsearch.index.query.QueryBuilder> getNestedQueryBuilder(String prefix, LoginSearchBean searchBean)
-
-