Class SystemComponentService

java.lang.Object
ch.admin.bit.jeap.archrepo.web.service.SystemComponentService

@Component public class SystemComponentService extends Object
Service class for managing system components.
  • Constructor Details

  • Method Details

    • findOrCreateSystemComponent

      @Transactional public SystemComponent findOrCreateSystemComponent(String componentName)
      Finds or creates a system component based on the given name.
      Parameters:
      componentName - the name of the system component
      Returns:
      the found or newly created SystemComponent
    • findSystemAliases

      public Optional<System> findSystemAliases(String systemName)