Class SettingsServiceImpl

  • All Implemented Interfaces:
    de.aservo.confapi.commons.service.api.SettingsService

    @Component
    public class SettingsServiceImpl
    extends java.lang.Object
    implements de.aservo.confapi.commons.service.api.SettingsService
    • Constructor Summary

      Constructors 
      Constructor Description
      SettingsServiceImpl​(com.atlassian.crowd.manager.property.PropertyManager propertyManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.aservo.confapi.commons.model.SettingsBean getSettings()  
      de.aservo.confapi.commons.model.SettingsBean setSettings​(de.aservo.confapi.commons.model.SettingsBean settingsBean)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SettingsServiceImpl

        @Inject
        public SettingsServiceImpl​(com.atlassian.crowd.manager.property.PropertyManager propertyManager)
    • Method Detail

      • getSettings

        public de.aservo.confapi.commons.model.SettingsBean getSettings()
        Specified by:
        getSettings in interface de.aservo.confapi.commons.service.api.SettingsService
      • setSettings

        public de.aservo.confapi.commons.model.SettingsBean setSettings​(de.aservo.confapi.commons.model.SettingsBean settingsBean)
        Specified by:
        setSettings in interface de.aservo.confapi.commons.service.api.SettingsService