com.atlassian.jira.functest.config.ps
Class DefaultConfigPropertySetManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultConfigPropertySetManager
public DefaultConfigPropertySetManager(org.dom4j.Document document,
ConfigSequence sequence)
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-2011 Atlassian. All Rights Reserved.