Class StandingInstructionReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.account.service.StandingInstructionReadPlatformServiceImpl
- All Implemented Interfaces:
StandingInstructionReadPlatformService
public class StandingInstructionReadPlatformServiceImpl
extends Object
implements StandingInstructionReadPlatformService
-
Constructor Summary
ConstructorsConstructorDescriptionStandingInstructionReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ClientReadPlatformService clientReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, PortfolioAccountReadPlatformService portfolioAccountReadPlatformService, DropdownReadPlatformService dropdownReadPlatformService, 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 TypeMethodDescriptionretrieveAll(Integer status) org.apache.fineract.infrastructure.core.service.Page<StandingInstructionData> retrieveAll(StandingInstructionDTO standingInstructionDTO) retrieveOne(Long instructionId) retrieveTemplate(Long fromOfficeId, Long fromClientId, Long fromAccountId, Integer fromAccountType, Long toOfficeId, Long toClientId, Long toAccountId, Integer toAccountType, Integer transferType) retriveLoanDuesData(Long loanId)
-
Constructor Details
-
StandingInstructionReadPlatformServiceImpl
public StandingInstructionReadPlatformServiceImpl(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ClientReadPlatformService clientReadPlatformService, org.apache.fineract.organisation.office.service.OfficeReadPlatformService officeReadPlatformService, PortfolioAccountReadPlatformService portfolioAccountReadPlatformService, DropdownReadPlatformService dropdownReadPlatformService, 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
-
retrieveTemplate
public StandingInstructionData retrieveTemplate(Long fromOfficeId, Long fromClientId, Long fromAccountId, Integer fromAccountType, Long toOfficeId, Long toClientId, Long toAccountId, Integer toAccountType, Integer transferType) - Specified by:
retrieveTemplatein interfaceStandingInstructionReadPlatformService
-
retrieveAll
public org.apache.fineract.infrastructure.core.service.Page<StandingInstructionData> retrieveAll(StandingInstructionDTO standingInstructionDTO) - Specified by:
retrieveAllin interfaceStandingInstructionReadPlatformService
-
retrieveAll
- Specified by:
retrieveAllin interfaceStandingInstructionReadPlatformService
-
retrieveOne
- Specified by:
retrieveOnein interfaceStandingInstructionReadPlatformService
-
retriveLoanDuesData
- Specified by:
retriveLoanDuesDatain interfaceStandingInstructionReadPlatformService
-