类 CmsVoteItemService

java.lang.Object
com.publiccms.common.base.BaseService<CmsVoteItem>
com.publiccms.logic.service.cms.CmsVoteItemService

@Service @Transactional public class CmsVoteItemService extends BaseService<CmsVoteItem>
CmsVoteItemService
  • 字段详细资料

  • 构造器详细资料

    • 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

      @Transactional(isolation=READ_COMMITTED) public CmsVoteItem updateVotes(Serializable id, int votes)
      参数:
      id -
      votes -
      返回:
      entity
    • update

      public void update(long voteId, List<CmsVoteItem> entitys, String[] ignoreProperties)
      参数:
      voteId -
      entitys -
      ignoreProperties -
    • deleteByVoteId

      public void deleteByVoteId(Long voteId)
      参数:
      voteId -