Interface FundWritePlatformService

All Known Implementing Classes:
FundWritePlatformServiceJpaRepositoryImpl

public interface FundWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createFund(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateFund(Long fundId, org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
  • Method Details

    • createFund

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createFund(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateFund

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateFund(Long fundId, org.apache.fineract.infrastructure.core.api.JsonCommand command)