类 CmsSurveyService

java.lang.Object
com.publiccms.common.base.BaseService<CmsSurvey>
com.publiccms.logic.service.cms.CmsSurveyService

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

  • 构造器详细资料

    • CmsSurveyService

      public CmsSurveyService()
  • 方法详细资料

    • getPage

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

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