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
(Session session, SurveyDescriptionPK pk) SurveyDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, SurveyDescriptionPK pk) SurveyDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, SurveyDescriptionPK pk) SurveyDescriptionFactory.getValueFromPK
(Session session, SurveyDescriptionPK pk) void
SurveyDescriptionFactory.remove
(Session session, SurveyDescriptionPK pk) boolean
SurveyDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SurveyDescriptionPK> pks) SurveyDescriptionFactory.getValuesFromPKs
(Session session, Collection<SurveyDescriptionPK> pks) void
SurveyDescriptionFactory.remove
(Session session, Collection<SurveyDescriptionPK> pks) void
SurveyDescriptionFactory.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