类 CmsVoteItemService
java.lang.Object
com.publiccms.common.base.BaseService<CmsVoteItem>
com.publiccms.logic.service.cms.CmsVoteItemService
CmsVoteItemService
-
字段概要
字段从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
deleteByVoteId
(Long voteId) void
update
(long voteId, List<CmsVoteItem> entitys, String[] ignoreProperties) updateVotes
(Serializable id, int votes) 从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
dao
-
-
构造器详细资料
-
CmsVoteItemService
public CmsVoteItemService()
-
-
方法详细资料
-
getPage
@Transactional(readOnly=true) public PageHandler getPage(Long voteId, String orderField, String orderType, Integer pageIndex, Integer pageSize) - 参数:
voteId
-orderField
-orderType
-pageIndex
-pageSize
-- 返回:
- results page
-
updateVotes
- 参数:
id
-votes
-- 返回:
- entity
-
update
- 参数:
voteId
-entitys
-ignoreProperties
-
-
deleteByVoteId
- 参数:
voteId
-
-