Class RateWriteServiceImpl

java.lang.Object
org.apache.fineract.portfolio.rate.service.RateWriteServiceImpl
All Implemented Interfaces:
RateWriteService

public class RateWriteServiceImpl extends Object implements RateWriteService
Bowpi GT Created by Jose on 19/07/2017.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createRate(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateRate(Long rateId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RateWriteServiceImpl

      public RateWriteServiceImpl()
  • Method Details

    • createRate

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createRate(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createRate in interface RateWriteService
    • updateRate

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateRate(Long rateId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateRate in interface RateWriteService