Class LoanApplicationWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService

public class LoanApplicationWritePlatformServiceJpaRepositoryImpl extends Object implements org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    applicantWithdrawsFromApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    approveApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    approveGLIMLoanAppication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    modifyApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectGLIMApplicationApproval(Long glimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    submitApplication(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoApplicationApproval(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoGLIMLoanApplicationApproval(Long loanId, 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

    • LoanApplicationWritePlatformServiceJpaRepositoryImpl

      public LoanApplicationWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • submitApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult submitApplication(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      submitApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • modifyApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult modifyApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      modifyApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • deleteApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteApplication(Long loanId)
      Specified by:
      deleteApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • approveGLIMLoanAppication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approveGLIMLoanAppication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      approveGLIMLoanAppication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • approveApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approveApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      approveApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • undoGLIMLoanApplicationApproval

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoGLIMLoanApplicationApproval(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      undoGLIMLoanApplicationApproval in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • undoApplicationApproval

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoApplicationApproval(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      undoApplicationApproval in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • rejectGLIMApplicationApproval

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectGLIMApplicationApproval(Long glimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      rejectGLIMApplicationApproval in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • rejectApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      rejectApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService
    • applicantWithdrawsFromApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult applicantWithdrawsFromApplication(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      applicantWithdrawsFromApplication in interface org.apache.fineract.portfolio.loanaccount.service.LoanApplicationWritePlatformService