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