类 CmsEditorHistoryService
java.lang.Object
com.publiccms.common.base.BaseService<CmsEditorHistory>
com.publiccms.logic.service.cms.CmsEditorHistoryService
CmsContentTextHistoryService
-
字段概要
字段修饰符和类型字段说明private CmsEditorHistoryDao
static final String
static final String
static final String
static final String
static final String
static final String
从类继承的字段 com.publiccms.common.base.BaseService
basedao, log
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPage
(String itemType, String itemId, String fieldName, Long userId, String orderType, Integer pageIndex, Integer pageSize) void
saveHistory
(short siteId, long userId, String itemType, String itemId, Map<String, String> oldMap, Map<String, String> extendData, List<SysExtendField> getExtendFieldList) save editor history从类继承的方法 com.publiccms.common.base.BaseService
delete, delete, delete, getEntity, getEntity, getEntitys, getEntitys, getEntitys, getEntitys, getId, save, save, update, update
-
字段详细资料
-
ITEM_TYPE_CONTENT
- 另请参阅:
-
ITEM_TYPE_CONTENT_EXTEND
- 另请参阅:
-
ITEM_TYPE_CATEGORY_EXTEND
- 另请参阅:
-
ITEM_TYPE_PLACE_EXTEND
- 另请参阅:
-
ITEM_TYPE_CONFIG_DATA
- 另请参阅:
-
ITEM_TYPE_METADATA_EXTEND
- 另请参阅:
-
dao
-
-
构造器详细资料
-
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
-
-