public class

DefaultConfigServiceManager

extends Object
implements ConfigServiceManager
java.lang.Object
   ↳ com.atlassian.jira.functest.config.service.DefaultConfigServiceManager

Class Overview

Class for CRUD operations related to the ConfigService.

Summary

Public Constructors
DefaultConfigServiceManager(Document document, ConfigPropertySetManager propertySetManager, ConfigSequence configSeqence)
Public Methods
List<ConfigService> loadServices()
boolean saveServices(List<ConfigService> newList)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.config.service.ConfigServiceManager

Public Constructors

public DefaultConfigServiceManager (Document document, ConfigPropertySetManager propertySetManager, ConfigSequence configSeqence)

Public Methods

public List<ConfigService> loadServices ()

public boolean saveServices (List<ConfigService> newList)