类 CmsDictionaryService
java.lang.Object
com.publiccms.common.base.BaseService<CmsDictionary>
com.publiccms.logic.service.cms.CmsDictionaryService
CmsDictionaryService
-
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
batchWork
(short siteId, ObjIntConsumer<List<CmsDictionary>> worker, int batchSize) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
dao
-
-
构造器详细资料
-
CmsDictionaryService
public CmsDictionaryService()
-
-
方法详细资料
-
batchWork
- 参数:
siteId
-worker
-batchSize
-
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Short siteId, String name, Integer pageIndex, Integer pageSize) - 参数:
siteId
-name
-pageIndex
-pageSize
-- 返回:
- results page
-