Class ExternalServiceWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.infrastructure.configuration.service.ExternalServiceWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
ExternalServiceWritePlatformService
@Service
public class ExternalServiceWritePlatformServiceJpaRepositoryImpl
extends Object
implements ExternalServiceWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateExternalServicesProperties(String externalServiceName, org.apache.fineract.infrastructure.core.api.JsonCommand command)
-
Constructor Details
-
ExternalServiceWritePlatformServiceJpaRepositoryImpl
public ExternalServiceWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
updateExternalServicesProperties
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateExternalServicesProperties(String externalServiceName, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updateExternalServicesPropertiesin interfaceExternalServiceWritePlatformService
-