Class StandingInstructionHistoryReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.account.service.StandingInstructionHistoryReadPlatformServiceImpl
- All Implemented Interfaces:
StandingInstructionHistoryReadPlatformService
public class StandingInstructionHistoryReadPlatformServiceImpl
extends Object
implements StandingInstructionHistoryReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionStandingInstructionHistoryReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.service.Page<StandingInstructionHistoryData> retrieveAll(StandingInstructionDTO standingInstructionDTO)
-
Constructor Details
-
StandingInstructionHistoryReadPlatformServiceImpl
public StandingInstructionHistoryReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, org.apache.fineract.infrastructure.security.utils.ColumnValidator columnValidator, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator, org.apache.fineract.infrastructure.core.service.PaginationHelper paginationHelper)
-
-
Method Details
-
retrieveAll
public org.apache.fineract.infrastructure.core.service.Page<StandingInstructionHistoryData> retrieveAll(StandingInstructionDTO standingInstructionDTO) - Specified by:
retrieveAllin interfaceStandingInstructionHistoryReadPlatformService
-