Package com.soffid.iam.model
Class SystemGroupEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SystemGroupEntityDaoBase
-
- com.soffid.iam.model.SystemGroupEntityDaoImpl
-
- All Implemented Interfaces:
SystemGroupEntityDao,org.springframework.beans.factory.InitializingBean
public class SystemGroupEntityDaoImpl extends SystemGroupEntityDaoBase
- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntity
-
-
Constructor Summary
Constructors Constructor Description SystemGroupEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemGroupEntitysystemGroupToEntity(com.soffid.iam.api.SystemGroup grupDispatcher)Transforms fromSystemGroupobjectvoidsystemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Copy data fromSystemGroupobjectcom.soffid.iam.api.SystemGrouptoSystemGroup(SystemGroupEntity entity)Transforms toSystemGroupobjectvoidtoSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)Copy data toSystemGroupobject-
Methods inherited from class com.soffid.iam.model.SystemGroupEntityDaoBase
create, create, findBySystem, findBySystem, findBySystem, getGroupEntityDao, getSystemEntityDao, grupDispatcherToEntity, grupDispatcherToEntity, grupDispatcherToEntityList, load, loadAll, newSystemGroupEntity, query, query, remove, remove, remove, setGroupEntityDao, setSystemEntityDao, systemGroupToEntityList, toGrupDispatcher, toGrupDispatcher, toGrupDispatcherList, toSystemGroupList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
toSystemGroup
public void toSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)
Description copied from class:SystemGroupEntityDaoBaseCopy data toSystemGroupobject- Specified by:
toSystemGroupin interfaceSystemGroupEntityDao- Overrides:
toSystemGroupin classSystemGroupEntityDaoBase- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntityDao#toGrupDispatcher(es.caib.seycon.ng.model.GrupDispatcherEntity, es.caib.seycon.ng.comu.GrupDispatcher)
-
toSystemGroup
public com.soffid.iam.api.SystemGroup toSystemGroup(SystemGroupEntity entity)
Description copied from class:SystemGroupEntityDaoBaseTransforms toSystemGroupobject- Specified by:
toSystemGroupin interfaceSystemGroupEntityDao- Overrides:
toSystemGroupin classSystemGroupEntityDaoBase- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntityDao#toGrupDispatcher(es.caib.seycon.ng.model.GrupDispatcherEntity)
-
systemGroupToEntity
public SystemGroupEntity systemGroupToEntity(com.soffid.iam.api.SystemGroup grupDispatcher)
Description copied from class:SystemGroupEntityDaoBaseTransforms fromSystemGroupobject- Specified by:
systemGroupToEntityin interfaceSystemGroupEntityDao- Overrides:
systemGroupToEntityin classSystemGroupEntityDaoBase- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntityDao#grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher)
-
systemGroupToEntity
public void systemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)Description copied from class:SystemGroupEntityDaoBaseCopy data fromSystemGroupobject- Specified by:
systemGroupToEntityin interfaceSystemGroupEntityDao- Overrides:
systemGroupToEntityin classSystemGroupEntityDaoBase- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntityDao#grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher, es.caib.seycon.ng.model.GrupDispatcherEntity)
-
-