类 CmsSurveyQuestionDao
java.lang.Object
com.publiccms.common.base.BaseDao<CmsSurveyQuestion>
com.publiccms.logic.dao.cms.CmsSurveyQuestionDao
CmsSurveyQuestionDao
-
字段概要
从类继承的字段 com.publiccms.common.base.BaseDao
idWorker, log, ORDERTYPE_ASC, ORDERTYPE_DESC, sessionFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPage
(Long surveyId, String[] questionTypes, String orderType, Integer pageIndex, Integer pageSize) protected CmsSurveyQuestion
init
(CmsSurveyQuestion entity) 从类继承的方法 com.publiccms.common.base.BaseDao
batchWork, batchWork, count, countResult, delete, delete, delete, getEntity, getEntity, getEntity, getEntityClass, getEntityList, getEntitys, getEntitys, getEntitys, getEntitys, getFacetPage, getFacetPage, getId, getList, getList, getList, getList, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getPage, getQueryHandler, getQueryHandler, getSearchBackend, getSearchPredicateFactory, getSearchSession, getSession, higtLighter, index, like, reCreateIndex, rightLike, save, update
-
构造器详细资料
-
CmsSurveyQuestionDao
public CmsSurveyQuestionDao()
-
-
方法详细资料
-
getPage
public PageHandler getPage(Long surveyId, String[] questionTypes, String orderType, Integer pageIndex, Integer pageSize) - 参数:
surveyId
-questionTypes
-orderType
-pageIndex
-pageSize
-- 返回:
- results page
-
init
- 指定者:
init
在类中BaseDao<CmsSurveyQuestion>
-