public interface

ConfigPropertySetManager

com.atlassian.jira.functest.config.ps.ConfigPropertySetManager
Known Indirect Subclasses

Class Overview

Loads a property set from an XML configuration file.

Summary

Public Methods
void deletePropertySet(String entityName, Long id)
void deletePropertySet(ConfigPropertySet propertySet)
ConfigPropertySet loadPropertySet(String entityName, long id)
boolean savePropertySet(ConfigPropertySet propertySet)

Public Methods

public void deletePropertySet (String entityName, Long id)

public void deletePropertySet (ConfigPropertySet propertySet)

public ConfigPropertySet loadPropertySet (String entityName, long id)

public boolean savePropertySet (ConfigPropertySet propertySet)