Uses of Class
com.echothree.model.data.survey.server.value.SurveyDetailValue
Packages that use SurveyDetailValue
Package
Description
-
Uses of SurveyDetailValue in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return SurveyDetailValueMethods in com.echothree.model.data.survey.server.entity with parameters of type SurveyDetailValueModifier and TypeMethodDescriptionvoidSurveyDetail.setSurveyDetailValue(SurveyDetailValue value) Constructors in com.echothree.model.data.survey.server.entity with parameters of type SurveyDetailValueModifierConstructorDescriptionSurveyDetail(SurveyDetailValue value, EntityPermission entityPermission) Creates a new instance of SurveyDetail -
Uses of SurveyDetailValue in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory that return SurveyDetailValueModifier and TypeMethodDescriptionSurveyDetailFactory.getValueFromPK(Session session, SurveyDetailPK pk) SurveyDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory that return types with arguments of type SurveyDetailValueModifier and TypeMethodDescriptionSurveyDetailFactory.getValuesFromPKs(Session session, Collection<SurveyDetailPK> pks) SurveyDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory with parameters of type SurveyDetailValueModifier and TypeMethodDescriptionSurveyDetailFactory.getEntityFromValue(EntityPermission entityPermission, SurveyDetailValue value) SurveyDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, SurveyDetailValue value) Method parameters in com.echothree.model.data.survey.server.factory with type arguments of type SurveyDetailValueModifier and TypeMethodDescriptionvoidSurveyDetailFactory.create(Session session, Collection<SurveyDetailValue> _values) voidSurveyDetailFactory.create(Collection<SurveyDetailValue> _values) -
Uses of SurveyDetailValue in com.echothree.model.data.survey.server.value
Methods in com.echothree.model.data.survey.server.value that return SurveyDetailValue