类 ItemDataCopyServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.ItemDataCopyServiceImpl
-
- 所有已实现的接口:
ItemDataCopyService
@Service @Transactional(value="rsTenantTransactionManager", readOnly=true) public class ItemDataCopyServiceImpl extends Object implements ItemDataCopyService
-
-
构造器概要
构造器 构造器 说明 ItemDataCopyServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcopyCalendarConfig(String sourceTenantId, String targetTenantId)Description:voidcopyCommonButton(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyDynamicRole(String sourceTenantId, String targetTenantId)Description:voidcopyForm(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyItem(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyItemViewConf(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyOpinionFrame(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyOrganWord(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyPerm(String sourceTenantId, String targetTenantId, String itemId, Map<String,String> roleIdMap)Description:voidcopyPrintTemplate(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopySendButton(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyTabEntity(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyTaoHongTemplate(String sourceTenantId, String targetTenantId)Description:Map<String,String>copyTenantRole(String sourceTenantId, String targetTenantId, String itemId)Description:voidcopyWordTemplate(String sourceTenantId, String targetTenantId, String itemId)Description:voiddataCopy(String sourceTenantId, String targetTenantId, String itemId)Description: 从源租户复制事项相关的数据到目标租户voiddataCopy4System(String sourceTenantId, String targetTenantId, String systemName)Description: 从源租户复制事项相关的数据到目标租户
-
-
-
方法详细资料
-
copyCalendarConfig
@Transactional public void copyCalendarConfig(String sourceTenantId, String targetTenantId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyCalendarConfig在接口中ItemDataCopyService
-
copyCommonButton
@Transactional public void copyCommonButton(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyCommonButton在接口中ItemDataCopyService
-
copyDynamicRole
@Transactional public void copyDynamicRole(String sourceTenantId, String targetTenantId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyDynamicRole在接口中ItemDataCopyService
-
copyForm
@Transactional public void copyForm(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyForm在接口中ItemDataCopyService
-
copyItem
@Transactional public void copyItem(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyItem在接口中ItemDataCopyService
-
copyItemViewConf
@Transactional public void copyItemViewConf(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyItemViewConf在接口中ItemDataCopyService
-
copyOpinionFrame
@Transactional public void copyOpinionFrame(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyOpinionFrame在接口中ItemDataCopyService
-
copyOrganWord
@Transactional public void copyOrganWord(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyOrganWord在接口中ItemDataCopyService
-
copyPerm
@Transactional public void copyPerm(String sourceTenantId, String targetTenantId, String itemId, Map<String,String> roleIdMap)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyPerm在接口中ItemDataCopyService
-
copyPrintTemplate
@Transactional public void copyPrintTemplate(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyPrintTemplate在接口中ItemDataCopyService
-
copySendButton
@Transactional public void copySendButton(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copySendButton在接口中ItemDataCopyService
-
copyTabEntity
@Transactional public void copyTabEntity(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyTabEntity在接口中ItemDataCopyService
-
copyTaoHongTemplate
@Transactional public void copyTaoHongTemplate(String sourceTenantId, String targetTenantId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyTaoHongTemplate在接口中ItemDataCopyService
-
copyTenantRole
@Transactional public Map<String,String> copyTenantRole(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyTenantRole在接口中ItemDataCopyService- 返回:
-
copyWordTemplate
@Transactional public void copyWordTemplate(String sourceTenantId, String targetTenantId, String itemId)
从接口复制的说明:ItemDataCopyServiceDescription:- 指定者:
copyWordTemplate在接口中ItemDataCopyService
-
dataCopy
public void dataCopy(String sourceTenantId, String targetTenantId, String itemId) throws Exception
从接口复制的说明:ItemDataCopyServiceDescription: 从源租户复制事项相关的数据到目标租户- 指定者:
dataCopy在接口中ItemDataCopyService- 抛出:
Exception
-
dataCopy4System
public void dataCopy4System(String sourceTenantId, String targetTenantId, String systemName) throws Exception
从接口复制的说明:ItemDataCopyServiceDescription: 从源租户复制事项相关的数据到目标租户- 指定者:
dataCopy4System在接口中ItemDataCopyService- 抛出:
Exception
-
-