Uses of Class
com.echothree.model.data.training.server.value.TrainingClassQuestionTranslationValue
Packages that use TrainingClassQuestionTranslationValue
Package
Description
-
Uses of TrainingClassQuestionTranslationValue in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control that return TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionTrainingControl.getTrainingClassQuestionTranslationValue(TrainingClassQuestionTranslation trainingClassQuestionTranslation) TrainingControl.getTrainingClassQuestionTranslationValueForUpdate(TrainingClassQuestion trainingClassQuestion, Language language) Methods in com.echothree.model.control.training.server.control with parameters of type TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionvoidTrainingControl.updateTrainingClassQuestionTranslationFromValue(TrainingClassQuestionTranslationValue trainingClassQuestionTranslationValue, BasePK updatedBy) -
Uses of TrainingClassQuestionTranslationValue in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionTrainingClassQuestionTranslation.getTrainingClassQuestionTranslationValue()Methods in com.echothree.model.data.training.server.entity with parameters of type TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionvoidTrainingClassQuestionTranslation.setTrainingClassQuestionTranslationValue(TrainingClassQuestionTranslationValue value) Constructors in com.echothree.model.data.training.server.entity with parameters of type TrainingClassQuestionTranslationValueModifierConstructorDescriptionTrainingClassQuestionTranslation(TrainingClassQuestionTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassQuestionTranslation -
Uses of TrainingClassQuestionTranslationValue in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getValueFromPK(Session session, TrainingClassQuestionTranslationPK pk) TrainingClassQuestionTranslationFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getValuesFromPKs(Session session, Collection<TrainingClassQuestionTranslationPK> pks) TrainingClassQuestionTranslationFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionTrainingClassQuestionTranslationFactory.getEntityFromValue(EntityPermission entityPermission, TrainingClassQuestionTranslationValue value) TrainingClassQuestionTranslationFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TrainingClassQuestionTranslationValue value) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassQuestionTranslationValueModifier and TypeMethodDescriptionvoidTrainingClassQuestionTranslationFactory.create(Session session, Collection<TrainingClassQuestionTranslationValue> _values) voidTrainingClassQuestionTranslationFactory.create(Collection<TrainingClassQuestionTranslationValue> _values) -
Uses of TrainingClassQuestionTranslationValue in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassQuestionTranslationValue