类 DictDataServiceImpl
java.lang.Object
plus.hiver.common.base.HiverBaseServiceImpl<DictData,Long,DictDataDao>
plus.hiver.module.system.serviceimpl.DictDataServiceImpl
- 所有已实现的接口:
plus.hiver.common.base.HiverBaseService<DictData,,Long> DictDataService
@Service
public class DictDataServiceImpl
extends plus.hiver.common.base.HiverBaseServiceImpl<DictData,Long,DictDataDao>
implements DictDataService
字典数据接口实现
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
- 作者:
- Yazhi Li
-
字段概要
从类继承的字段 plus.hiver.common.base.HiverBaseServiceImpl
dao -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByDictId(Long dictId) 通过dictId删除org.springframework.data.domain.Page<DictData>findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable) 多条件获取findByDictId(Long dictId) 通过dictId获取启用字典 已排序findByDictIdAndValue(Long dictId, String value) 通过dictId和值获取从类继承的方法 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
-
构造器详细资料
-
DictDataServiceImpl
-
-
方法详细资料
-
findByCondition
public org.springframework.data.domain.Page<DictData> findByCondition(DictData dictData, org.springframework.data.domain.Pageable pageable) 从接口复制的说明:DictDataService多条件获取- 指定者:
findByCondition在接口中DictDataService- 参数:
dictData- 条件pageable- 分页- 返回:
- 结果
-
findByDictId
从接口复制的说明:DictDataService通过dictId获取启用字典 已排序- 指定者:
findByDictId在接口中DictDataService- 参数:
dictId- 字典ID- 返回:
- 字典数据列表
-
deleteByDictId
从接口复制的说明:DictDataService通过dictId删除- 指定者:
deleteByDictId在接口中DictDataService- 参数:
dictId- 字典ID
-
findByDictIdAndValue
从接口复制的说明:DictDataService通过dictId和值获取- 指定者:
findByDictIdAndValue在接口中DictDataService- 参数:
dictId- 字典IDvalue- 字典值- 返回:
- 字典数据
-