Uses of Class
com.echothree.model.data.training.server.value.TrainingClassSectionTranslationValue
Packages that use TrainingClassSectionTranslationValue
Package
Description
-
Uses of TrainingClassSectionTranslationValue in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control that return TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionTrainingControl.getTrainingClassSectionTranslationValue(TrainingClassSectionTranslation trainingClassSectionTranslation) TrainingControl.getTrainingClassSectionTranslationValueForUpdate(TrainingClassSection trainingClassSection, Language language) Methods in com.echothree.model.control.training.server.control with parameters of type TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionvoidTrainingControl.updateTrainingClassSectionTranslationFromValue(TrainingClassSectionTranslationValue trainingClassSectionTranslationValue, BasePK updatedBy) -
Uses of TrainingClassSectionTranslationValue in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionTrainingClassSectionTranslation.getTrainingClassSectionTranslationValue()Methods in com.echothree.model.data.training.server.entity with parameters of type TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionvoidTrainingClassSectionTranslation.setTrainingClassSectionTranslationValue(TrainingClassSectionTranslationValue value) Constructors in com.echothree.model.data.training.server.entity with parameters of type TrainingClassSectionTranslationValueModifierConstructorDescriptionTrainingClassSectionTranslation(TrainingClassSectionTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassSectionTranslation -
Uses of TrainingClassSectionTranslationValue in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getValueFromPK(Session session, TrainingClassSectionTranslationPK pk) TrainingClassSectionTranslationFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getValuesFromPKs(Session session, Collection<TrainingClassSectionTranslationPK> pks) TrainingClassSectionTranslationFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionTrainingClassSectionTranslationFactory.getEntityFromValue(EntityPermission entityPermission, TrainingClassSectionTranslationValue value) TrainingClassSectionTranslationFactory.getEntityFromValue(Session session, EntityPermission entityPermission, TrainingClassSectionTranslationValue value) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassSectionTranslationValueModifier and TypeMethodDescriptionvoidTrainingClassSectionTranslationFactory.create(Session session, Collection<TrainingClassSectionTranslationValue> _values) voidTrainingClassSectionTranslationFactory.create(Collection<TrainingClassSectionTranslationValue> _values) -
Uses of TrainingClassSectionTranslationValue in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassSectionTranslationValue