接口 IFileDataService
- 所有超级接口:
com.baomidou.mybatisplus.extension.repository.IRepository<SysFileData>,com.baomidou.mybatisplus.extension.service.IService<SysFileData>
- 所有已知实现类:
FileDataServiceImpl
public interface IFileDataService
extends com.baomidou.mybatisplus.extension.service.IService<SysFileData>
-
字段概要
从接口继承的字段 com.baomidou.mybatisplus.extension.repository.IRepository
DEFAULT_BATCH_SIZE -
方法概要
修饰符和类型方法说明getFileDataByFileIds(List<String> fileIds) 根据文件ID查询文件信息getFileSimpleInfoByFileIds(List<String> fileIds) 根据文件ID查询文件基本信息toFileData(org.dromara.x.file.storage.core.FileInfo info) FileInfo 转 FileDataorg.dromara.x.file.storage.core.FileInfotoFileInfo(SysFileData detail) FileData 转 FileInfo从接口继承的方法 com.baomidou.mybatisplus.extension.repository.IRepository
count, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateById从接口继承的方法 com.baomidou.mybatisplus.extension.service.IService
removeBatchByIds, saveBatch, saveOrUpdateBatch, updateBatchById
-
方法详细资料
-
getFileDataByFileIds
根据文件ID查询文件信息- 参数:
fileIds-- 返回:
-
getFileSimpleInfoByFileIds
根据文件ID查询文件基本信息- 参数:
fileIds-- 返回:
-
toFileData
FileInfo 转 FileData- 参数:
info-- 返回:
-
toFileInfo
FileData 转 FileInfo- 参数:
detail-- 返回:
-