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 Details

    • CACHE_KEY

      private static final String CACHE_KEY
    • resolvers

      @Autowired private org.springframework.context.support.PropertySourcesPlaceholderConfigurer[] resolvers
    • beCPGCacheService

      @Autowired private BeCPGCacheService beCPGCacheService
    • attributeService

      @Autowired private org.alfresco.service.cmr.attributes.AttributeService attributeService
  • Constructor Details

    • SystemConfigurationServiceImpl

      public SystemConfigurationServiceImpl()
  • Method Details