Package org.cyclos.impl.banking
Interface InstallmentQueryHandler
-
- All Superinterfaces:
TransQueryHandler<BaseInstallmentQuery,BuildInstallmentQueryParams>
- All Known Implementing Classes:
InstallmentQueryHandlerImpl
public interface InstallmentQueryHandler extends TransQueryHandler<BaseInstallmentQuery,BuildInstallmentQueryParams>
Handles queries on installments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QInstallmentgetInstallmentPath()QInstallmentTransfergetTransferPath()-
Methods inherited from interface org.cyclos.impl.banking.TransQueryHandler
build, getAmountPath, getCurrencyPath, getDatePath, getFromAccountPath, getFromAccountTypePath, getFromGroupPath, getFromUserPath, getIdPath, geTransferTypePath, getToAccountPath, getToAccountTypePath, getToGroupPath, getToUserPath, getTransactionNumberPath, getTransactionPath, getTransferTypePath
-
-
-
-
Method Detail
-
getInstallmentPath
QInstallment getInstallmentPath()
-
getTransferPath
QInstallmentTransfer getTransferPath()
-
-