Package fr.becpg.repo.system.impl
Class SystemConfigurationServiceImpl
java.lang.Object
fr.becpg.repo.system.impl.SystemConfigurationServiceImpl
- All Implemented Interfaces:
SystemConfigurationService
@Service("systemConfigurationService")
public class SystemConfigurationServiceImpl
extends Object
implements SystemConfigurationService
SystemConfigurationServiceImpl class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.alfresco.service.cmr.attributes.AttributeServiceprivate BeCPGCacheServiceprivate static final Stringprivate org.springframework.context.support.PropertySourcesPlaceholderConfigurer[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfValue.voidresetConfValue(String propKey) resetConfValue.voidupdateConfValue(String propKey, String value) updateConfValue.
-
Field Details
-
CACHE_KEY
-
resolvers
@Autowired private org.springframework.context.support.PropertySourcesPlaceholderConfigurer[] resolvers -
beCPGCacheService
-
attributeService
@Autowired private org.alfresco.service.cmr.attributes.AttributeService attributeService
-
-
Constructor Details
-
SystemConfigurationServiceImpl
public SystemConfigurationServiceImpl()
-
-
Method Details
-
confValue
confValue.
- Specified by:
confValuein interfaceSystemConfigurationService- Parameters:
propKey- aStringobject- Returns:
- a
Stringobject
-
updateConfValue
updateConfValue.
- Specified by:
updateConfValuein interfaceSystemConfigurationService- Parameters:
propKey- aStringobjectvalue- aStringobject
-
resetConfValue
resetConfValue.
- Specified by:
resetConfValuein interfaceSystemConfigurationService- Parameters:
propKey- aStringobject
-