类 CmsSurveyQuestionService
java.lang.Object
com.publiccms.common.base.BaseService<CmsSurveyQuestion>
com.publiccms.logic.service.cms.CmsSurveyQuestionService
@Service
@Transactional
public class CmsSurveyQuestionService
extends BaseService<CmsSurveyQuestion>
CmsSurveyQuestionService
-
字段概要
字段修饰符和类型字段说明private CmsSurveyQuestionDao
static final String
static final String
static final String
static final String
static final String
static final String
static final String[]
从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPage
(Long surveyId, String[] questionTypes, String orderType, Integer pageIndex, Integer pageSize) updateAnswer
(Serializable id, String answer) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
QUESTION_TYPE_RADIO
- 另请参阅:
-
QUESTION_TYPE_SELECT
- 另请参阅:
-
QUESTION_TYPE_CHECKBOX
- 另请参阅:
-
QUESTION_TYPE_TEXT
- 另请参阅:
-
QUESTION_TYPE_FILE
- 另请参阅:
-
QUESTION_TYPE_PICTURE
- 另请参阅:
-
QUESTION_TYPES_DICT
-
dao
-
-
构造器详细资料
-
CmsSurveyQuestionService
public CmsSurveyQuestionService()
-
-
方法详细资料