Class CollateralWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.collateral.service.CollateralWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
CollateralWritePlatformService

public class CollateralWritePlatformServiceJpaRepositoryImpl extends Object implements CollateralWritePlatformService
  • Constructor Details

    • CollateralWritePlatformServiceJpaRepositoryImpl

      public CollateralWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • addCollateral

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult addCollateral(Long loanId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      addCollateral in interface CollateralWritePlatformService
    • updateCollateral

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCollateral(Long loanId, Long collateralId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateCollateral in interface CollateralWritePlatformService
    • deleteCollateral

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCollateral(Long loanId, Long collateralId, Long commandId)
      Specified by:
      deleteCollateral in interface CollateralWritePlatformService