@Service public class SysFileInfoServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<SysFileInfoMapper,SysFileInfo> implements SysFileInfoService
| 构造器和说明 |
|---|
SysFileInfoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deleteByBizId(String bizId) |
static FileVO |
entity2VO(SysFileInfo sysFileInfo) |
List<SysFileInfo> |
findAllByPath(String filePath) |
List<SysFileInfo> |
findByBizId(String bizId) |
SysFileInfo |
findByBizIdAndRemark(String bizId,
String remark) |
List<SysFileInfo> |
findByBizIdList(List<String> bizIdList) |
SysFileInfo |
findById(String id) |
SysFileInfo |
findByPath(String filePath) |
SysFileInfo |
findByPathAndMd5(String destFile,
String md5) |
SysFileInfo |
findByPathFirst(String destFile) |
List<FileVO> |
findVOByBizId(String bizId) |
List<FileVO> |
findVOByBizIdList(List<String> bizIdList) |
File |
getDownPath(String fileName) |
SysFileInfo |
saveDownFile(File downLoadFile,
String bizId,
String fileName,
String remark) |
boolean |
saveFileListByBizId(List<FileVO> fileList,
String bizId) |
boolean |
saveIdListByBizId(List<String> fileIdList,
String bizId) |
boolean |
saveStrListByBizId(String fileIdStr,
String bizId) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdpublic SysFileInfo findByPathFirst(String destFile)
findByPathFirst 在接口中 SysFileInfoServicepublic SysFileInfo findByPathAndMd5(String destFile, String md5)
findByPathAndMd5 在接口中 SysFileInfoServicepublic boolean saveIdListByBizId(List<String> fileIdList, String bizId)
saveIdListByBizId 在接口中 SysFileInfoServicepublic boolean saveFileListByBizId(List<FileVO> fileList, String bizId)
saveFileListByBizId 在接口中 SysFileInfoServicepublic boolean saveStrListByBizId(String fileIdStr, String bizId)
saveStrListByBizId 在接口中 SysFileInfoServicepublic List<SysFileInfo> findByBizId(String bizId)
findByBizId 在接口中 SysFileInfoServicepublic List<FileVO> findVOByBizId(String bizId)
findVOByBizId 在接口中 SysFileInfoServicepublic static FileVO entity2VO(SysFileInfo sysFileInfo)
public List<SysFileInfo> findByBizIdList(List<String> bizIdList)
findByBizIdList 在接口中 SysFileInfoServicepublic List<FileVO> findVOByBizIdList(List<String> bizIdList)
findVOByBizIdList 在接口中 SysFileInfoServicepublic void deleteByBizId(String bizId)
deleteByBizId 在接口中 SysFileInfoServicepublic List<SysFileInfo> findAllByPath(String filePath)
findAllByPath 在接口中 SysFileInfoServicepublic SysFileInfo findByBizIdAndRemark(String bizId, String remark)
findByBizIdAndRemark 在接口中 SysFileInfoServicepublic File getDownPath(String fileName)
getDownPath 在接口中 SysFileInfoServicepublic SysFileInfo saveDownFile(File downLoadFile, String bizId, String fileName, String remark)
saveDownFile 在接口中 SysFileInfoServicepublic SysFileInfo findById(String id)
findById 在接口中 SysFileInfoServicepublic SysFileInfo findByPath(String filePath)
findByPath 在接口中 SysFileInfoServiceCopyright © 2024. All rights reserved.