com.atlassian.crowd.integration.osuser
Class CrowdPropertySet

java.lang.Object
  extended by com.atlassian.crowd.integration.osuser.CrowdPropertySet

public class CrowdPropertySet
extends Object


Constructor Summary
CrowdPropertySet()
           
 
Method Summary
 boolean exists(String property)
           
 Object getAsActualType(String string)
           
 boolean getBoolean(String string)
           
 byte[] getData(String string)
           
 Date getDate(String string)
           
 double getDouble(String string)
           
 int getInt(String string)
           
 Collection getKeys()
           
 Collection getKeys(int i)
           
 Collection getKeys(String string)
           
 Collection getKeys(String string, int i)
           
 long getLong(String string)
           
 Object getObject(String string)
           
 Properties getProperties(String string)
           
 PropertySetSchema getSchema()
           
 String getString(String property)
           
 String getText(String string)
           
 int getType(String string)
           
 Document getXML(String string)
           
 void init(Map config, Map args)
           
 boolean isSettable(String property)
           
 void remove(String string)
           
 void setAsActualType(String string, Object object)
           
 void setBoolean(String string, boolean b)
           
 void setData(String string, byte[] bytes)
           
 void setDate(String string, Date date)
           
 void setDouble(String string, double v)
           
 void setInt(String string, int i)
           
 void setLong(String string, long l)
           
 void setObject(String string, Object object)
           
 void setProperties(String string, Properties properties)
           
 void setSchema(PropertySetSchema propertySetSchema)
           
 void setString(String string, String string1)
           
 void setText(String string, String string1)
           
 void setXML(String string, Document document)
           
 boolean supportsType(int type)
           
 boolean supportsTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdPropertySet

public CrowdPropertySet()
Method Detail

setSchema

public void setSchema(PropertySetSchema propertySetSchema)
               throws PropertyException
Throws:
PropertyException

getSchema

public PropertySetSchema getSchema()
                            throws PropertyException
Throws:
PropertyException

setAsActualType

public void setAsActualType(String string,
                            Object object)
                     throws PropertyException
Throws:
PropertyException

getAsActualType

public Object getAsActualType(String string)
                       throws PropertyException
Throws:
PropertyException

setBoolean

public void setBoolean(String string,
                       boolean b)
                throws PropertyException
Throws:
PropertyException

getBoolean

public boolean getBoolean(String string)
                   throws PropertyException
Throws:
PropertyException

setData

public void setData(String string,
                    byte[] bytes)
             throws PropertyException
Throws:
PropertyException

getData

public byte[] getData(String string)
               throws PropertyException
Throws:
PropertyException

setDate

public void setDate(String string,
                    Date date)
             throws PropertyException
Throws:
PropertyException

getDate

public Date getDate(String string)
             throws PropertyException
Throws:
PropertyException

setDouble

public void setDouble(String string,
                      double v)
               throws PropertyException
Throws:
PropertyException

getDouble

public double getDouble(String string)
                 throws PropertyException
Throws:
PropertyException

setInt

public void setInt(String string,
                   int i)
            throws PropertyException
Throws:
PropertyException

getInt

public int getInt(String string)
           throws PropertyException
Throws:
PropertyException

getKeys

public Collection getKeys()
                   throws PropertyException
Throws:
PropertyException

getKeys

public Collection getKeys(int i)
                   throws PropertyException
Throws:
PropertyException

getKeys

public Collection getKeys(String string)
                   throws PropertyException
Throws:
PropertyException

getKeys

public Collection getKeys(String string,
                          int i)
                   throws PropertyException
Throws:
PropertyException

setLong

public void setLong(String string,
                    long l)
             throws PropertyException
Throws:
PropertyException

getLong

public long getLong(String string)
             throws PropertyException
Throws:
PropertyException

setObject

public void setObject(String string,
                      Object object)
               throws PropertyException
Throws:
PropertyException

getObject

public Object getObject(String string)
                 throws PropertyException
Throws:
PropertyException

setProperties

public void setProperties(String string,
                          Properties properties)
                   throws PropertyException
Throws:
PropertyException

getProperties

public Properties getProperties(String string)
                         throws PropertyException
Throws:
PropertyException

isSettable

public boolean isSettable(String property)

setString

public void setString(String string,
                      String string1)
               throws PropertyException
Throws:
PropertyException

getString

public String getString(String property)
                 throws PropertyException
Throws:
PropertyException

setText

public void setText(String string,
                    String string1)
             throws PropertyException
Throws:
PropertyException

getText

public String getText(String string)
               throws PropertyException
Throws:
PropertyException

getType

public int getType(String string)
            throws PropertyException
Throws:
PropertyException

setXML

public void setXML(String string,
                   Document document)
            throws PropertyException
Throws:
PropertyException

getXML

public Document getXML(String string)
                throws PropertyException
Throws:
PropertyException

exists

public boolean exists(String property)
               throws PropertyException
Throws:
PropertyException

init

public void init(Map config,
                 Map args)

remove

public void remove(String string)
            throws PropertyException
Throws:
PropertyException

supportsType

public boolean supportsType(int type)

supportsTypes

public boolean supportsTypes()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.