索引

C D F G I P S T U X _ 
所有程序包|所有类和接口|序列化表格

C

convert(List<FileContentDO>) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvert
 
convert(List<FileContentDO>) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
convert(PageResult<FileConfigDO>) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvert
 
convert(PageResult<FileConfigDO>) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvertImpl
 
convert(PageResult<FileDO>) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvert
 
convert(PageResult<FileDO>) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
convert(FileConfigSaveReqVO) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvert
 
convert(FileConfigSaveReqVO) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvertImpl
 
convert(FileConfigDO) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvert
 
convert(FileConfigDO) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvertImpl
 
convert(FileContentDO) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvert
 
convert(FileContentDO) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
convert(FileDO) - 接口中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvert
 
convert(FileDO) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
createFile(String, String, byte[], String) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
保存文件,并返回文件的访问路径
createFile(String, String, byte[], String) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
createFile(FileCreateReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileController
 
createFile(FileCreateReqVO) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
创建文件
createFile(FileCreateReqVO) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
createFileConfig(FileConfigSaveReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
createFileConfig(FileConfigSaveReqVO) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
创建文件配置
createFileConfig(FileConfigSaveReqVO) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 

D

deleteByConfigIdAndPath(Long, String) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileContentMapper
 
deleteFile(Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileController
 
deleteFile(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
删除文件
deleteFile(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
deleteFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
deleteFileConfig(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
删除文件配置
deleteFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
DownloadController - xyz.migoo.framework.infra.controller.file中的类
 
DownloadController() - 类的构造器 xyz.migoo.framework.infra.controller.file.DownloadController
 

F

FILE_CONFIG_DELETE_FAIL_MASTER - 类中的静态变量 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FILE_CONFIG_NOT_EXISTS - 类中的静态变量 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FILE_IS_EMPTY - 类中的静态变量 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FILE_NOT_EXISTS - 类中的静态变量 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FILE_PATH_EXISTS - 类中的静态变量 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FileClientConfigTypeHandler(Class<?>) - 类的构造器 xyz.migoo.framework.infra.dal.dataobject.file.FileConfigDO.FileClientConfigTypeHandler
 
FileConfigController - xyz.migoo.framework.infra.controller.file中的类
 
FileConfigController() - 类的构造器 xyz.migoo.framework.infra.controller.file.FileConfigController
 
FileConfigConvert - xyz.migoo.framework.infra.convert.file中的接口
文件配置 Convert
FileConfigConvertImpl - xyz.migoo.framework.infra.convert.file中的类
 
FileConfigConvertImpl() - 类的构造器 xyz.migoo.framework.infra.convert.file.FileConfigConvertImpl
 
FileConfigDO - xyz.migoo.framework.infra.dal.dataobject.file中的类
文件配置表
FileConfigDO() - 类的构造器 xyz.migoo.framework.infra.dal.dataobject.file.FileConfigDO
 
FileConfigDO.FileClientConfigTypeHandler - xyz.migoo.framework.infra.dal.dataobject.file中的类
 
fileConfigDOListToFileConfigRespVOList(List<FileConfigDO>) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileConfigConvertImpl
 
FileConfigMapper - xyz.migoo.framework.infra.dal.mapper.file中的接口
 
FileConfigPageReqVO - xyz.migoo.framework.infra.controller.file.vo.config中的类
 
FileConfigPageReqVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.config.FileConfigPageReqVO
 
FileConfigRespVO - xyz.migoo.framework.infra.controller.file.vo.config中的类
 
FileConfigRespVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.config.FileConfigRespVO
 
FileConfigSaveReqVO - xyz.migoo.framework.infra.controller.file.vo.config中的类
 
FileConfigSaveReqVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.config.FileConfigSaveReqVO
 
FileConfigService - xyz.migoo.framework.infra.service.file中的接口
文件配置 Service 接口
FileConfigServiceImpl - xyz.migoo.framework.infra.service.file中的类
文件配置 Service 实现类
FileConfigServiceImpl() - 类的构造器 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
FileContentConvert - xyz.migoo.framework.infra.convert.file中的接口
 
FileContentConvertImpl - xyz.migoo.framework.infra.convert.file中的类
 
FileContentConvertImpl() - 类的构造器 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
FileContentDO - xyz.migoo.framework.infra.dal.dataobject.file中的类
文件内容表
FileContentDO() - 类的构造器 xyz.migoo.framework.infra.dal.dataobject.file.FileContentDO
 
FileContentMapper - xyz.migoo.framework.infra.dal.mapper.file中的接口
 
FileController - xyz.migoo.framework.infra.controller.file中的类
 
FileController() - 类的构造器 xyz.migoo.framework.infra.controller.file.FileController
 
FileCreateReqVO - xyz.migoo.framework.infra.controller.file.vo.file中的类
 
FileCreateReqVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.file.FileCreateReqVO
 
FileDO - xyz.migoo.framework.infra.dal.dataobject.file中的类
文件表 每次文件上传,都会记录一条记录到该表中
FileDO() - 类的构造器 xyz.migoo.framework.infra.dal.dataobject.file.FileDO
 
fileDOListToFileRespVOList(List<FileDO>) - 类中的方法 xyz.migoo.framework.infra.convert.file.FileContentConvertImpl
 
FileErrorCodeConstants - xyz.migoo.framework.infra.enums中的类
Infra 错误码枚举类
FileErrorCodeConstants() - 类的构造器 xyz.migoo.framework.infra.enums.FileErrorCodeConstants
 
FileMapper - xyz.migoo.framework.infra.dal.mapper.file中的接口
文件操作 Mapper
FilePageReqVO - xyz.migoo.framework.infra.controller.file.vo.file中的类
 
FilePageReqVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.file.FilePageReqVO
 
FilePresignedUrlRespVO - xyz.migoo.framework.infra.controller.file.vo.file中的类
 
FilePresignedUrlRespVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.file.FilePresignedUrlRespVO
 
FileRespVO - xyz.migoo.framework.infra.controller.file.vo.file中的类
 
FileRespVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.file.FileRespVO
 
FileService - xyz.migoo.framework.infra.service.file中的接口
文件 Service 接口
FileServiceImpl - xyz.migoo.framework.infra.service.file中的类
文件 Service 实现类
FileServiceImpl() - 类的构造器 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
FileUploadReqVO - xyz.migoo.framework.infra.controller.file.vo.file中的类
 
FileUploadReqVO() - 类的构造器 xyz.migoo.framework.infra.controller.file.vo.file.FileUploadReqVO
 

G

getFileClient(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
获得指定编号的文件客户端
getFileClient(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
getFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
getFileConfig(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
获得文件配置
getFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
getFileConfigPage(FileConfigPageReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
getFileConfigPage(FileConfigPageReqVO) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
获得文件配置分页
getFileConfigPage(FileConfigPageReqVO) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
getFileContent(HttpServletRequest, HttpServletResponse, Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.DownloadController
 
getFileContent(Long, String) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
获得文件内容
getFileContent(Long, String) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
getFilePage(FilePageReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileController
 
getFilePage(FilePageReqVO) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
获得文件分页
getFilePage(FilePageReqVO) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
getFilePresignedUrl(String) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileController
 
getFilePresignedUrl(String) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileService
生成文件预签名地址信息
getFilePresignedUrl(String) - 类中的方法 xyz.migoo.framework.infra.service.file.FileServiceImpl
 
getMasterFileClient() - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
获得 Master 文件客户端
getMasterFileClient() - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 

I

insert(byte[], String, String, Long) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileContentMapper
 
INSTANCE - 接口中的静态变量 xyz.migoo.framework.infra.convert.file.FileConfigConvert
 
INSTANCE - 接口中的静态变量 xyz.migoo.framework.infra.convert.file.FileContentConvert
 

P

parse(String) - 类中的方法 xyz.migoo.framework.infra.dal.dataobject.file.FileConfigDO.FileClientConfigTypeHandler
 

S

selectByMaster() - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileConfigMapper
 
selectListByConfigIdAndPath(Long, String) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileContentMapper
 
selectPage(FileConfigPageReqVO) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileConfigMapper
 
selectPage(FilePageReqVO) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileMapper
 

T

testFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
testFileConfig(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
测试文件配置是否正确,通过上传文件
testFileConfig(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
toJson(Object) - 类中的方法 xyz.migoo.framework.infra.dal.dataobject.file.FileConfigDO.FileClientConfigTypeHandler
 

U

updateFileConfig(FileConfigSaveReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
updateFileConfig(FileConfigSaveReqVO) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
更新文件配置
updateFileConfig(FileConfigSaveReqVO) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
updateFileConfigMaster(Long) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileConfigController
 
updateFileConfigMaster(Long) - 接口中的方法 xyz.migoo.framework.infra.service.file.FileConfigService
更新文件配置为 Master
updateFileConfigMaster(Long) - 类中的方法 xyz.migoo.framework.infra.service.file.FileConfigServiceImpl
 
uploadFile(FileUploadReqVO) - 类中的方法 xyz.migoo.framework.infra.controller.file.FileController
 

X

xyz.migoo.framework.infra.controller.file - 程序包 xyz.migoo.framework.infra.controller.file
 
xyz.migoo.framework.infra.controller.file.vo.config - 程序包 xyz.migoo.framework.infra.controller.file.vo.config
 
xyz.migoo.framework.infra.controller.file.vo.file - 程序包 xyz.migoo.framework.infra.controller.file.vo.file
 
xyz.migoo.framework.infra.convert.file - 程序包 xyz.migoo.framework.infra.convert.file
 
xyz.migoo.framework.infra.dal.dataobject.file - 程序包 xyz.migoo.framework.infra.dal.dataobject.file
 
xyz.migoo.framework.infra.dal.mapper.file - 程序包 xyz.migoo.framework.infra.dal.mapper.file
 
xyz.migoo.framework.infra.enums - 程序包 xyz.migoo.framework.infra.enums
 
xyz.migoo.framework.infra.service.file - 程序包 xyz.migoo.framework.infra.service.file
 

_

_selectListByConfigIdAndPath(Long, String) - 接口中的方法 xyz.migoo.framework.infra.dal.mapper.file.FileContentMapper
 
C D F G I P S T U X _ 
所有程序包|所有类和接口|序列化表格