Interface InterestRateChartSlabReadPlatformService

All Known Implementing Classes:
InterestRateChartSlabReadPlatformServiceImpl

public interface InterestRateChartSlabReadPlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData>
    retrieveAll(Long chartId)
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData
    retrieveOne(Long chartId, Long chartSlabId)
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData
    retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData chartSlab)
     
  • Method Details

    • retrieveAll

      List<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData> retrieveAll(Long chartId)
    • retrieveOne

      org.apache.fineract.portfolio.interestratechart.data.InterestRateChartSlabData retrieveOne(Long chartId, Long chartSlabId)
    • 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()