接口 FileCategoryService
- 所有超级接口:
plus.hiver.common.base.HiverBaseService<FileCategory,Long>
- 所有已知实现类:
FileCategoryServiceImpl
public interface FileCategoryService
extends plus.hiver.common.base.HiverBaseService<FileCategory,Long>
文件分类接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
方法概要
修饰符和类型方法说明findByCondition(FileCategory fileCategory, String sort, String order) 多条件获取findByParentId(Long parentId, Integer deleted, String createBy) 通过父id和创建人获取findByTitleLikeAndCreateBy(String title, String createBy) 通过名称和创建人模糊搜索从接口继承的方法 plus.hiver.common.base.HiverBaseService
count, delete, delete, delete, deleteAllById, findAll, findAll, findAll, findById, flush, get, getAll, getTotalCount, save, saveOrUpdateAll, update
-
方法详细资料
-
findByCondition
多条件获取- 参数:
fileCategory- 条件sort- 排序字段order- 排序方式- 返回:
- 结果
-
findByParentId
通过父id和创建人获取- 参数:
parentId- 父iddeleted- 删除标识createBy- 创建人- 返回:
- 结果
-
findByTitleLikeAndCreateBy
通过名称和创建人模糊搜索- 参数:
title- 标题createBy- 创建人- 返回:
- 结果
-