Uses of Class
com.echothree.model.data.user.server.value.RecoveryQuestionValue
Packages that use RecoveryQuestionValue
Package
Description
-
Uses of RecoveryQuestionValue in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return RecoveryQuestionValueMethods in com.echothree.model.data.user.server.entity with parameters of type RecoveryQuestionValueModifier and TypeMethodDescriptionvoid
RecoveryQuestion.setRecoveryQuestionValue
(RecoveryQuestionValue value) Constructors in com.echothree.model.data.user.server.entity with parameters of type RecoveryQuestionValueModifierConstructorDescriptionRecoveryQuestion
(RecoveryQuestionValue value, EntityPermission entityPermission) Creates a new instance of RecoveryQuestion -
Uses of RecoveryQuestionValue in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return RecoveryQuestionValueModifier and TypeMethodDescriptionRecoveryQuestionFactory.getValueFromPK
(Session session, RecoveryQuestionPK pk) RecoveryQuestionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type RecoveryQuestionValueModifier and TypeMethodDescriptionRecoveryQuestionFactory.getValuesFromPKs
(Session session, Collection<RecoveryQuestionPK> pks) RecoveryQuestionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type RecoveryQuestionValueModifier and TypeMethodDescriptionRecoveryQuestionFactory.getEntityFromValue
(EntityPermission entityPermission, RecoveryQuestionValue value) RecoveryQuestionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, RecoveryQuestionValue value) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryQuestionValueModifier and TypeMethodDescriptionvoid
RecoveryQuestionFactory.create
(Session session, Collection<RecoveryQuestionValue> _values) void
RecoveryQuestionFactory.create
(Collection<RecoveryQuestionValue> _values) -
Uses of RecoveryQuestionValue in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return RecoveryQuestionValue