接口 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

      List<FileCategory> findByCondition(FileCategory fileCategory, String sort, String order)
      多条件获取
      参数:
      fileCategory - 条件
      sort - 排序字段
      order - 排序方式
      返回:
      结果
    • findByParentId

      List<FileCategory> findByParentId(Long parentId, Integer deleted, String createBy)
      通过父id和创建人获取
      参数:
      parentId - 父id
      deleted - 删除标识
      createBy - 创建人
      返回:
      结果
    • findByTitleLikeAndCreateBy

      List<FileCategory> findByTitleLikeAndCreateBy(String title, String createBy)
      通过名称和创建人模糊搜索
      参数:
      title - 标题
      createBy - 创建人
      返回:
      结果