类 Y9SystemJsonDataHandlerImpl
- java.lang.Object
-
- net.risesoft.dataio.system.Y9SystemJsonDataHandlerImpl
-
- 所有已实现的接口:
Y9SystemDataHandler
@Service public class Y9SystemJsonDataHandlerImpl extends Object implements Y9SystemDataHandler
-
-
构造器概要
构造器 构造器 说明 Y9SystemJsonDataHandlerImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidexportApp(String appId, OutputStream outStream)voidexportSystem(String systemId, OutputStream outStream)voidimportApp(Y9AppExportModel y9AppExportModel, String systemId)voidimportSystem(Y9SystemExportModel y9SystemExportModel)
-
-
-
方法详细资料
-
exportApp
public void exportApp(String appId, OutputStream outStream)
- 指定者:
exportApp在接口中Y9SystemDataHandler
-
exportSystem
public void exportSystem(String systemId, OutputStream outStream)
- 指定者:
exportSystem在接口中Y9SystemDataHandler
-
importApp
public void importApp(Y9AppExportModel y9AppExportModel, String systemId)
- 指定者:
importApp在接口中Y9SystemDataHandler
-
importSystem
public void importSystem(Y9SystemExportModel y9SystemExportModel)
- 指定者:
importSystem在接口中Y9SystemDataHandler
-
-