org.infoglue.cms.util.workflow.hibernate
Class InfoGlueHibernatePropertySet

java.lang.Object
  extended by com.opensymphony.module.propertyset.AbstractPropertySet
      extended by com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
          extended by org.infoglue.cms.util.workflow.hibernate.InfoGlueHibernatePropertySet
All Implemented Interfaces:
com.opensymphony.module.propertyset.PropertySet

public class InfoGlueHibernatePropertySet
extends com.opensymphony.module.propertyset.hibernate.HibernatePropertySet

Quickfix


Field Summary
 
Fields inherited from class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
log
 
Fields inherited from class com.opensymphony.module.propertyset.AbstractPropertySet
schema
 
Fields inherited from interface com.opensymphony.module.propertyset.PropertySet
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML
 
Constructor Summary
InfoGlueHibernatePropertySet()
           
 
Method Summary
protected  java.lang.Object get(int type, java.lang.String key)
           
 java.lang.Object getAsActualType(java.lang.String key)
           
 java.lang.String getDataString(java.lang.String key)
           
 void init(java.util.Map config, java.util.Map args)
           
protected  void setDataImpl(int type, java.lang.String key, java.lang.Object value)
           
protected  void setImpl(int type, java.lang.String key, java.lang.Object value)
           
 boolean supportsType(int type)
           
 
Methods inherited from class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
exists, getKeys, getType, remove, remove
 
Methods inherited from class com.opensymphony.module.propertyset.AbstractPropertySet
getBoolean, getData, getDate, getDouble, getInt, getKeys, getKeys, getKeys, getLong, getObject, getProperties, getSchema, getString, getText, getXML, isSettable, setAsActualType, setBoolean, setData, setDate, setDouble, setInt, setLong, setObject, setProperties, setSchema, setString, setText, setXML, supportsTypes, toString, type, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoGlueHibernatePropertySet

public InfoGlueHibernatePropertySet()
Method Detail

supportsType

public boolean supportsType(int type)
Specified by:
supportsType in interface com.opensymphony.module.propertyset.PropertySet
Overrides:
supportsType in class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet

getAsActualType

public java.lang.Object getAsActualType(java.lang.String key)
                                 throws com.opensymphony.module.propertyset.PropertyException
Specified by:
getAsActualType in interface com.opensymphony.module.propertyset.PropertySet
Overrides:
getAsActualType in class com.opensymphony.module.propertyset.AbstractPropertySet
Throws:
com.opensymphony.module.propertyset.PropertyException

getDataString

public java.lang.String getDataString(java.lang.String key)
                               throws com.opensymphony.module.propertyset.PropertyException
Throws:
com.opensymphony.module.propertyset.PropertyException

init

public void init(java.util.Map config,
                 java.util.Map args)
Specified by:
init in interface com.opensymphony.module.propertyset.PropertySet
Overrides:
init in class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet

setImpl

protected void setImpl(int type,
                       java.lang.String key,
                       java.lang.Object value)
                throws com.opensymphony.module.propertyset.PropertyException
Overrides:
setImpl in class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
Throws:
com.opensymphony.module.propertyset.PropertyException

setDataImpl

protected void setDataImpl(int type,
                           java.lang.String key,
                           java.lang.Object value)
                    throws com.opensymphony.module.propertyset.PropertyException
Throws:
com.opensymphony.module.propertyset.PropertyException

get

protected java.lang.Object get(int type,
                               java.lang.String key)
                        throws com.opensymphony.module.propertyset.PropertyException
Overrides:
get in class com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
Throws:
com.opensymphony.module.propertyset.PropertyException


Copyright © 2005 InfoGlue.org All Rights Reserved.