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 SystemGroupEntity
systemGroupToEntity(com.soffid.iam.api.SystemGroup grupDispatcher)
Transforms fromSystemGroup
objectvoid
systemGroupToEntity(com.soffid.iam.api.SystemGroup source, SystemGroupEntity target, boolean copyIfNull)
Copy data fromSystemGroup
objectcom.soffid.iam.api.SystemGroup
toSystemGroup(SystemGroupEntity entity)
Transforms toSystemGroup
objectvoid
toSystemGroup(SystemGroupEntity source, com.soffid.iam.api.SystemGroup target)
Copy data toSystemGroup
object-
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:SystemGroupEntityDaoBase
Copy data toSystemGroup
object- Specified by:
toSystemGroup
in interfaceSystemGroupEntityDao
- Overrides:
toSystemGroup
in 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:SystemGroupEntityDaoBase
Transforms toSystemGroup
object- Specified by:
toSystemGroup
in interfaceSystemGroupEntityDao
- Overrides:
toSystemGroup
in 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:SystemGroupEntityDaoBase
Transforms fromSystemGroup
object- Specified by:
systemGroupToEntity
in interfaceSystemGroupEntityDao
- Overrides:
systemGroupToEntity
in 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:SystemGroupEntityDaoBase
Copy data fromSystemGroup
object- Specified by:
systemGroupToEntity
in interfaceSystemGroupEntityDao
- Overrides:
systemGroupToEntity
in classSystemGroupEntityDaoBase
- See Also:
es.caib.seycon.ng.model.GrupDispatcherEntityDao#grupDispatcherToEntity(es.caib.seycon.ng.comu.GrupDispatcher, es.caib.seycon.ng.model.GrupDispatcherEntity)
-
-