Class SystemComponentService
java.lang.Object
ch.admin.bit.jeap.archrepo.web.service.SystemComponentService
Service class for managing system components.
-
Constructor Summary
ConstructorsConstructorDescriptionSystemComponentService(TeamRepository teamRepository, SystemRepository systemRepository, SystemComponentRepository systemComponentRepository) -
Method Summary
Modifier and TypeMethodDescriptionfindOrCreateSystemComponent(String componentName) Finds or creates a system component based on the given name.findSystemAliases(String systemName)
-
Constructor Details
-
SystemComponentService
public SystemComponentService(TeamRepository teamRepository, SystemRepository systemRepository, SystemComponentRepository systemComponentRepository)
-
-
Method Details
-
findOrCreateSystemComponent
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
-