类 CmsEditorHistoryService

java.lang.Object
com.publiccms.common.base.BaseService<CmsEditorHistory>
com.publiccms.logic.service.cms.CmsEditorHistoryService

@Service @Transactional public class CmsEditorHistoryService extends BaseService<CmsEditorHistory>
CmsContentTextHistoryService
  • 字段详细资料

  • 构造器详细资料

    • CmsEditorHistoryService

      public CmsEditorHistoryService()
  • 方法详细资料

    • getPage

      @Transactional(readOnly=true) public PageHandler getPage(String itemType, String itemId, String fieldName, Long userId, String orderType, Integer pageIndex, Integer pageSize)
      参数:
      itemType -
      itemId -
      fieldName -
      userId -
      orderType -
      pageIndex -
      pageSize -
      返回:
      results page
    • saveHistory

      public void saveHistory(short siteId, long userId, String itemType, String itemId, Map<String,String> oldMap, Map<String,String> extendData, List<SysExtendField> getExtendFieldList)
      save editor history
      参数:
      siteId -
      userId -
      itemType -
      itemId -
      oldMap -
      extendData -
      getExtendFieldList -