Package org.cyclos.impl.search
Interface InstallmentSearchHandler
-
- All Superinterfaces:
EntitySearchHandler<Installment,InstallmentOverviewQuery,InstallmentResultVO>
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 DataIterator<Installment>export(InstallmentQuery params)Export installments from the POV of a specific ownerPage<InstallmentResultVO>searchInstallments(InstallmentQuery params)Searches installments from the POV of a specific owner-
Methods inherited from interface org.cyclos.impl.search.EntitySearchHandler
exportEntities, index, indexName, iterateEntities, iterateIds, reindex, remove, search, searchEntities
-
-
-
-
Method Detail
-
export
DataIterator<Installment> export(InstallmentQuery params)
Export installments from the POV of a specific owner
-
searchInstallments
Page<InstallmentResultVO> searchInstallments(InstallmentQuery params)
Searches installments from the POV of a specific owner
-
-