Class InterestRateChartWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestRateChartWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
InterestRateChartWritePlatformService

public class InterestRateChartWritePlatformServiceJpaRepositoryImpl extends Object implements InterestRateChartWritePlatformService
  • Constructor Details

    • InterestRateChartWritePlatformServiceJpaRepositoryImpl

      public InterestRateChartWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • create

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      create in interface InterestRateChartWritePlatformService
    • update

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long interestRateChartId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      update in interface InterestRateChartWritePlatformService
    • deleteChart

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteChart(Long chartId)
      Specified by:
      deleteChart in interface InterestRateChartWritePlatformService