Uses of Class
com.echothree.model.data.survey.server.value.SurveyValue
Packages that use SurveyValue
Package
Description
-
Uses of SurveyValue in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return SurveyValueMethods in com.echothree.model.data.survey.server.entity with parameters of type SurveyValueConstructors in com.echothree.model.data.survey.server.entity with parameters of type SurveyValueModifierConstructorDescriptionSurvey
(SurveyValue value, EntityPermission entityPermission) Creates a new instance of Survey -
Uses of SurveyValue in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory that return SurveyValueModifier and TypeMethodDescriptionSurveyFactory.getValueFromPK
(Session session, SurveyPK pk) SurveyFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory that return types with arguments of type SurveyValueModifier and TypeMethodDescriptionSurveyFactory.getValuesFromPKs
(Session session, Collection<SurveyPK> pks) SurveyFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory with parameters of type SurveyValueModifier and TypeMethodDescriptionSurveyFactory.getEntityFromValue
(EntityPermission entityPermission, SurveyValue value) SurveyFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, SurveyValue value) Method parameters in com.echothree.model.data.survey.server.factory with type arguments of type SurveyValueModifier and TypeMethodDescriptionvoid
SurveyFactory.create
(Session session, Collection<SurveyValue> _values) void
SurveyFactory.create
(Collection<SurveyValue> _values) -
Uses of SurveyValue in com.echothree.model.data.survey.server.value
Methods in com.echothree.model.data.survey.server.value that return SurveyValue