Uses of Class
com.echothree.model.data.survey.common.pk.SurveyDescriptionPK
Packages that use SurveyDescriptionPK
Package
Description
-
Uses of SurveyDescriptionPK in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return SurveyDescriptionPK -
Uses of SurveyDescriptionPK in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory that return SurveyDescriptionPKModifier and TypeMethodDescriptionSurveyDescriptionFactory.getNextPK()SurveyDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) SurveyDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.survey.server.factory that return types with arguments of type SurveyDescriptionPKModifier and TypeMethodDescriptionSurveyDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SurveyDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SurveyDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) SurveyDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.survey.server.factory with parameters of type SurveyDescriptionPKModifier and TypeMethodDescriptionSurveyDescriptionFactory.getEntityFromCache(SurveyDescriptionPK pk) SurveyDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, SurveyDescriptionPK pk) SurveyDescriptionFactory.getValueFromPK(SurveyDescriptionPK pk) voidSurveyDescriptionFactory.remove(SurveyDescriptionPK pk) booleanSurveyDescriptionFactory.validPK(SurveyDescriptionPK pk) Method parameters in com.echothree.model.data.survey.server.factory with type arguments of type SurveyDescriptionPKModifier and TypeMethodDescriptionSurveyDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SurveyDescriptionPK> pks) SurveyDescriptionFactory.getValuesFromPKs(Collection<SurveyDescriptionPK> pks) voidSurveyDescriptionFactory.remove(Collection<SurveyDescriptionPK> pks) -
Uses of SurveyDescriptionPK in com.echothree.model.data.survey.server.value
Methods in com.echothree.model.data.survey.server.value that return SurveyDescriptionPKConstructors in com.echothree.model.data.survey.server.value with parameters of type SurveyDescriptionPKModifierConstructorDescriptionSurveyDescriptionValue(SurveyDescriptionPK surveyDescriptionPK, SurveyPK surveyPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of SurveyDescriptionValue