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 classChallengeEntityImplEntity ChallengeEntity implementationMethods in com.soffid.iam.model that return ChallengeEntity Modifier and Type Method Description ChallengeEntityChallengeEntityDao. challengeToEntity(com.soffid.iam.api.Challenge instance)Transforms fromChallengeobjectChallengeEntityChallengeEntityDaoImpl. challengeToEntity(com.soffid.iam.api.Challenge instance)ChallengeEntityChallengeEntityDao. findByChallengeId(CriteriaSearchConfiguration criteria, String challengeId)CriteriaSearchConfiguration finderChallengeEntityChallengeEntityDao. findByChallengeId(String challengeId)Operation findByChallengeIdChallengeEntityChallengeEntityDaoBase. findByChallengeId(CriteriaSearchConfiguration criteria, String challengeId)CriteriaSearchConfiguration implementationChallengeEntityChallengeEntityDaoBase. findByChallengeId(String challengeId)Operation findByChallengeIdChallengeEntityChallengeEntityDaoBase. findByChallengeId(String queryString, CriteriaSearchConfiguration criteria, String challengeId)Internal implementationChallengeEntityChallengeEntityDao. load(Long id)Loads an instance ofChallengeEntityfrom the persistent store.ChallengeEntityChallengeEntityDaoBase. load(Long id)Loads an instance ofChallengeEntityfrom the persistent store.ChallengeEntityChallengeEntityDao. newChallengeEntity()Creates an instance ofChallengeEntity.ChallengeEntityChallengeEntityDaoBase. 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 fromChallengelistList<ChallengeEntity>ChallengeEntityDaoBase. challengeToEntityList(Collection<com.soffid.iam.api.Challenge> instances)Transforms fromChallengelistCollection<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 ofChallengeEntityfrom the persistent store.List<ChallengeEntity>ChallengeEntityDaoBase. loadAll()Loads all instances ofChallengeEntityfrom the persistent store.List<ChallengeEntity>ChallengeEntityDao. query(String query, Parameter[] parameters)Query ofChallengeEntityfrom the persistent store.List<ChallengeEntity>ChallengeEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofChallengeEntityfrom the persistent store.List<ChallengeEntity>ChallengeEntityDaoBase. query(String queryString, Parameter[] parameters)Query ofChallengeEntityfrom the persistent store.List<ChallengeEntity>ChallengeEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)Query ofChallengeEntityfrom the persistent store.Methods in com.soffid.iam.model with parameters of type ChallengeEntity Modifier and Type Method Description voidChallengeEntityDao. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)Copy data fromChallengeobjectvoidChallengeEntityDaoBase. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)Copy data fromChallengeobjectvoidChallengeEntityDaoImpl. challengeToEntity(com.soffid.iam.api.Challenge source, ChallengeEntity target, boolean copyIfNull)voidChallengeEntityDao. create(ChallengeEntity entity)Adds an instance ofChallengeEntityto the persistent store.voidChallengeEntityDaoBase. create(ChallengeEntity entity)Adds an instance ofChallengeEntityto the persistent store.voidChallengeEntityDao. remove(ChallengeEntity entity)Removes an instance ofChallengeEntityfrom the persistent store.voidChallengeEntityDaoBase. remove(ChallengeEntity entity)Removes an instance ofChallengeEntityfrom the persistent store.com.soffid.iam.api.ChallengeChallengeEntityDao. toChallenge(ChallengeEntity entity)Transforms toChallengeobjectvoidChallengeEntityDao. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)Copy data toChallengeobjectcom.soffid.iam.api.ChallengeChallengeEntityDaoBase. toChallenge(ChallengeEntity entity)Transforms toChallengeobjectvoidChallengeEntityDaoBase. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)Copy data toChallengeobjectvoidChallengeEntityDaoImpl. toChallenge(ChallengeEntity source, com.soffid.iam.api.Challenge target)voidChallengeEntityDao. update(ChallengeEntity entity)Updates an instance ofChallengeEntityat the persistent store.voidChallengeEntityDaoBase. update(ChallengeEntity entity)Updates an instance ofChallengeEntityat the persistent store.Method parameters in com.soffid.iam.model with type arguments of type ChallengeEntity Modifier and Type Method Description voidChallengeEntityDao. create(Collection<? extends ChallengeEntity> entities)Creates a collection ofChallengeEntityand adds it to the persistent store.voidChallengeEntityDaoBase. create(Collection<? extends ChallengeEntity> entities)Creates a collection ofChallengeEntityand adds it to the persistent store.voidChallengeEntityDao. remove(Collection<? extends ChallengeEntity> entities)Removes a collection ofChallengeEntityfrom the persistent store.voidChallengeEntityDaoBase. remove(Collection<? extends ChallengeEntity> entities)Removes a collection ofChallengeEntityfrom the persistent store.List<com.soffid.iam.api.Challenge>ChallengeEntityDao. toChallengeList(Collection<ChallengeEntity> entities)Transforms toChallengelistList<com.soffid.iam.api.Challenge>ChallengeEntityDaoBase. toChallengeList(Collection<ChallengeEntity> instances)Transforms toChallengelistvoidChallengeEntityDao. update(Collection<? extends ChallengeEntity> entities)Updates a collection ofChallengeEntityin the persistent store.voidChallengeEntityDaoBase. update(Collection<? extends ChallengeEntity> entities)Updates a collection ofChallengeEntityin the persistent store.
-