Class LoanRescheduleRequestWritePlatformServiceImpl

java.lang.Object
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformServiceImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService

@Service public class LoanRescheduleRequestWritePlatformServiceImpl extends Object implements org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    approve(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    create(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
    create a new instance of the LoanRescheduleRequest object from the JsonCommand object and persist
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    reject(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
     

    Methods inherited from class java.lang.Object

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

    • LoanRescheduleRequestWritePlatformServiceImpl

      public LoanRescheduleRequestWritePlatformServiceImpl()
  • Method Details

    • create

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
      create a new instance of the LoanRescheduleRequest object from the JsonCommand object and persist
      Specified by:
      create in interface org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
      Returns:
      CommandProcessingResult object
    • approve

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approve(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
      Specified by:
      approve in interface org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService
    • reject

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult reject(org.apache.fineract.infrastructure.core.api.JsonCommand jsonCommand)
      Specified by:
      reject in interface org.apache.fineract.portfolio.loanaccount.rescheduleloan.service.LoanRescheduleRequestWritePlatformService