接口 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
  • 方法概要

    修饰符和类型
    方法
    说明
    根据文件ID查询文件信息
    根据文件ID查询文件基本信息
    toFileData(org.dromara.x.file.storage.core.FileInfo info)
    FileInfo 转 FileData
    org.dromara.x.file.storage.core.FileInfo
    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

      List<SysFileData> getFileDataByFileIds(List<String> fileIds)
      根据文件ID查询文件信息
      参数:
      fileIds -
      返回:
    • getFileSimpleInfoByFileIds

      List<FileDataSimpleInfo> getFileSimpleInfoByFileIds(List<String> fileIds)
      根据文件ID查询文件基本信息
      参数:
      fileIds -
      返回:
    • toFileData

      SysFileData toFileData(org.dromara.x.file.storage.core.FileInfo info)
      FileInfo 转 FileData
      参数:
      info -
      返回:
    • toFileInfo

      org.dromara.x.file.storage.core.FileInfo toFileInfo(SysFileData detail)
      FileData 转 FileInfo
      参数:
      detail -
      返回: