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 EntryPointTreeEntityapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree arbrePuntEntrada)Transforms fromApplicationAccessTreeobjectvoidapplicationAccessTreeToEntity(com.soffid.iam.api.ApplicationAccessTree source, EntryPointTreeEntity target, boolean copyIfNull)Copy data fromApplicationAccessTreeobjectcom.soffid.iam.api.ApplicationAccessTreetoApplicationAccessTree(EntryPointTreeEntity entity)Transforms toApplicationAccessTreeobjectvoidtoApplicationAccessTree(EntryPointTreeEntity source, com.soffid.iam.api.ApplicationAccessTree target)Copy data toApplicationAccessTreeobject-
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:EntryPointTreeEntityDaoBaseCopy data toApplicationAccessTreeobject- Specified by:
toApplicationAccessTreein interfaceEntryPointTreeEntityDao- Overrides:
toApplicationAccessTreein 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:EntryPointTreeEntityDaoBaseTransforms toApplicationAccessTreeobject- Specified by:
toApplicationAccessTreein interfaceEntryPointTreeEntityDao- Overrides:
toApplicationAccessTreein 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:EntryPointTreeEntityDaoBaseTransforms fromApplicationAccessTreeobject- Specified by:
applicationAccessTreeToEntityin interfaceEntryPointTreeEntityDao- Overrides:
applicationAccessTreeToEntityin 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:EntryPointTreeEntityDaoBaseCopy data fromApplicationAccessTreeobject- Specified by:
applicationAccessTreeToEntityin interfaceEntryPointTreeEntityDao- Overrides:
applicationAccessTreeToEntityin classEntryPointTreeEntityDaoBase- See Also:
es.caib.seycon.ng.model.ArbrePuntEntradaEntityDao#arbrePuntEntradaToEntity(es.caib.seycon.ng.comu.ArbrePuntEntrada, es.caib.seycon.ng.model.ArbrePuntEntradaEntity)
-
-