Uses of Class
com.echothree.model.data.training.server.value.TrainingClassAnswerDetailValue
Packages that use TrainingClassAnswerDetailValue
Package
Description
-
Uses of TrainingClassAnswerDetailValue in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control that return TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionTrainingControl.getTrainingClassAnswerDetailValueByNameForUpdate
(TrainingClassQuestion trainingClassQuestion, String trainingClassAnswerName) TrainingControl.getTrainingClassAnswerDetailValueForUpdate
(TrainingClassAnswer trainingClassAnswer) Methods in com.echothree.model.control.training.server.control with parameters of type TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionvoid
TrainingControl.updateTrainingClassAnswerFromValue
(TrainingClassAnswerDetailValue trainingClassAnswerDetailValue, BasePK updatedBy) -
Uses of TrainingClassAnswerDetailValue in com.echothree.model.data.training.server.entity
Methods in com.echothree.model.data.training.server.entity that return TrainingClassAnswerDetailValueMethods in com.echothree.model.data.training.server.entity with parameters of type TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionvoid
TrainingClassAnswerDetail.setTrainingClassAnswerDetailValue
(TrainingClassAnswerDetailValue value) Constructors in com.echothree.model.data.training.server.entity with parameters of type TrainingClassAnswerDetailValueModifierConstructorDescriptionTrainingClassAnswerDetail
(TrainingClassAnswerDetailValue value, EntityPermission entityPermission) Creates a new instance of TrainingClassAnswerDetail -
Uses of TrainingClassAnswerDetailValue in com.echothree.model.data.training.server.factory
Methods in com.echothree.model.data.training.server.factory that return TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionTrainingClassAnswerDetailFactory.getValueFromPK
(Session session, TrainingClassAnswerDetailPK pk) TrainingClassAnswerDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory that return types with arguments of type TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionTrainingClassAnswerDetailFactory.getValuesFromPKs
(Session session, Collection<TrainingClassAnswerDetailPK> pks) TrainingClassAnswerDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.training.server.factory with parameters of type TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionTrainingClassAnswerDetailFactory.getEntityFromValue
(EntityPermission entityPermission, TrainingClassAnswerDetailValue value) TrainingClassAnswerDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, TrainingClassAnswerDetailValue value) Method parameters in com.echothree.model.data.training.server.factory with type arguments of type TrainingClassAnswerDetailValueModifier and TypeMethodDescriptionvoid
TrainingClassAnswerDetailFactory.create
(Session session, Collection<TrainingClassAnswerDetailValue> _values) void
TrainingClassAnswerDetailFactory.create
(Collection<TrainingClassAnswerDetailValue> _values) -
Uses of TrainingClassAnswerDetailValue in com.echothree.model.data.training.server.value
Methods in com.echothree.model.data.training.server.value that return TrainingClassAnswerDetailValue