Uses of Class
com.echothree.model.data.user.common.pk.RecoveryQuestionPK
Packages that use RecoveryQuestionPK
Package
Description
-
Uses of RecoveryQuestionPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryQuestion.getPrimaryKey()RecoveryAnswerDetail.getRecoveryQuestionPK()RecoveryQuestionDescription.getRecoveryQuestionPK()RecoveryQuestionDetail.getRecoveryQuestionPK()Methods in com.echothree.model.data.user.server.entity with parameters of type RecoveryQuestionPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetail.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidRecoveryQuestionDescription.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidRecoveryQuestionDetail.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) -
Uses of RecoveryQuestionPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryQuestionFactory.getNextPK()RecoveryQuestionFactory.getPKFromQuery(PreparedStatement ps, Object... params) RecoveryQuestionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryQuestionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) RecoveryQuestionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) RecoveryQuestionFactory.getPKsFromResultSetAsList(ResultSet rs) RecoveryQuestionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryAnswerDetailFactory.create(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) RecoveryQuestionDescriptionFactory.create(RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) RecoveryQuestionDetailFactory.create(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) RecoveryQuestionFactory.getEntityFromCache(RecoveryQuestionPK pk) RecoveryQuestionFactory.getEntityFromPK(EntityPermission entityPermission, RecoveryQuestionPK pk) RecoveryQuestionFactory.getValueFromPK(RecoveryQuestionPK pk) voidRecoveryQuestionFactory.remove(RecoveryQuestionPK pk) booleanRecoveryQuestionFactory.validPK(RecoveryQuestionPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryQuestionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<RecoveryQuestionPK> pks) RecoveryQuestionFactory.getValuesFromPKs(Collection<RecoveryQuestionPK> pks) voidRecoveryQuestionFactory.remove(Collection<RecoveryQuestionPK> pks) -
Uses of RecoveryQuestionPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return RecoveryQuestionPKModifier and TypeMethodDescriptionRecoveryQuestionValue.getPrimaryKey()RecoveryAnswerDetailValue.getRecoveryQuestionPK()RecoveryQuestionDescriptionValue.getRecoveryQuestionPK()RecoveryQuestionDetailValue.getRecoveryQuestionPK()Methods in com.echothree.model.data.user.server.value with parameters of type RecoveryQuestionPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetailValue.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidRecoveryQuestionDescriptionValue.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) voidRecoveryQuestionDetailValue.setRecoveryQuestionPK(RecoveryQuestionPK recoveryQuestionPK) Constructors in com.echothree.model.data.user.server.value with parameters of type RecoveryQuestionPKModifierConstructorDescriptionRecoveryAnswerDetailValue(RecoveryAnswerDetailPK recoveryAnswerDetailPK, RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValueRecoveryAnswerDetailValue(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) Creates a new instance of RecoveryAnswerDetailValueRecoveryQuestionDescriptionValue(RecoveryQuestionDescriptionPK recoveryQuestionDescriptionPK, RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDescriptionValueRecoveryQuestionDescriptionValue(RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDescriptionValueRecoveryQuestionDetailValue(RecoveryQuestionDetailPK recoveryQuestionDetailPK, RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDetailValueRecoveryQuestionDetailValue(RecoveryQuestionPK recoveryQuestionPK, String recoveryQuestionName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDetailValueRecoveryQuestionValue(RecoveryQuestionPK recoveryQuestionPK, RecoveryQuestionDetailPK activeDetailPK, RecoveryQuestionDetailPK lastDetailPK) Creates a new instance of RecoveryQuestionValue