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

java.lang.Object
  |
  +--org.infoglue.cms.util.workflow.hibernate.InfoglueHibernatePropertySetDAOImpl
All Implemented Interfaces:
com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

public class InfoglueHibernatePropertySetDAOImpl
extends java.lang.Object
implements com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

Quickfix


Constructor Summary
InfoglueHibernatePropertySetDAOImpl(net.sf.hibernate.SessionFactory sessionFactory)
           
 
Method Summary
 com.opensymphony.module.propertyset.hibernate.PropertySetItem create(java.lang.String entityName, long entityId, java.lang.String key)
           
 com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(java.lang.String entityName, java.lang.Long entityId, java.lang.String key)
           
 java.util.Collection getKeys(java.lang.String entityName, java.lang.Long entityId, java.lang.String prefix, int type)
           
 void remove(java.lang.String entityName, java.lang.Long entityId)
           
 void remove(java.lang.String entityName, java.lang.Long entityId, java.lang.String key)
           
 void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem item, boolean isUpdate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoglueHibernatePropertySetDAOImpl

public InfoglueHibernatePropertySetDAOImpl(net.sf.hibernate.SessionFactory sessionFactory)
Method Detail

setImpl

public void setImpl(com.opensymphony.module.propertyset.hibernate.PropertySetItem item,
                    boolean isUpdate)
Specified by:
setImpl in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

getKeys

public java.util.Collection getKeys(java.lang.String entityName,
                                    java.lang.Long entityId,
                                    java.lang.String prefix,
                                    int type)
Specified by:
getKeys in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

create

public com.opensymphony.module.propertyset.hibernate.PropertySetItem create(java.lang.String entityName,
                                                                            long entityId,
                                                                            java.lang.String key)
Specified by:
create in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

findByKey

public com.opensymphony.module.propertyset.hibernate.PropertySetItem findByKey(java.lang.String entityName,
                                                                               java.lang.Long entityId,
                                                                               java.lang.String key)
Specified by:
findByKey in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

remove

public void remove(java.lang.String entityName,
                   java.lang.Long entityId)
Specified by:
remove in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO

remove

public void remove(java.lang.String entityName,
                   java.lang.Long entityId,
                   java.lang.String key)
Specified by:
remove in interface com.opensymphony.module.propertyset.hibernate.HibernatePropertySetDAO