Interface InterestRateChartReadPlatformService
- All Known Implementing Classes:
InterestRateChartReadPlatformServiceImpl
public interface InterestRateChartReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveActiveChartWithTemplate(Long productId) Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabs(Long savingsProductId) Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabsWithTemplate(Long savingsProductId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOne(Long interestChartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOneWithSlabs(Long interestChartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveOneWithSlabsOnProductId(Long productId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDataretrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData interestRateChartData) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartDatatemplate()
-
Method Details
-
retrieveOne
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOne(Long interestChartId) -
retrieveAllWithSlabs
Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabs(Long savingsProductId) -
retrieveAllWithSlabsWithTemplate
Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData> retrieveAllWithSlabsWithTemplate(Long savingsProductId) -
retrieveOneWithSlabs
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOneWithSlabs(Long interestChartId) -
retrieveWithTemplate
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData interestRateChartData) -
retrieveOneWithSlabsOnProductId
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveOneWithSlabsOnProductId(Long productId) -
template
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData template() -
retrieveActiveChartWithTemplate
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData retrieveActiveChartWithTemplate(Long productId)
-