Uses of Class
com.echothree.model.data.user.common.pk.RecoveryAnswerPK
Packages that use RecoveryAnswerPK
Package
Description
-
Uses of RecoveryAnswerPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswer.getPrimaryKey()RecoveryAnswerDetail.getRecoveryAnswerPK()Methods in com.echothree.model.data.user.server.entity with parameters of type RecoveryAnswerPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetail.setRecoveryAnswerPK(RecoveryAnswerPK recoveryAnswerPK) -
Uses of RecoveryAnswerPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswerFactory.getNextPK()RecoveryAnswerFactory.getPKFromQuery(PreparedStatement ps, Object... params) RecoveryAnswerFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswerFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) RecoveryAnswerFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) RecoveryAnswerFactory.getPKsFromResultSetAsList(ResultSet rs) RecoveryAnswerFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswerDetailFactory.create(RecoveryAnswerPK recoveryAnswerPK, PartyPK partyPK, RecoveryQuestionPK recoveryQuestionPK, String answer, Long fromTime, Long thruTime) RecoveryAnswerFactory.getEntityFromCache(RecoveryAnswerPK pk) RecoveryAnswerFactory.getEntityFromPK(EntityPermission entityPermission, RecoveryAnswerPK pk) RecoveryAnswerFactory.getValueFromPK(RecoveryAnswerPK pk) voidRecoveryAnswerFactory.remove(RecoveryAnswerPK pk) booleanRecoveryAnswerFactory.validPK(RecoveryAnswerPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<RecoveryAnswerPK> pks) RecoveryAnswerFactory.getValuesFromPKs(Collection<RecoveryAnswerPK> pks) voidRecoveryAnswerFactory.remove(Collection<RecoveryAnswerPK> pks) -
Uses of RecoveryAnswerPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return RecoveryAnswerPKModifier and TypeMethodDescriptionRecoveryAnswerValue.getPrimaryKey()RecoveryAnswerDetailValue.getRecoveryAnswerPK()Methods in com.echothree.model.data.user.server.value with parameters of type RecoveryAnswerPKModifier and TypeMethodDescriptionvoidRecoveryAnswerDetailValue.setRecoveryAnswerPK(RecoveryAnswerPK recoveryAnswerPK) Constructors in com.echothree.model.data.user.server.value with parameters of type RecoveryAnswerPKModifierConstructorDescriptionRecoveryAnswerDetailValue(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 RecoveryAnswerDetailValueRecoveryAnswerValue(RecoveryAnswerPK recoveryAnswerPK, RecoveryAnswerDetailPK activeDetailPK, RecoveryAnswerDetailPK lastDetailPK) Creates a new instance of RecoveryAnswerValue