Uses of Class
com.echothree.model.control.user.common.transfer.RecoveryQuestionTransfer
Packages that use RecoveryQuestionTransfer
Package
Description
-
Uses of RecoveryQuestionTransfer in com.echothree.control.user.user.common.result
Methods in com.echothree.control.user.user.common.result that return RecoveryQuestionTransferModifier and TypeMethodDescriptionEditRecoveryQuestionResult.getRecoveryQuestion()GetRecoveryQuestionDescriptionsResult.getRecoveryQuestion()GetRecoveryQuestionResult.getRecoveryQuestion()Methods in com.echothree.control.user.user.common.result that return types with arguments of type RecoveryQuestionTransferMethods in com.echothree.control.user.user.common.result with parameters of type RecoveryQuestionTransferModifier and TypeMethodDescriptionvoidEditRecoveryQuestionResult.setRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) voidGetRecoveryQuestionDescriptionsResult.setRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) voidGetRecoveryQuestionResult.setRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) Method parameters in com.echothree.control.user.user.common.result with type arguments of type RecoveryQuestionTransferModifier and TypeMethodDescriptionvoidGetRecoveryQuestionsResult.setRecoveryQuestions(List<RecoveryQuestionTransfer> recoveryQuestions) -
Uses of RecoveryQuestionTransfer in com.echothree.model.control.user.common.transfer
Methods in com.echothree.model.control.user.common.transfer that return RecoveryQuestionTransferModifier and TypeMethodDescriptionRecoveryAnswerTransfer.getRecoveryQuestion()RecoveryQuestionDescriptionTransfer.getRecoveryQuestion()Methods in com.echothree.model.control.user.common.transfer with parameters of type RecoveryQuestionTransferModifier and TypeMethodDescriptionvoidRecoveryAnswerTransfer.setRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) voidRecoveryQuestionDescriptionTransfer.setRecoveryQuestion(RecoveryQuestionTransfer recoveryQuestion) Constructors in com.echothree.model.control.user.common.transfer with parameters of type RecoveryQuestionTransferModifierConstructorDescriptionRecoveryAnswerTransfer(PartyTransfer party, RecoveryQuestionTransfer recoveryQuestion, String answer) Creates a new instance of RecoveryAnswerTransferRecoveryQuestionDescriptionTransfer(LanguageTransfer language, RecoveryQuestionTransfer recoveryQuestion, String description) Creates a new instance of RecoveryQuestionDescriptionTransfer -
Uses of RecoveryQuestionTransfer in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control that return RecoveryQuestionTransferModifier and TypeMethodDescriptionUserControl.getRecoveryQuestionTransfer(UserVisit userVisit, RecoveryQuestion recoveryQuestion) Methods in com.echothree.model.control.user.server.control that return types with arguments of type RecoveryQuestionTransferModifier and TypeMethodDescriptionUserControl.getRecoveryQuestionTransfers(UserVisit userVisit) UserControl.getRecoveryQuestionTransfers(UserVisit userVisit, Collection<RecoveryQuestion> recoveryQuestions) -
Uses of RecoveryQuestionTransfer in com.echothree.model.control.user.server.transfer
Methods in com.echothree.model.control.user.server.transfer that return RecoveryQuestionTransferModifier and TypeMethodDescriptionRecoveryQuestionTransferCache.getRecoveryQuestionTransfer(UserVisit userVisit, RecoveryQuestion recoveryQuestion)