Class LoanProductWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService

public class LoanProductWritePlatformServiceJpaRepositoryImpl extends Object implements org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
  • Constructor Details

    • LoanProductWritePlatformServiceJpaRepositoryImpl

      public LoanProductWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • createLoanProduct

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createLoanProduct(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createLoanProduct in interface org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService
    • updateLoanProduct

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateLoanProduct(Long loanProductId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateLoanProduct in interface org.apache.fineract.portfolio.loanproduct.service.LoanProductWritePlatformService