Class FundWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.portfolio.fund.service.FundWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
FundWritePlatformService
public class FundWritePlatformServiceJpaRepositoryImpl
extends Object
implements FundWritePlatformService
-
Constructor Summary
Constructors -
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)
-
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:
createFundin interfaceFundWritePlatformService
-
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:
updateFundin interfaceFundWritePlatformService
-