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

java.lang.Object
  |
  +--com.opensymphony.module.propertyset.AbstractPropertySet
        |
        +--com.opensymphony.module.propertyset.hibernate.HibernatePropertySet
              |
              +--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 interface com.opensymphony.module.propertyset.PropertySet
BOOLEAN, DATA, DATE, DOUBLE, INT, LONG, OBJECT, PROPERTIES, STRING, TEXT, XML
 
Constructor Summary
InfoGlueHibernatePropertySet()
           
 
Method Summary
 void init(java.util.Map config, java.util.Map args)
           
 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
getAsActualType, 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
 
Methods inherited from class java.lang.Object
equals, 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

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