com.atlassian.jira.functest.config.ps
Class DefaultConfigPropertySetManager

java.lang.Object
  extended by com.atlassian.jira.functest.config.ps.DefaultConfigPropertySetManager
All Implemented Interfaces:
ConfigPropertySetManager

public class DefaultConfigPropertySetManager
extends Object
implements ConfigPropertySetManager

Loads a property set from an XML configuration file.

Since:
v4.0

Constructor Summary
DefaultConfigPropertySetManager(org.dom4j.Document document, ConfigSequence sequence)
           
 
Method Summary
 void deletePropertySet(ConfigPropertySet propertySet)
           
 void deletePropertySet(String entityName, Long id)
           
 ConfigPropertySet loadPropertySet(String entityName, long id)
           
 boolean savePropertySet(ConfigPropertySet propertySet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigPropertySetManager

public DefaultConfigPropertySetManager(org.dom4j.Document document,
                                       ConfigSequence sequence)
Method Detail

loadPropertySet

public ConfigPropertySet loadPropertySet(String entityName,
                                         long id)
Specified by:
loadPropertySet in interface ConfigPropertySetManager

savePropertySet

public boolean savePropertySet(ConfigPropertySet propertySet)
Specified by:
savePropertySet in interface ConfigPropertySetManager

deletePropertySet

public void deletePropertySet(ConfigPropertySet propertySet)
Specified by:
deletePropertySet in interface ConfigPropertySetManager

deletePropertySet

public void deletePropertySet(String entityName,
                              Long id)
Specified by:
deletePropertySet in interface ConfigPropertySetManager


Copyright © 2002-2013 Atlassian. All Rights Reserved.