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 EntryPointExecutableEntityaccessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution execucioPuntEntrada)Transforms fromAccessTreeExecutionobjectvoidaccessTreeExecutionToEntity(com.soffid.iam.api.AccessTreeExecution source, EntryPointExecutableEntity target, boolean copyIfNull)Copy data fromAccessTreeExecutionobjectcom.soffid.iam.api.AccessTreeExecutiontoAccessTreeExecution(EntryPointExecutableEntity entity)Transforms toAccessTreeExecutionobjectvoidtoAccessTreeExecution(EntryPointExecutableEntity source, com.soffid.iam.api.AccessTreeExecution target)Copy data toAccessTreeExecutionobject-
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:EntryPointExecutableEntityDaoBaseCopy data toAccessTreeExecutionobject- Specified by:
toAccessTreeExecutionin interfaceEntryPointExecutableEntityDao- Overrides:
toAccessTreeExecutionin 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:EntryPointExecutableEntityDaoBaseTransforms toAccessTreeExecutionobject- Specified by:
toAccessTreeExecutionin interfaceEntryPointExecutableEntityDao- Overrides:
toAccessTreeExecutionin 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:EntryPointExecutableEntityDaoBaseTransforms fromAccessTreeExecutionobject- Specified by:
accessTreeExecutionToEntityin interfaceEntryPointExecutableEntityDao- Overrides:
accessTreeExecutionToEntityin 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:EntryPointExecutableEntityDaoBaseCopy data fromAccessTreeExecutionobject- Specified by:
accessTreeExecutionToEntityin interfaceEntryPointExecutableEntityDao- Overrides:
accessTreeExecutionToEntityin classEntryPointExecutableEntityDaoBase- See Also:
es.caib.seycon.ng.model.ExecucioPuntEntradaEntityDao#execucioPuntEntradaToEntity(es.caib.seycon.ng.comu.ExecucioPuntEntrada, es.caib.seycon.ng.model.ExecucioPuntEntradaEntity)
-
-