Uses of Class
com.echothree.model.data.training.server.value.TrainingClassTranslationValue
Packages that use TrainingClassTranslationValue
Package
Description
-
Uses of TrainingClassTranslationValue in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control that return TrainingClassTranslationValueModifier and TypeMethodDescriptionTrainingControl.getTrainingClassTranslationValue
(TrainingClassTranslation trainingClassTranslation) TrainingControl.getTrainingClassTranslationValueForUpdate
(TrainingClass trainingClass, Language language) Methods in com.echothree.model.control.training.server.control with parameters of type TrainingClassTranslationValueModifier and TypeMethodDescriptionvoid
TrainingControl.updateTrainingClassTranslationFromValue
(TrainingClassTranslationValue trainingClassTranslationValue, BasePK updatedBy) -
Uses of TrainingClassTranslationValue in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassTranslationValueMethods in com.echothree.model.data.training.server.entity with parameters of type TrainingClassTranslationValueModifier and TypeMethodDescriptionvoid
TrainingClassTranslation.setTrainingClassTranslationValue
(TrainingClassTranslationValue value) Constructors in com.echothree.model.data.training.server.entity with parameters of type TrainingClassTranslationValueModifierConstructorDescriptionTrainingClassTranslation
(TrainingClassTranslationValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassTranslation -
Uses of TrainingClassTranslationValue in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassTranslationValueModifier and TypeMethodDescriptionTrainingClassTranslationFactory.getValueFromPK
(Session session, TrainingClassTranslationPK pk) TrainingClassTranslationFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassTranslationValueModifier and TypeMethodDescriptionTrainingClassTranslationFactory.getValuesFromPKs
(Session session, Collection<TrainingClassTranslationPK> pks) TrainingClassTranslationFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassTranslationValueModifier and TypeMethodDescriptionTrainingClassTranslationFactory.getEntityFromValue
(EntityPermission entityPermission, TrainingClassTranslationValue value) TrainingClassTranslationFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TrainingClassTranslationValue value) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassTranslationValueModifier and TypeMethodDescriptionvoid
TrainingClassTranslationFactory.create
(Session session, Collection<TrainingClassTranslationValue> _values) void
TrainingClassTranslationFactory.create
(Collection<TrainingClassTranslationValue> _values) -
Uses of TrainingClassTranslationValue in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassTranslationValue