Interface InterestRateChartReadPlatformService

All Known Implementing Classes:
InterestRateChartReadPlatformServiceImpl

public interface InterestRateChartReadPlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
     
    Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>
    retrieveAllWithSlabs(Long savingsProductId)
     
    Collection<org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData>
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
    retrieveOne(Long interestChartId)
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
    retrieveOneWithSlabs(Long interestChartId)
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
    retrieveWithTemplate(org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData interestRateChartData)
     
    org.apache.fineract.portfolio.interestratechart.data.InterestRateChartData
     
  • 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)