Uses of Class
com.echothree.model.data.user.server.entity.RecoveryQuestion
Packages that use RecoveryQuestion
Package
Description
-
Uses of RecoveryQuestion in com.echothree.control.user.user.server.command
Methods in com.echothree.control.user.user.server.command that return RecoveryQuestionModifier and TypeMethodDescriptionprotected RecoveryQuestionGetRecoveryQuestionCommand.getEntity()Methods in com.echothree.control.user.user.server.command that return types with arguments of type RecoveryQuestionModifier and TypeMethodDescriptionprotected Collection<RecoveryQuestion> GetRecoveryQuestionsCommand.getEntities()Methods in com.echothree.control.user.user.server.command with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionprotected BaseResultGetRecoveryQuestionCommand.getResult(RecoveryQuestion recoveryQuestion) Method parameters in com.echothree.control.user.user.server.command with type arguments of type RecoveryQuestionModifier and TypeMethodDescriptionprotected BaseResultGetRecoveryQuestionsCommand.getResult(Collection<RecoveryQuestion> entities) -
Uses of RecoveryQuestion in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return RecoveryQuestionModifier and TypeMethodDescriptionUserControl.createRecoveryQuestion(String recoveryQuestionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) UserControl.getDefaultRecoveryQuestion()UserControl.getDefaultRecoveryQuestionForUpdate()UserControl.getRecoveryQuestionByEntityInstance(EntityInstance entityInstance) UserControl.getRecoveryQuestionByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.RecoveryQuestionUserControl.getRecoveryQuestionByEntityInstanceForUpdate(EntityInstance entityInstance) UserControl.getRecoveryQuestionByName(String recoveryQuestionName) UserControl.getRecoveryQuestionByNameForUpdate(String recoveryQuestionName) Methods in com.echothree.model.control.user.server.control that return types with arguments of type RecoveryQuestionModifier and TypeMethodDescriptionUserControl.getRecoveryQuestions()UserControl.getRecoveryQuestionsForUpdate()Methods in com.echothree.model.control.user.server.control with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionlongUserControl.countRecoveryAnswersByRecoveryQuestion(RecoveryQuestion recoveryQuestion) UserControl.createRecoveryAnswer(Party party, RecoveryQuestion recoveryQuestion, String answer, BasePK createdBy) UserControl.createRecoveryQuestionDescription(RecoveryQuestion recoveryQuestion, Language language, String description, BasePK createdBy) voidUserControl.deleteRecoveryAnswersByRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) voidUserControl.deleteRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) voidUserControl.deleteRecoveryQuestionDescriptionsByRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) UserControl.getBestRecoveryQuestionDescription(RecoveryQuestion recoveryQuestion, Language language) UserControl.getRecoveryAnswersByRecoveryQuestion(RecoveryQuestion recoveryQuestion) UserControl.getRecoveryAnswersByRecoveryQuestionForUpdate(RecoveryQuestion recoveryQuestion) UserControl.getRecoveryQuestionDescription(RecoveryQuestion recoveryQuestion, Language language) UserControl.getRecoveryQuestionDescriptionForUpdate(RecoveryQuestion recoveryQuestion, Language language) UserControl.getRecoveryQuestionDescriptionsByRecoveryQuestion(RecoveryQuestion recoveryQuestion) UserControl.getRecoveryQuestionDescriptionsByRecoveryQuestionForUpdate(RecoveryQuestion recoveryQuestion) UserControl.getRecoveryQuestionDescriptionTransfers(UserVisit userVisit, RecoveryQuestion recoveryQuestion) UserControl.getRecoveryQuestionDescriptionValueForUpdate(RecoveryQuestion recoveryQuestion, Language language) UserControl.getRecoveryQuestionDetailValueForUpdate(RecoveryQuestion recoveryQuestion) UserControl.getRecoveryQuestionTransfer(UserVisit userVisit, RecoveryQuestion recoveryQuestion) Method parameters in com.echothree.model.control.user.server.control with type arguments of type RecoveryQuestionModifier and TypeMethodDescriptionUserControl.getRecoveryQuestionTransfers(UserVisit userVisit, Collection<RecoveryQuestion> recoveryQuestions) -
Uses of RecoveryQuestion in com.echothree.model.control.user.server.graphql
Constructors in com.echothree.model.control.user.server.graphql with parameters of type RecoveryQuestion -
Uses of RecoveryQuestion in com.echothree.model.control.user.server.logic
Methods in com.echothree.model.control.user.server.logic that return RecoveryQuestionModifier and TypeMethodDescriptionRecoveryQuestionLogic.getRecoveryQuestionByName(ExecutionErrorAccumulator eea, String recoveryQuestionName) -
Uses of RecoveryQuestion in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionRecoveryQuestionTransferCache.getRecoveryQuestionTransfer(UserVisit userVisit, RecoveryQuestion recoveryQuestion) -
Uses of RecoveryQuestion in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return RecoveryQuestionModifier and TypeMethodDescriptionRecoveryAnswerDetail.getRecoveryQuestion()RecoveryAnswerDetail.getRecoveryQuestion(EntityPermission entityPermission) RecoveryQuestionDescription.getRecoveryQuestion()RecoveryQuestionDescription.getRecoveryQuestion(EntityPermission entityPermission) RecoveryQuestionDetail.getRecoveryQuestion()RecoveryQuestionDetail.getRecoveryQuestion(EntityPermission entityPermission) RecoveryAnswerDetail.getRecoveryQuestionForUpdate()RecoveryQuestionDescription.getRecoveryQuestionForUpdate()RecoveryQuestionDetail.getRecoveryQuestionForUpdate()Methods in com.echothree.model.data.user.server.entity with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionvoidRecoveryAnswerDetail.setRecoveryQuestion(RecoveryQuestion entity) voidRecoveryQuestionDescription.setRecoveryQuestion(RecoveryQuestion entity) voidRecoveryQuestionDetail.setRecoveryQuestion(RecoveryQuestion entity) -
Uses of RecoveryQuestion in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return RecoveryQuestionModifier and TypeMethodDescriptionRecoveryQuestionFactory.create()RecoveryQuestionFactory.create(RecoveryQuestionDetailPK activeDetailPK, RecoveryQuestionDetailPK lastDetailPK) RecoveryQuestionFactory.create(RecoveryQuestionDetail activeDetail, RecoveryQuestionDetail lastDetail) RecoveryQuestionFactory.getEntityFromCache(RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromPK(EntityPermission entityPermission, RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) RecoveryQuestionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RecoveryQuestionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RecoveryQuestionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) RecoveryQuestionFactory.getEntityFromValue(EntityPermission entityPermission, RecoveryQuestionValue value) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type RecoveryQuestionModifier and TypeMethodDescriptionRecoveryQuestionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<RecoveryQuestionPK> pks) RecoveryQuestionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) RecoveryQuestionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RecoveryQuestionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RecoveryQuestionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionRecoveryAnswerDetailFactory.create(RecoveryAnswer recoveryAnswer, Party party, RecoveryQuestion recoveryQuestion, String answer, Long fromTime, Long thruTime) RecoveryQuestionDescriptionFactory.create(RecoveryQuestion recoveryQuestion, Language language, String description, Long fromTime, Long thruTime) RecoveryQuestionDetailFactory.create(RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidRecoveryQuestionFactory.remove(RecoveryQuestion entity) voidRecoveryQuestionFactory.store(RecoveryQuestion entity) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryQuestionModifier and TypeMethodDescriptionvoidRecoveryQuestionFactory.store(Collection<RecoveryQuestion> entities)