Class ScopeServiceImpl

    • Constructor Detail

      • ScopeServiceImpl

        public ScopeServiceImpl()
    • Method Detail

      • setPersistenceService

        public void setPersistenceService​(PersistenceService persistenceService)
      • setSchedulerService

        public void setSchedulerService​(SchedulerService schedulerService)
      • setScopesRefreshInterval

        public void setScopesRefreshInterval​(Integer scopesRefreshInterval)
      • postConstruct

        public void postConstruct()
      • preDestroy

        public void preDestroy()
      • save

        public void save​(Scope scope)
        Description copied from interface: ScopeService
        Save a scope
        Specified by:
        save in interface ScopeService
        Parameters:
        scope - to save
      • delete

        public boolean delete​(String id)
        Description copied from interface: ScopeService
        Delete a scope
        Specified by:
        delete in interface ScopeService
        Parameters:
        id - of the scope
        Returns:
        true if scope is deleted