Class RecurringDepositProductWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService

public class RecurringDepositProductWritePlatformServiceJpaRepositoryImpl extends Object implements org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
  • Constructor Details

    • RecurringDepositProductWritePlatformServiceJpaRepositoryImpl

      public RecurringDepositProductWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • create

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult create(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      create in interface org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
    • update

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long productId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      update in interface org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService
    • delete

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult delete(Long productId)
      Specified by:
      delete in interface org.apache.fineract.portfolio.savings.service.RecurringDepositProductWritePlatformService