Package com.soffid.iam.model
Class EntryPointExecutableEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.EntryPointExecutableEntityDaoBase
-
- com.soffid.iam.model.EntryPointExecutableEntityDaoImpl
-
- All Implemented Interfaces:
EntryPointExecutableEntityDao
,org.springframework.beans.factory.InitializingBean
public class EntryPointExecutableEntityDaoImpl extends EntryPointExecutableEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntity
-
-
Constructor Summary
Constructors Constructor Description EntryPointExecutableEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointExecutableEntity
accessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution execucioPuntEntrada)
Transforms fromAccessTreeExecution
objectvoid
accessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution source, EntryPointExecutableEntity target, boolean copyIfNull)
Copy data fromAccessTreeExecution
objectcom.soffid.iam.api.AccessTreeExecution
toAccessTreeExecution(EntryPointExecutableEntity entity)
Transforms toAccessTreeExecution
objectvoid
toAccessTreeExecution(EntryPointExecutableEntity source, com.soffid.iam.api.AccessTreeExecution target)
Copy data toAccessTreeExecution
object-
Methods inherited from class com.soffid.iam.model.EntryPointExecutableEntityDaoBase
accessTreeExecutionToEntityList, create, create, execucioPuntEntradaToEntity, execucioPuntEntradaToEntity, execucioPuntEntradaToEntityList, findByEntryPoint, findByEntryPoint, findByEntryPoint, getEntryPointEntityDao, getEntryPointExecutionTypeEntityDao, load, loadAll, newEntryPointExecutableEntity, query, query, remove, remove, remove, setEntryPointEntityDao, setEntryPointExecutionTypeEntityDao, toAccessTreeExecutionList, toExecucioPuntEntrada, toExecucioPuntEntrada, toExecucioPuntEntradaList, 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
-
toAccessTreeExecution
public void toAccessTreeExecution(EntryPointExecutableEntity source, com.soffid.iam.api.AccessTreeExecution target)
Description copied from class:EntryPointExecutableEntityDaoBase
Copy data toAccessTreeExecution
object- Specified by:
toAccessTreeExecution
in interfaceEntryPointExecutableEntityDao
- Overrides:
toAccessTreeExecution
in classEntryPointExecutableEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntityDao#toExecucioPuntEntrada(es.caib.seycon.ng.model.ExecucioPuntEntradaEntity, es.caib.seycon.ng.comu.ExecucioPuntEntrada)
-
toAccessTreeExecution
public com.soffid.iam.api.AccessTreeExecution toAccessTreeExecution(EntryPointExecutableEntity entity)
Description copied from class:EntryPointExecutableEntityDaoBase
Transforms toAccessTreeExecution
object- Specified by:
toAccessTreeExecution
in interfaceEntryPointExecutableEntityDao
- Overrides:
toAccessTreeExecution
in classEntryPointExecutableEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntityDao#toExecucioPuntEntrada(es.caib.seycon.ng.model.ExecucioPuntEntradaEntity)
-
accessTreeExecutionToEntity
public EntryPointExecutableEntity accessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution execucioPuntEntrada)
Description copied from class:EntryPointExecutableEntityDaoBase
Transforms fromAccessTreeExecution
object- Specified by:
accessTreeExecutionToEntity
in interfaceEntryPointExecutableEntityDao
- Overrides:
accessTreeExecutionToEntity
in classEntryPointExecutableEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntityDao#execucioPuntEntradaToEntity(es.caib.seycon.ng.comu.ExecucioPuntEntrada)
-
accessTreeExecutionToEntity
public void accessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution source, EntryPointExecutableEntity target, boolean copyIfNull)
Description copied from class:EntryPointExecutableEntityDaoBase
Copy data fromAccessTreeExecution
object- Specified by:
accessTreeExecutionToEntity
in interfaceEntryPointExecutableEntityDao
- Overrides:
accessTreeExecutionToEntity
in classEntryPointExecutableEntityDaoBase
- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntityDao#execucioPuntEntradaToEntity(es.caib.seycon.ng.comu.ExecucioPuntEntrada, es.caib.seycon.ng.model.ExecucioPuntEntradaEntity)
-
-