com.atlassian.crowd.manager.property
Class PluginPropertyManagerGeneric

java.lang.Object
  extended by com.atlassian.crowd.manager.property.PluginPropertyManagerGeneric
All Implemented Interfaces:
PluginPropertyManager

public class PluginPropertyManagerGeneric
extends Object
implements PluginPropertyManager


Field Summary
static String KEY_PREFIX
           
 
Constructor Summary
PluginPropertyManagerGeneric(PropertyDAO propertyDAO)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_PREFIX

public static final String KEY_PREFIX
See Also:
Constant Field Values
Constructor Detail

PluginPropertyManagerGeneric

public PluginPropertyManagerGeneric(PropertyDAO propertyDAO)
Method Detail

getProperty

public String getProperty(String key,
                          String name)
                   throws ObjectNotFoundException
Specified by:
getProperty in interface PluginPropertyManager
Throws:
ObjectNotFoundException

setProperty

public void setProperty(String key,
                        String name,
                        String value)
Specified by:
setProperty in interface PluginPropertyManager

removeProperty

public void removeProperty(String key,
                           String name)
Specified by:
removeProperty in interface PluginPropertyManager

findAll

public Map<String,String> findAll(String key)
Specified by:
findAll in interface PluginPropertyManager


Copyright © 2013 Atlassian. All Rights Reserved.