Class InterestRateChartReadPlatformServiceImpl
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartReadPlatformServiceImpl
- All Implemented Interfaces:
InterestRateChartReadPlatformService
public class InterestRateChartReadPlatformServiceImpl
extends Object
implements InterestRateChartReadPlatformService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionInterestRateChartReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, InterestRateChartDropdownReadPlatformService chartDropdownReadPlatformService, InterestIncentiveDropdownReadPlatformService interestIncentiveDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveActiveChartWithTemplate(Long productId) Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabs(Long productId) Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabsWithTemplate(Long productId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOne(Long chartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOneWithSlabs(Long chartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOneWithSlabsOnProductId(Long productId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData chartData) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDatatemplate()
-
Constructor Details
-
InterestRateChartReadPlatformServiceImpl
public InterestRateChartReadPlatformServiceImpl(org.apache.fineract.infrastructure.security.service.PlatformSecurityContext context, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, InterestRateChartDropdownReadPlatformService chartDropdownReadPlatformService, InterestIncentiveDropdownReadPlatformService interestIncentiveDropdownReadPlatformService, org.apache.fineract.infrastructure.codes.service.CodeValueReadPlatformService codeValueReadPlatformService, org.apache.fineract.infrastructure.core.service.database.DatabaseSpecificSQLGenerator sqlGenerator)
-
-
Method Details
-
retrieveOne
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOne(Long chartId) - Specified by:
retrieveOnein interfaceInterestRateChartReadPlatformService
-
retrieveAllWithSlabs
public Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabs(Long productId) - Specified by:
retrieveAllWithSlabsin interfaceInterestRateChartReadPlatformService
-
retrieveAllWithSlabsWithTemplate
public Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabsWithTemplate(Long productId) - Specified by:
retrieveAllWithSlabsWithTemplatein interfaceInterestRateChartReadPlatformService
-
retrieveActiveChartWithTemplate
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveActiveChartWithTemplate(Long productId) - Specified by:
retrieveActiveChartWithTemplatein interfaceInterestRateChartReadPlatformService
-
retrieveOneWithSlabs
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOneWithSlabs(Long chartId) - Specified by:
retrieveOneWithSlabsin interfaceInterestRateChartReadPlatformService
-
retrieveWithTemplate
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData chartData) - Specified by:
retrieveWithTemplatein interfaceInterestRateChartReadPlatformService
-
retrieveOneWithSlabsOnProductId
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOneWithSlabsOnProductId(Long productId) - Specified by:
retrieveOneWithSlabsOnProductIdin interfaceInterestRateChartReadPlatformService
-
template
public org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData template()- Specified by:
templatein interfaceInterestRateChartReadPlatformService
-