@Transactional public class PluginPropertyManagerGeneric extends Object implements PluginPropertyManager
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_PREFIX |
| Constructor and Description |
|---|
PluginPropertyManagerGeneric(PropertyDAO propertyDAO) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
findAll(String key) |
String |
getProperty(String key,
String name) |
void |
removeProperty(String key,
String name) |
void |
setProperty(String key,
String name,
String value) |
public static final String KEY_PREFIX
public PluginPropertyManagerGeneric(PropertyDAO propertyDAO)
public String getProperty(String key, String name) throws ObjectNotFoundException
getProperty in interface PluginPropertyManagerObjectNotFoundExceptionpublic void setProperty(String key, String name, String value)
setProperty in interface PluginPropertyManagerpublic void removeProperty(String key, String name)
removeProperty in interface PluginPropertyManagerCopyright © 2018 Atlassian. All rights reserved.