edu.uoc.tfc.dbmodel.crud
Class TipusSiniestreManageableDaoBase

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by edu.uoc.tfc.dbmodel.crud.TipusSiniestreManageableDaoBase
All Implemented Interfaces:
TipusSiniestreManageableDao, org.springframework.beans.factory.InitializingBean

public final class TipusSiniestreManageableDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements TipusSiniestreManageableDao


Constructor Summary
TipusSiniestreManageableDaoBase()
           
 
Method Summary
 TipusSiniestre create(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 void delete(java.lang.Long[] ids)
           
 java.util.List read(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 java.util.List readAll()
           
 java.util.Map readBackingLists()
           
 TipusSiniestre readById(java.lang.Long id)
           
 void setDao(TipusSiniestreDao dao)
           
 void setPartsDao(PartDao partsDao)
           
 TipusSiniestre update(java.lang.String nom, java.lang.Boolean actiu, java.lang.Long id, java.lang.Long[] parts)
           
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TipusSiniestreManageableDaoBase

public TipusSiniestreManageableDaoBase()
Method Detail

setDao

public void setDao(TipusSiniestreDao dao)

setPartsDao

public void setPartsDao(PartDao partsDao)

create

public TipusSiniestre create(java.lang.String nom,
                             java.lang.Boolean actiu,
                             java.lang.Long id,
                             java.lang.Long[] parts)
Specified by:
create in interface TipusSiniestreManageableDao

readById

public TipusSiniestre readById(java.lang.Long id)
Specified by:
readById in interface TipusSiniestreManageableDao

read

public java.util.List read(java.lang.String nom,
                           java.lang.Boolean actiu,
                           java.lang.Long id,
                           java.lang.Long[] parts)
Specified by:
read in interface TipusSiniestreManageableDao

readAll

public java.util.List readAll()
Specified by:
readAll in interface TipusSiniestreManageableDao

readBackingLists

public java.util.Map readBackingLists()
Specified by:
readBackingLists in interface TipusSiniestreManageableDao

update

public TipusSiniestre update(java.lang.String nom,
                             java.lang.Boolean actiu,
                             java.lang.Long id,
                             java.lang.Long[] parts)
Specified by:
update in interface TipusSiniestreManageableDao

delete

public void delete(java.lang.Long[] ids)
Specified by:
delete in interface TipusSiniestreManageableDao