Uses of Class
com.echothree.model.data.survey.server.value.SurveyDescriptionValue
Packages that use SurveyDescriptionValue
Package
Description
-
Uses of SurveyDescriptionValue in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return SurveyDescriptionValueMethods in com.echothree.model.data.survey.server.entity with parameters of type SurveyDescriptionValueModifier and TypeMethodDescriptionvoid
SurveyDescription.setSurveyDescriptionValue
(SurveyDescriptionValue value) Constructors in com.echothree.model.data.survey.server.entity with parameters of type SurveyDescriptionValueModifierConstructorDescriptionSurveyDescription
(SurveyDescriptionValue value, EntityPermission entityPermission) Creates a new instance of SurveyDescription -
Uses of SurveyDescriptionValue in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory that return SurveyDescriptionValueModifier and TypeMethodDescriptionSurveyDescriptionFactory.getValueFromPK
(Session session, SurveyDescriptionPK pk) SurveyDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory that return types with arguments of type SurveyDescriptionValueModifier and TypeMethodDescriptionSurveyDescriptionFactory.getValuesFromPKs
(Session session, Collection<SurveyDescriptionPK> pks) SurveyDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory with parameters of type SurveyDescriptionValueModifier and TypeMethodDescriptionSurveyDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, SurveyDescriptionValue value) SurveyDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SurveyDescriptionValue value) Method parameters in com.echothree.model.data.survey.server.factory with type arguments of type SurveyDescriptionValueModifier and TypeMethodDescriptionvoid
SurveyDescriptionFactory.create
(Session session, Collection<SurveyDescriptionValue> _values) void
SurveyDescriptionFactory.create
(Collection<SurveyDescriptionValue> _values) -
Uses of SurveyDescriptionValue in com.echothree.model.data.survey.server.value
Methods in com.echothree.model.data.survey.server.value that return SurveyDescriptionValue