Github user nazeer1100126 commented on a diff in the pull request:
https://github.com/apache/incubator-fineract/pull/103#discussion_r63003311
--- Diff:
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsAccountReadPlatformServiceImpl.java
---
@@ -200,6 +200,30 @@ public SavingsAccountReadPlatformServiceImpl(final
PlatformSecurityContext conte
return this.paginationHelper.fetchPage(this.jdbcTemplate,
sqlCountRows, sqlBuilder.toString(), finalObjectArray,
this.savingAccountMapper);
}
+
+ //Pagination Read service for Active Savings Account Post Interest Job
+ @Override
+ public Page<SavingsAccountData> retrieveActiveSavingsAccount(final
Integer maxPazeSize,final Integer pageNumber, final Integer status) {
--- End diff --
The method itself is to retrieve active savings accounts. Do we need to
pass status as param?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---