Package com.soffid.iam.model
Class AgentDescriptorEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.AgentDescriptorEntityDaoBase
-
- com.soffid.iam.model.AgentDescriptorEntityDaoImpl
-
- All Implemented Interfaces:
AgentDescriptorEntityDao,org.springframework.beans.factory.InitializingBean
public class AgentDescriptorEntityDaoImpl extends AgentDescriptorEntityDaoBase
- See Also:
es.caib.seycon.ng.model.AgentDescriptorEntity
-
-
Constructor Summary
Constructors Constructor Description AgentDescriptorEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentDescriptorEntityagentDescriptorToEntity(com.soffid.iam.api.AgentDescriptor agentDescriptor)Transforms fromAgentDescriptorobjectvoidagentDescriptorToEntity(com.soffid.iam.api.AgentDescriptor source, AgentDescriptorEntity target, boolean copyIfNull)Copy data fromAgentDescriptorobjectcom.soffid.iam.api.AgentDescriptortoAgentDescriptor(AgentDescriptorEntity entity)Transforms toAgentDescriptorobjectvoidtoAgentDescriptor(AgentDescriptorEntity source, com.soffid.iam.api.AgentDescriptor target)Copy data toAgentDescriptorobject-
Methods inherited from class com.soffid.iam.model.AgentDescriptorEntityDaoBase
agentDescriptorToEntityList, create, create, findAllOnlyBasicData, findAllOnlyBasicData, findAllOnlyBasicData, findByClass, findByClass, findByClass, findByDescription, findByDescription, findByDescription, getDefaultObjectMappingEntityDao, getServerPluginEntityDao, getServerPluginModuleEntityDao, load, loadAll, newAgentDescriptorEntity, query, query, remove, remove, remove, setDefaultObjectMappingEntityDao, setServerPluginEntityDao, setServerPluginModuleEntityDao, toAgentDescriptorList, 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
-
toAgentDescriptor
public void toAgentDescriptor(AgentDescriptorEntity source, com.soffid.iam.api.AgentDescriptor target)
Description copied from class:AgentDescriptorEntityDaoBaseCopy data toAgentDescriptorobject- Specified by:
toAgentDescriptorin interfaceAgentDescriptorEntityDao- Overrides:
toAgentDescriptorin classAgentDescriptorEntityDaoBase- See Also:
es.caib.seycon.ng.model.AgentDescriptorEntityDao#toAgentDescriptor(es.caib.seycon.ng.model.AgentDescriptorEntity, es.caib.seycon.ng.comu.AgentDescriptor)
-
toAgentDescriptor
public com.soffid.iam.api.AgentDescriptor toAgentDescriptor(AgentDescriptorEntity entity)
Description copied from class:AgentDescriptorEntityDaoBaseTransforms toAgentDescriptorobject- Specified by:
toAgentDescriptorin interfaceAgentDescriptorEntityDao- Overrides:
toAgentDescriptorin classAgentDescriptorEntityDaoBase- See Also:
es.caib.seycon.ng.model.AgentDescriptorEntityDao#toAgentDescriptor(es.caib.seycon.ng.model.AgentDescriptorEntity)
-
agentDescriptorToEntity
public AgentDescriptorEntity agentDescriptorToEntity(com.soffid.iam.api.AgentDescriptor agentDescriptor)
Description copied from class:AgentDescriptorEntityDaoBaseTransforms fromAgentDescriptorobject- Specified by:
agentDescriptorToEntityin interfaceAgentDescriptorEntityDao- Overrides:
agentDescriptorToEntityin classAgentDescriptorEntityDaoBase- See Also:
es.caib.seycon.ng.model.AgentDescriptorEntityDao#agentDescriptorToEntity(es.caib.seycon.ng.comu.AgentDescriptor)
-
agentDescriptorToEntity
public void agentDescriptorToEntity(com.soffid.iam.api.AgentDescriptor source, AgentDescriptorEntity target, boolean copyIfNull)Description copied from class:AgentDescriptorEntityDaoBaseCopy data fromAgentDescriptorobject- Specified by:
agentDescriptorToEntityin interfaceAgentDescriptorEntityDao- Overrides:
agentDescriptorToEntityin classAgentDescriptorEntityDaoBase- See Also:
es.caib.seycon.ng.model.AgentDescriptorEntityDao#agentDescriptorToEntity(es.caib.seycon.ng.comu.AgentDescriptor, es.caib.seycon.ng.model.AgentDescriptorEntity)
-
-