Class AllServiceImpl

  • All Implemented Interfaces:
    AllService

    @Component
    public class AllServiceImpl
    extends java.lang.Object
    implements AllService
    • Constructor Summary

      Constructors 
      Constructor Description
      AllServiceImpl​(ApplicationsService applicationsService, de.aservo.confapi.commons.service.api.SettingsService settingsService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setAll​(AllBean allBean)  
      • Methods inherited from class java.lang.Object

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

      • AllServiceImpl

        @Inject
        public AllServiceImpl​(ApplicationsService applicationsService,
                              de.aservo.confapi.commons.service.api.SettingsService settingsService)