Interface FundWritePlatformService
- All Known Implementing Classes:
FundWritePlatformServiceJpaRepositoryImpl
public interface FundWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultcreateFund(org.apache.fineract.infrastructure.core.api.JsonCommand command) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateFund(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)
-