Uses of Class
com.echothree.model.data.training.common.pk.TrainingClassQuestionTranslationPK
Packages that use TrainingClassQuestionTranslationPK
Package
Description
-
Uses of TrainingClassQuestionTranslationPK in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassQuestionTranslationPK -
Uses of TrainingClassQuestionTranslationPK in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getNextPK()TrainingClassQuestionTranslationFactory.getPKFromQuery(PreparedStatement ps, Object... params) TrainingClassQuestionTranslationFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) TrainingClassQuestionTranslationFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) TrainingClassQuestionTranslationFactory.getPKsFromResultSetAsList(ResultSet rs) TrainingClassQuestionTranslationFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getEntityFromCache(TrainingClassQuestionTranslationPK pk) TrainingClassQuestionTranslationFactory.getEntityFromPK(EntityPermission entityPermission, TrainingClassQuestionTranslationPK pk) TrainingClassQuestionTranslationFactory.getValueFromPK(TrainingClassQuestionTranslationPK pk) voidTrainingClassQuestionTranslationFactory.remove(TrainingClassQuestionTranslationPK pk) booleanTrainingClassQuestionTranslationFactory.validPK(TrainingClassQuestionTranslationPK pk) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<TrainingClassQuestionTranslationPK> pks) TrainingClassQuestionTranslationFactory.getValuesFromPKs(Collection<TrainingClassQuestionTranslationPK> pks) voidTrainingClassQuestionTranslationFactory.remove(Collection<TrainingClassQuestionTranslationPK> pks) -
Uses of TrainingClassQuestionTranslationPK in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassQuestionTranslationPKConstructors in com.echothree.model.data.training.server.value with parameters of type TrainingClassQuestionTranslationPKModifierConstructorDescriptionTrainingClassQuestionTranslationValue(TrainingClassQuestionTranslationPK trainingClassQuestionTranslationPK, TrainingClassQuestionPK trainingClassQuestionPK, LanguagePK languagePK, MimeTypePK questionMimeTypePK, String question, Long fromTime, Long thruTime) Creates a new instance of TrainingClassQuestionTranslationValue -
Uses of TrainingClassQuestionTranslationPK in com.echothree.model.jooq.server.records.training
Methods in com.echothree.model.jooq.server.records.training that return TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionTrainingClassQuestionTranslations.TrainingClassQuestionTranslation()Getter fortrainingclassquestiontranslations.trnclsqustr_trainingclassquestiontranslationid.Methods in com.echothree.model.jooq.server.records.training that return types with arguments of type TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionorg.jooq.Record1<TrainingClassQuestionTranslationPK> TrainingClassQuestionTranslations.key()Methods in com.echothree.model.jooq.server.records.training with parameters of type TrainingClassQuestionTranslationPKModifier and TypeMethodDescriptionvoidTrainingClassQuestionTranslations.TrainingClassQuestionTranslation(TrainingClassQuestionTranslationPK value) Setter fortrainingclassquestiontranslations.trnclsqustr_trainingclassquestiontranslationid.Constructors in com.echothree.model.jooq.server.records.training with parameters of type TrainingClassQuestionTranslationPKModifierConstructorDescriptionTrainingClassQuestionTranslations(TrainingClassQuestionTranslationPK TrainingClassQuestionTranslation, TrainingClassQuestionPK TrainingClassQuestion, LanguagePK Language, MimeTypePK QuestionMimeType, String Question, Long FromTime, Long ThruTime) Create a detached, initialised TrainingClassQuestionTranslations -
Uses of TrainingClassQuestionTranslationPK in com.echothree.model.jooq.server.tables.training
Fields in com.echothree.model.jooq.server.tables.training with type parameters of type TrainingClassQuestionTranslationPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<TrainingClassQuestionTranslations, TrainingClassQuestionTranslationPK> TrainingClassQuestionTranslations.TRAINING_CLASS_QUESTION_TRANSLATIONThe columntrainingclassquestiontranslations.trnclsqustr_trainingclassquestiontranslationid.