类 DictInfoServiceFeignImpl
java.lang.Object
cn.iosd.starter.web.base.ICrudServiceFeignImpl<DictInfo,DictInfoFeign>
cn.iosd.base.dict.api.service.impl.DictInfoServiceFeignImpl
- 所有已实现的接口:
IDictInfoService,ICrudService<DictInfo>
@Service
public class DictInfoServiceFeignImpl
extends ICrudServiceFeignImpl<DictInfo,DictInfoFeign>
implements IDictInfoService
字典数据 服务实现类-Feign
- 作者:
- ok1996
-
构造器概要
构造器 -
方法概要
从类继承的方法 cn.iosd.starter.web.base.ICrudServiceFeignImpl
apiCount, apiGetById, apiList, apiRemoveById, apiSave, apiUpdateById从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.iosd.starter.web.base.ICrudService
apiCount, apiGetById, apiList, apiRemoveById, apiSave, apiUpdateById
-
构造器详细资料
-
DictInfoServiceFeignImpl
public DictInfoServiceFeignImpl()
-
-
方法详细资料
-
getDictItemList
从接口复制的说明:IDictInfoService获取指定类型的字典项列表- 指定者:
getDictItemList在接口中IDictInfoService- 参数:
dictionaryParams- 接口实现类所需的参数类型- 返回:
- 参数类型对应字典列表
-
getUniqueDictGroups
从接口复制的说明:IDictInfoService提取已存在数据的字典分组- 指定者:
getUniqueDictGroups在接口中IDictInfoService- 返回:
- 字典分组数据
-