Package org.cyclos.impl.search
Interface InstallmentSearchHandler
-
- All Superinterfaces:
EntitySearchHandler<Installment,InstallmentOverviewQuery,InstallmentResultVO>
- All Known Implementing Classes:
ElasticsearchInstallmentSearchHandlerImpl,PostgresqlInstallmentSearchHandlerImpl
public interface InstallmentSearchHandler extends EntitySearchHandler<Installment,InstallmentOverviewQuery,InstallmentResultVO>
Interface for searching installments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Page<InstallmentResultVO>searchInstallments(InstallmentQuery params)Searches installments from the POV of a specific owner-
Methods inherited from interface org.cyclos.impl.search.EntitySearchHandler
index, indexName, iterateEntities, iterateIds, reindex, search
-
-
-
-
Method Detail
-
searchInstallments
Page<InstallmentResultVO> searchInstallments(InstallmentQuery params)
Searches installments from the POV of a specific owner
-
-