Package com.soffid.iam.model
Class EntryPointTreeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointTreeEntityDaoBase
-
- com.soffid.iam.model.EntryPointTreeEntityDaoImpl
-
- All Implemented Interfaces:
EntryPointTreeEntityDao
,org.springframework.beans.factory.InitializingBean
public class EntryPointTreeEntityDaoImpl extends EntryPointTreeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointTreeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointTreeEntity
applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree arbrePuntEntrada)
Transforms fromApplicationAccessTree
objectvoid
applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Copy data fromApplicationAccessTree
objectcom.soffid.iam.api.ApplicationAccessTree
toApplicationAccessTree(EntryPointTreeEntity entity)
Transforms toApplicationAccessTree
objectvoid
toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Copy data toApplicationAccessTree
object-
Methods inherited from class com.soffid.iam.model.EntryPointTreeEntityDaoBase
applicationAccessTreeToEntityList, arbrePuntEntradaToEntity, arbrePuntEntradaToEntity, arbrePuntEntradaToEntityList, create, create, findByChildren, findByChildren, findByChildren, findByParent, findByParent, findByParent, getAuditEntityDao, getEntryPointEntityDao, load, loadAll, newEntryPointTreeEntity, query, query, remove, remove, remove, setAuditEntityDao, setEntryPointEntityDao, toApplicationAccessTreeList, toArbrePuntEntrada, toArbrePuntEntrada, toArbrePuntEntradaList, 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
-
toApplicationAccessTree
public void toApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)
Description copied from class:EntryPointTreeEntityDaoBase
Copy data toApplicationAccessTree
object- Specified by:
toApplicationAccessTree
in interfaceEntryPointTreeEntityDao
- Overrides:
toApplicationAccessTree
in classEntryPointTreeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntityDao#toArbrePuntEntrada(es.caib.seycon.ng.model.ArbrePuntEntradaEntity, es.caib.seycon.ng.comu.ArbrePuntEntrada)
-
toApplicationAccessTree
public com.soffid.iam.api.ApplicationAccessTree toApplicationAccessTree(EntryPointTreeEntity entity)
Description copied from class:EntryPointTreeEntityDaoBase
Transforms toApplicationAccessTree
object- Specified by:
toApplicationAccessTree
in interfaceEntryPointTreeEntityDao
- Overrides:
toApplicationAccessTree
in classEntryPointTreeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntityDao#toArbrePuntEntrada(es.caib.seycon.ng.model.ArbrePuntEntradaEntity)
-
applicationAccessTreeToEntity
public EntryPointTreeEntity applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree arbrePuntEntrada)
Description copied from class:EntryPointTreeEntityDaoBase
Transforms fromApplicationAccessTree
object- Specified by:
applicationAccessTreeToEntity
in interfaceEntryPointTreeEntityDao
- Overrides:
applicationAccessTreeToEntity
in classEntryPointTreeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntityDao#arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada)
-
applicationAccessTreeToEntity
public void applicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)
Description copied from class:EntryPointTreeEntityDaoBase
Copy data fromApplicationAccessTree
object- Specified by:
applicationAccessTreeToEntity
in interfaceEntryPointTreeEntityDao
- Overrides:
applicationAccessTreeToEntity
in classEntryPointTreeEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntityDao#arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada, es.caib.seycon.ng.model.ArbrePuntEntradaEntity)
-
-