Class SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService

public class SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl extends Object implements org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
  • Constructor Summary

    Constructors
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    applicantWithdrawsFromApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    approveApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    approveGSIMApplication(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createActiveApplication(org.apache.fineract.portfolio.savings.data.SavingsAccountDataDTO savingsAccountDataDTO)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    modifyApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    modifyGSIMApplication(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    rejectGSIMApplication(Long gsimId, 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
    submitGSIMApplication(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoApplicationApproval(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    undoGSIMApplicationApproval(Long gsimId, 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

    • SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl

      public SavingsApplicationProcessWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • submitGSIMApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult submitGSIMApplication(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      submitGSIMApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • 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.savings.service.SavingsApplicationProcessWritePlatformService
    • modifyGSIMApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult modifyGSIMApplication(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      modifyGSIMApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • modifyApplication

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

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteApplication(Long savingsId)
      Specified by:
      deleteApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • approveGSIMApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approveGSIMApplication(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      approveGSIMApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • approveApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult approveApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      approveApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • undoGSIMApplicationApproval

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoGSIMApplicationApproval(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      undoGSIMApplicationApproval in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • undoApplicationApproval

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult undoApplicationApproval(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      undoApplicationApproval in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • rejectGSIMApplication

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult rejectGSIMApplication(Long gsimId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      rejectGSIMApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • rejectApplication

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

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult applicantWithdrawsFromApplication(Long savingsId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      applicantWithdrawsFromApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService
    • createActiveApplication

      public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createActiveApplication(org.apache.fineract.portfolio.savings.data.SavingsAccountDataDTO savingsAccountDataDTO)
      Specified by:
      createActiveApplication in interface org.apache.fineract.portfolio.savings.service.SavingsApplicationProcessWritePlatformService