类 FileConfigServiceImpl
java.lang.Object
xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
- 所有已实现的接口:
FileConfigService
文件配置 Service 实现类
- 作者:
- xiaomi
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明createFileConfig(FileConfigSaveReqVO createReqVO) 创建文件配置voiddeleteFileConfig(Long id) 删除文件配置getFileClient(Long id) 获得指定编号的文件客户端getFileConfig(Long id) 获得文件配置getFileConfigPage(FileConfigPageReqVO pageReqVO) 获得文件配置分页获得 Master 文件客户端testFileConfig(Long id) 测试文件配置是否正确,通过上传文件voidupdateFileConfig(FileConfigSaveReqVO updateReqVO) 更新文件配置void更新文件配置为 Master
-
构造器详细资料
-
FileConfigServiceImpl
public FileConfigServiceImpl()
-
-
方法详细资料
-
createFileConfig
从接口复制的说明:FileConfigService创建文件配置- 指定者:
createFileConfig在接口中FileConfigService- 参数:
createReqVO- 创建信息- 返回:
- 编号
-
updateFileConfig
从接口复制的说明:FileConfigService更新文件配置- 指定者:
updateFileConfig在接口中FileConfigService- 参数:
updateReqVO- 更新信息
-
updateFileConfigMaster
从接口复制的说明:FileConfigService更新文件配置为 Master- 指定者:
updateFileConfigMaster在接口中FileConfigService- 参数:
id- 编号
-
deleteFileConfig
从接口复制的说明:FileConfigService删除文件配置- 指定者:
deleteFileConfig在接口中FileConfigService- 参数:
id- 编号
-
getFileConfig
从接口复制的说明:FileConfigService获得文件配置- 指定者:
getFileConfig在接口中FileConfigService- 参数:
id- 编号- 返回:
- 文件配置
-
getFileConfigPage
从接口复制的说明:FileConfigService获得文件配置分页- 指定者:
getFileConfigPage在接口中FileConfigService- 参数:
pageReqVO- 分页查询- 返回:
- 文件配置分页
-
testFileConfig
从接口复制的说明:FileConfigService测试文件配置是否正确,通过上传文件- 指定者:
testFileConfig在接口中FileConfigService- 参数:
id- 编号- 返回:
- 文件 URL
- 抛出:
Exception
-
getFileClient
从接口复制的说明:FileConfigService获得指定编号的文件客户端- 指定者:
getFileClient在接口中FileConfigService- 参数:
id- 配置编号- 返回:
- 文件客户端
-
getMasterFileClient
从接口复制的说明:FileConfigService获得 Master 文件客户端- 指定者:
getMasterFileClient在接口中FileConfigService- 返回:
- 文件客户端
-