类 CmsWordService
CmsWordService
-
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddelete(short siteId, Serializable[] ids) getPage(Short siteId, Boolean hidden, Date startCreateDate, Date endCreateDate, String name, String orderField, String orderType, Integer pageIndex, Integer pageSize) voidupdateStatistics(Collection<ClickStatistics> entitys) updateStatus(Serializable id, boolean status) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
dao
-
-
构造器详细资料
-
CmsWordService
public CmsWordService()
-
-
方法详细资料
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Short siteId, Boolean hidden, Date startCreateDate, Date endCreateDate, String name, String orderField, String orderType, Integer pageIndex, Integer pageSize) - 参数:
siteId-hidden-startCreateDate-endCreateDate-name-orderField-orderType-pageIndex-pageSize-- 返回:
-
updateStatistics
@Transactional(isolation=READ_COMMITTED) public void updateStatistics(Collection<ClickStatistics> entitys) - 参数:
entitys-
-
getEntity
- 参数:
siteId-name-- 返回:
-
delete
- 参数:
siteId-ids-
-
updateStatus
- 参数:
id-status-- 返回:
-