类 CmsUserCollectionService
java.lang.Object
com.publiccms.common.base.BaseService<CmsUserCollection>
com.publiccms.logic.service.cms.CmsUserCollectionService
@Service
@Transactional
public class CmsUserCollectionService
extends BaseService<CmsUserCollection>
CmsUserCollectionService
-
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
dao
-
-
构造器详细资料
-
CmsUserCollectionService
public CmsUserCollectionService()
-
-
方法详细资料
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Long userId, Long contentId, Integer pageIndex, Integer pageSize) - 参数:
userId
-contentId
-pageIndex
-pageSize
-- 返回:
- results page
-