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 RecoveryQuestion
GetRecoveryQuestionCommand.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 BaseResult
GetRecoveryQuestionCommand.getResult
(RecoveryQuestion recoveryQuestion) Method parameters in com.echothree.control.user.user.server.command with type arguments of type RecoveryQuestionModifier and TypeMethodDescriptionprotected BaseResult
GetRecoveryQuestionsCommand.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 TypeMethodDescriptionlong
UserControl.countRecoveryAnswersByRecoveryQuestion
(RecoveryQuestion recoveryQuestion) UserControl.createRecoveryAnswer
(Party party, RecoveryQuestion recoveryQuestion, String answer, BasePK createdBy) UserControl.createRecoveryQuestionDescription
(RecoveryQuestion recoveryQuestion, Language language, String description, BasePK createdBy) void
UserControl.deleteRecoveryAnswersByRecoveryQuestion
(RecoveryQuestion recoveryQuestion, BasePK deletedBy) void
UserControl.deleteRecoveryQuestion
(RecoveryQuestion recoveryQuestion, BasePK deletedBy) void
UserControl.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
(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) RecoveryAnswerDetail.getRecoveryQuestion
(Session session) RecoveryAnswerDetail.getRecoveryQuestion
(Session session, EntityPermission entityPermission) RecoveryQuestionDescription.getRecoveryQuestion()
RecoveryQuestionDescription.getRecoveryQuestion
(EntityPermission entityPermission) RecoveryQuestionDescription.getRecoveryQuestion
(Session session) RecoveryQuestionDescription.getRecoveryQuestion
(Session session, EntityPermission entityPermission) RecoveryQuestionDetail.getRecoveryQuestion()
RecoveryQuestionDetail.getRecoveryQuestion
(EntityPermission entityPermission) RecoveryQuestionDetail.getRecoveryQuestion
(Session session) RecoveryQuestionDetail.getRecoveryQuestion
(Session session, EntityPermission entityPermission) RecoveryAnswerDetail.getRecoveryQuestionForUpdate()
RecoveryAnswerDetail.getRecoveryQuestionForUpdate
(Session session) RecoveryQuestionDescription.getRecoveryQuestionForUpdate()
RecoveryQuestionDescription.getRecoveryQuestionForUpdate
(Session session) RecoveryQuestionDetail.getRecoveryQuestionForUpdate()
RecoveryQuestionDetail.getRecoveryQuestionForUpdate
(Session session) Methods in com.echothree.model.data.user.server.entity with parameters of type RecoveryQuestionModifier and TypeMethodDescriptionvoid
RecoveryAnswerDetail.setRecoveryQuestion
(RecoveryQuestion entity) void
RecoveryQuestionDescription.setRecoveryQuestion
(RecoveryQuestion entity) void
RecoveryQuestionDetail.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.create
(Session session, RecoveryQuestionDetailPK activeDetailPK, RecoveryQuestionDetailPK lastDetailPK) RecoveryQuestionFactory.create
(Session session, RecoveryQuestionDetail activeDetail, RecoveryQuestionDetail lastDetail) RecoveryQuestionFactory.getEntityFromCache
(Session session, RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromPK
(EntityPermission entityPermission, RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) RecoveryQuestionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RecoveryQuestionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RecoveryQuestionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) RecoveryQuestionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) RecoveryQuestionFactory.getEntityFromValue
(EntityPermission entityPermission, RecoveryQuestionValue value) RecoveryQuestionFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<RecoveryQuestionPK> pks) RecoveryQuestionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) RecoveryQuestionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) RecoveryQuestionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) RecoveryQuestionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) RecoveryQuestionFactory.getEntitiesFromResultSet
(Session session, 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) RecoveryAnswerDetailFactory.create
(Session session, RecoveryAnswer recoveryAnswer, Party party, RecoveryQuestion recoveryQuestion, String answer, Long fromTime, Long thruTime) RecoveryQuestionDescriptionFactory.create
(RecoveryQuestion recoveryQuestion, Language language, String description, Long fromTime, Long thruTime) RecoveryQuestionDescriptionFactory.create
(Session session, RecoveryQuestion recoveryQuestion, Language language, String description, Long fromTime, Long thruTime) RecoveryQuestionDetailFactory.create
(RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) RecoveryQuestionDetailFactory.create
(Session session, RecoveryQuestion recoveryQuestion, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
RecoveryQuestionFactory.remove
(Session session, RecoveryQuestion entity) void
RecoveryQuestionFactory.store
(Session session, RecoveryQuestion entity) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryQuestionModifier and TypeMethodDescriptionvoid
RecoveryQuestionFactory.store
(Session session, Collection<RecoveryQuestion> entities) void
RecoveryQuestionFactory.store
(Collection<RecoveryQuestion> entities)