Uses of Class
com.echothree.model.data.user.common.pk.RecoveryQuestionDescriptionPK
Packages that use RecoveryQuestionDescriptionPK
Package
Description
-
Uses of RecoveryQuestionDescriptionPK in com.echothree.model.data.user.server.entity
Methods in com.echothree.model.data.user.server.entity that return RecoveryQuestionDescriptionPK -
Uses of RecoveryQuestionDescriptionPK in com.echothree.model.data.user.server.factory
Methods in com.echothree.model.data.user.server.factory that return RecoveryQuestionDescriptionPKModifier and TypeMethodDescriptionRecoveryQuestionDescriptionFactory.getNextPK()RecoveryQuestionDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) RecoveryQuestionDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory that return types with arguments of type RecoveryQuestionDescriptionPKModifier and TypeMethodDescriptionRecoveryQuestionDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) RecoveryQuestionDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) RecoveryQuestionDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) RecoveryQuestionDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.user.server.factory with parameters of type RecoveryQuestionDescriptionPKModifier and TypeMethodDescriptionRecoveryQuestionDescriptionFactory.getEntityFromCache(Session session, RecoveryQuestionDescriptionPK pk) RecoveryQuestionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, RecoveryQuestionDescriptionPK pk) RecoveryQuestionDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, RecoveryQuestionDescriptionPK pk) RecoveryQuestionDescriptionFactory.getValueFromPK(Session session, RecoveryQuestionDescriptionPK pk) voidRecoveryQuestionDescriptionFactory.remove(Session session, RecoveryQuestionDescriptionPK pk) booleanRecoveryQuestionDescriptionFactory.validPK(Session session, RecoveryQuestionDescriptionPK pk) Method parameters in com.echothree.model.data.user.server.factory with type arguments of type RecoveryQuestionDescriptionPKModifier and TypeMethodDescriptionRecoveryQuestionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<RecoveryQuestionDescriptionPK> pks) RecoveryQuestionDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<RecoveryQuestionDescriptionPK> pks) RecoveryQuestionDescriptionFactory.getValuesFromPKs(Session session, Collection<RecoveryQuestionDescriptionPK> pks) voidRecoveryQuestionDescriptionFactory.remove(Session session, Collection<RecoveryQuestionDescriptionPK> pks) voidRecoveryQuestionDescriptionFactory.remove(Collection<RecoveryQuestionDescriptionPK> pks) -
Uses of RecoveryQuestionDescriptionPK in com.echothree.model.data.user.server.value
Methods in com.echothree.model.data.user.server.value that return RecoveryQuestionDescriptionPKConstructors in com.echothree.model.data.user.server.value with parameters of type RecoveryQuestionDescriptionPKModifierConstructorDescriptionRecoveryQuestionDescriptionValue(RecoveryQuestionDescriptionPK recoveryQuestionDescriptionPK, RecoveryQuestionPK recoveryQuestionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of RecoveryQuestionDescriptionValue