Package com.soffid.iam.model
Class ChallengeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.ChallengeEntityDaoBase
-
- com.soffid.iam.model.ChallengeEntityDaoImpl
-
- All Implemented Interfaces:
ChallengeEntityDao
,org.springframework.beans.factory.InitializingBean
public class ChallengeEntityDaoImpl extends ChallengeEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description ChallengeEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChallengeEntity
challengeToEntity(com.soffid.iam.api.Challenge instance)
Transforms fromChallenge
objectvoid
challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)
Copy data fromChallenge
objectvoid
toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
Copy data toChallenge
object-
Methods inherited from class com.soffid.iam.model.ChallengeEntityDaoBase
challengeToEntityList, create, create, findByChallengeId, findByChallengeId, findByChallengeId, findExpiredChallenges, findExpiredChallenges, findExpiredChallenges, getAccountEntityDao, getHostEntityDao, getTenantEntityDao, getUserEntityDao, load, loadAll, newChallengeEntity, query, query, remove, remove, remove, setAccountEntityDao, setHostEntityDao, setTenantEntityDao, setUserEntityDao, toChallenge, toChallengeList, 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
-
toChallenge
public void toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
Description copied from class:ChallengeEntityDaoBase
Copy data toChallenge
object- Specified by:
toChallenge
in interfaceChallengeEntityDao
- Overrides:
toChallenge
in classChallengeEntityDaoBase
-
challengeToEntity
public void challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)
Description copied from class:ChallengeEntityDaoBase
Copy data fromChallenge
object- Specified by:
challengeToEntity
in interfaceChallengeEntityDao
- Overrides:
challengeToEntity
in classChallengeEntityDaoBase
-
challengeToEntity
public ChallengeEntity challengeToEntity(com.soffid.iam.api.Challenge instance)
Description copied from interface:ChallengeEntityDao
Transforms fromChallenge
object
-
-