Class GlobalConfigurationWritePlatformServiceJpaRepositoryImpl
java.lang.Object
org.apache.fineract.infrastructure.configuration.service.GlobalConfigurationWritePlatformServiceJpaRepositoryImpl
- All Implemented Interfaces:
GlobalConfigurationWritePlatformService
@Service
public class GlobalConfigurationWritePlatformServiceJpaRepositoryImpl
extends Object
implements GlobalConfigurationWritePlatformService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSurveyConfig(String name) org.apache.fineract.infrastructure.core.data.CommandProcessingResult
-
Constructor Details
-
GlobalConfigurationWritePlatformServiceJpaRepositoryImpl
public GlobalConfigurationWritePlatformServiceJpaRepositoryImpl()
-
-
Method Details
-
update
@Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult update(Long configId, org.apache.fineract.infrastructure.core.api.JsonCommand command) - Specified by:
updatein interfaceGlobalConfigurationWritePlatformService
-
addSurveyConfig
- Specified by:
addSurveyConfigin interfaceGlobalConfigurationWritePlatformService
-