类 CmsContentRelatedDao
java.lang.Object
com.publiccms.common.base.BaseDao<CmsContentRelated>
com.publiccms.logic.dao.cms.CmsContentRelatedDao
CmsContentRelatedDao
-
字段概要
从类继承的字段 com.publiccms.common.base.BaseDao
idWorker, log, ORDERTYPE_ASC, ORDERTYPE_DESC, sessionFactory
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
deleteByContentId
(Long contentId) getPage
(Long contentId, Long relatedContentId, String relationType, String relation, String orderField, String orderType, Integer pageIndex, Integer pageSize) protected CmsContentRelated
init
(CmsContentRelated 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
-
构造器详细资料
-
CmsContentRelatedDao
public CmsContentRelatedDao()
-
-
方法详细资料
-
getPage
public PageHandler getPage(Long contentId, Long relatedContentId, String relationType, String relation, String orderField, String orderType, Integer pageIndex, Integer pageSize) - 参数:
contentId
-relatedContentId
-relationType
-relation
-orderField
-orderType
-pageIndex
-pageSize
-- 返回:
- results page
-
deleteByContentId
-
init
- 指定者:
init
在类中BaseDao<CmsContentRelated>
-