Uses of Class
com.soffid.iam.model.ChallengeEntity
-
Packages that use ChallengeEntity Package Description com.soffid.iam.model -
-
Uses of ChallengeEntity in com.soffid.iam.model
Subclasses of ChallengeEntity in com.soffid.iam.model Modifier and Type Class Description class
ChallengeEntityImpl
Entity ChallengeEntity implementationMethods in com.soffid.iam.model that return ChallengeEntity Modifier and Type Method Description ChallengeEntity
ChallengeEntityDao. challengeToEntity(com.soffid.iam.api.Challenge instance)
Transforms fromChallenge
objectChallengeEntity
ChallengeEntityDaoImpl. challengeToEntity(com.soffid.iam.api.Challenge instance)
ChallengeEntity
ChallengeEntityDao. findByChallengeId(CriteriaSearchConfiguration criteria, String challengeId)
CriteriaSearchConfiguration finderChallengeEntity
ChallengeEntityDao. findByChallengeId(String challengeId)
Operation findByChallengeIdChallengeEntity
ChallengeEntityDaoBase. findByChallengeId(CriteriaSearchConfiguration criteria, String challengeId)
CriteriaSearchConfiguration implementationChallengeEntity
ChallengeEntityDaoBase. findByChallengeId(String challengeId)
Operation findByChallengeIdChallengeEntity
ChallengeEntityDaoBase. findByChallengeId(String queryString, CriteriaSearchConfiguration criteria, String challengeId)
Internal implementationChallengeEntity
ChallengeEntityDao. load(Long id)
Loads an instance ofChallengeEntity
from the persistent store.ChallengeEntity
ChallengeEntityDaoBase. load(Long id)
Loads an instance ofChallengeEntity
from the persistent store.ChallengeEntity
ChallengeEntityDao. newChallengeEntity()
Creates an instance ofChallengeEntity
.ChallengeEntity
ChallengeEntityDaoBase. newChallengeEntity()
Creates an instance ofChallengeEntity
.Methods in com.soffid.iam.model that return types with arguments of type ChallengeEntity Modifier and Type Method Description List<ChallengeEntity>
ChallengeEntityDao. challengeToEntityList(Collection<com.soffid.iam.api.Challenge> instances)
Transforms fromChallenge
listList<ChallengeEntity>
ChallengeEntityDaoBase. challengeToEntityList(Collection<com.soffid.iam.api.Challenge> instances)
Transforms fromChallenge
listCollection<ChallengeEntity>
ChallengeEntityDao. findExpiredChallenges(CriteriaSearchConfiguration criteria, Date timeStamp)
CriteriaSearchConfiguration finderCollection<ChallengeEntity>
ChallengeEntityDao. findExpiredChallenges(Date timeStamp)
Operation findExpiredChallengesCollection<ChallengeEntity>
ChallengeEntityDaoBase. findExpiredChallenges(CriteriaSearchConfiguration criteria, Date timeStamp)
CriteriaSearchConfiguration implementationCollection<ChallengeEntity>
ChallengeEntityDaoBase. findExpiredChallenges(String queryString, CriteriaSearchConfiguration criteria, Date timeStamp)
Internal implementationCollection<ChallengeEntity>
ChallengeEntityDaoBase. findExpiredChallenges(Date timeStamp)
Operation findExpiredChallengesList<ChallengeEntity>
ChallengeEntityDao. loadAll()
Loads all instances ofChallengeEntity
from the persistent store.List<ChallengeEntity>
ChallengeEntityDaoBase. loadAll()
Loads all instances ofChallengeEntity
from the persistent store.List<ChallengeEntity>
ChallengeEntityDao. query(String query, Parameter[] parameters)
Query ofChallengeEntity
from the persistent store.List<ChallengeEntity>
ChallengeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofChallengeEntity
from the persistent store.List<ChallengeEntity>
ChallengeEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofChallengeEntity
from the persistent store.List<ChallengeEntity>
ChallengeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofChallengeEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type ChallengeEntity Modifier and Type Method Description void
ChallengeEntityDao. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)
Copy data fromChallenge
objectvoid
ChallengeEntityDaoBase. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)
Copy data fromChallenge
objectvoid
ChallengeEntityDaoImpl. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)
void
ChallengeEntityDao. create(ChallengeEntity entity)
Adds an instance ofChallengeEntity
to the persistent store.void
ChallengeEntityDaoBase. create(ChallengeEntity entity)
Adds an instance ofChallengeEntity
to the persistent store.void
ChallengeEntityDao. remove(ChallengeEntity entity)
Removes an instance ofChallengeEntity
from the persistent store.void
ChallengeEntityDaoBase. remove(ChallengeEntity entity)
Removes an instance ofChallengeEntity
from the persistent store.com.soffid.iam.api.Challenge
ChallengeEntityDao. toChallenge(ChallengeEntity entity)
Transforms toChallenge
objectvoid
ChallengeEntityDao. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
Copy data toChallenge
objectcom.soffid.iam.api.Challenge
ChallengeEntityDaoBase. toChallenge(ChallengeEntity entity)
Transforms toChallenge
objectvoid
ChallengeEntityDaoBase. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
Copy data toChallenge
objectvoid
ChallengeEntityDaoImpl. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)
void
ChallengeEntityDao. update(ChallengeEntity entity)
Updates an instance ofChallengeEntity
at the persistent store.void
ChallengeEntityDaoBase. update(ChallengeEntity entity)
Updates an instance ofChallengeEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ChallengeEntity Modifier and Type Method Description void
ChallengeEntityDao. create(Collection<? extends ChallengeEntity> entities)
Creates a collection ofChallengeEntity
and adds it to the persistent store.void
ChallengeEntityDaoBase. create(Collection<? extends ChallengeEntity> entities)
Creates a collection ofChallengeEntity
and adds it to the persistent store.void
ChallengeEntityDao. remove(Collection<? extends ChallengeEntity> entities)
Removes a collection ofChallengeEntity
from the persistent store.void
ChallengeEntityDaoBase. remove(Collection<? extends ChallengeEntity> entities)
Removes a collection ofChallengeEntity
from the persistent store.List<com.soffid.iam.api.Challenge>
ChallengeEntityDao. toChallengeList(Collection<ChallengeEntity> entities)
Transforms toChallenge
listList<com.soffid.iam.api.Challenge>
ChallengeEntityDaoBase. toChallengeList(Collection<ChallengeEntity> instances)
Transforms toChallenge
listvoid
ChallengeEntityDao. update(Collection<? extends ChallengeEntity> entities)
Updates a collection ofChallengeEntity
in the persistent store.void
ChallengeEntityDaoBase. update(Collection<? extends ChallengeEntity> entities)
Updates a collection ofChallengeEntity
in the persistent store.
-