Uses of Class
com.echothree.model.data.survey.server.entity.Survey
Packages that use Survey
Package
Description
-
Uses of Survey in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control with parameters of type SurveyModifier and TypeMethodDescriptionChainControl.createChainActionSurvey(ChainAction chainAction, Survey survey, BasePK createdBy) -
Uses of Survey in com.echothree.model.data.chain.server.entity
Methods in com.echothree.model.data.chain.server.entity that return SurveyModifier and TypeMethodDescriptionChainActionSurvey.getSurvey()ChainActionSurvey.getSurvey(EntityPermission entityPermission) ChainActionSurvey.getSurveyForUpdate()Methods in com.echothree.model.data.chain.server.entity with parameters of type Survey -
Uses of Survey in com.echothree.model.data.chain.server.factory
Methods in com.echothree.model.data.chain.server.factory with parameters of type SurveyModifier and TypeMethodDescriptionChainActionSurveyFactory.create(ChainAction chainAction, Survey survey, Long fromTime, Long thruTime) -
Uses of Survey in com.echothree.model.data.survey.server.entity
Methods in com.echothree.model.data.survey.server.entity that return SurveyModifier and TypeMethodDescriptionSurveyDescription.getSurvey()SurveyDescription.getSurvey(EntityPermission entityPermission) SurveyDetail.getSurvey()SurveyDetail.getSurvey(EntityPermission entityPermission) SurveyDescription.getSurveyForUpdate()SurveyDetail.getSurveyForUpdate()Methods in com.echothree.model.data.survey.server.entity with parameters of type Survey -
Uses of Survey in com.echothree.model.data.survey.server.factory
Methods in com.echothree.model.data.survey.server.factory that return SurveyModifier and TypeMethodDescriptionSurveyFactory.create()SurveyFactory.create(SurveyDetailPK activeDetailPK, SurveyDetailPK lastDetailPK) SurveyFactory.create(SurveyDetail activeDetail, SurveyDetail lastDetail) SurveyFactory.getEntityFromCache(SurveyPK pk) SurveyFactory.getEntityFromPK(EntityPermission entityPermission, SurveyPK pk) SurveyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SurveyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SurveyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SurveyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) SurveyFactory.getEntityFromValue(EntityPermission entityPermission, SurveyValue value) Methods in com.echothree.model.data.survey.server.factory that return types with arguments of type SurveyModifier and TypeMethodDescriptionSurveyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SurveyPK> pks) SurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) SurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) SurveyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) SurveyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.survey.server.factory with parameters of type SurveyModifier and TypeMethodDescriptionSurveyDescriptionFactory.create(Survey survey, Language language, String description, Long fromTime, Long thruTime) SurveyDetailFactory.create(Survey survey, SurveyType surveyType, String surveyName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.survey.server.factory with type arguments of type Survey