类 CmsVoteService

java.lang.Object
com.publiccms.common.base.BaseService<CmsVote>
com.publiccms.logic.service.cms.CmsVoteService

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

  • 构造器详细资料

    • CmsVoteService

      public CmsVoteService()
  • 方法详细资料

    • getPage

      @Transactional(readOnly=true) public PageHandler getPage(Short siteId, Date startStartDate, Date endStartDate, Date startEndDate, Date endEndDate, String title, Boolean disabled, String orderField, String orderType, Integer pageIndex, Integer pageSize)
      参数:
      siteId -
      startStartDate -
      endStartDate -
      startEndDate -
      endEndDate -
      title -
      disabled -
      orderField -
      orderType -
      pageIndex -
      pageSize -
      返回:
      results page
    • updateVotes

      @Transactional(isolation=READ_COMMITTED) public CmsVote updateVotes(short siteId, Serializable id, int votes)
      参数:
      siteId -
      id -
      votes -
      返回:
      entity
    • delete

      public List<CmsVote> delete(short siteId, Serializable[] ids)