Interface InterestRateChartSlabReadPlatformService
- All Known Implementing Classes:
InterestRateChartSlabReadPlatformServiceImpl
public interface InterestRateChartSlabReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData> retrieveAll(Long chartId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataretrieveOne(Long chartId, Long chartSlabId) org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataorg.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabDataretrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData chartSlab)
-
Method Details
-
retrieveAll
-
retrieveOne
-
retrieveWithTemplate
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData chartSlab) -
retrieveTemplate
org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveTemplate()
-