Class FundWritePlatformServiceJpaRepositoryImpl

java.lang.Object
org.apache.fineract.portfolio.fund.service.FundWritePlatformServiceJpaRepositoryImpl
All Implemented Interfaces:
FundWritePlatformService

public class FundWritePlatformServiceJpaRepositoryImpl extends Object implements FundWritePlatformService
  • Constructor Details

    • FundWritePlatformServiceJpaRepositoryImpl

      public FundWritePlatformServiceJpaRepositoryImpl()
  • Method Details

    • createFund

      @Transactional @CacheEvict(value="funds", key="T(org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil).getTenant().getTenantIdentifier().concat(\'fn\')") public org.apache.fineract.infrastructure.core.data.CommandProcessingResult createFund(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      createFund in interface FundWritePlatformService
    • updateFund

      @Transactional @CacheEvict(value="funds", key="T(org.apache.fineract.infrastructure.core.service.ThreadLocalContextUtil).getTenant().getTenantIdentifier().concat(\'fn\')") public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateFund(Long fundId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      updateFund in interface FundWritePlatformService