索引

B C D E F G H I L M O P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包

B

BaseController<Id extends Serializable,Entity extends SuperEntity<Id>> - top.tangyh.basic.base.controller中的接口
基础接口
buildPage() - 类中的方法 top.tangyh.basic.base.request.PageParams
构建分页对象
buildPage(Class<?>) - 类中的方法 top.tangyh.basic.base.request.PageParams
构建分页对象

C

cacheKeyBuilder() - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
缓存key 构造器
cacheOps - 类中的变量 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
cacheOps - 类中的变量 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
clearCache(List<Long>) - 类中的方法 top.tangyh.basic.base.controller.SuperCacheController
清理缓存
clearCache(List<Long>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
clearCache(List<Long>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
清理缓存
clearCache(List<Long>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
clearCache(List<Long>) - 接口中的方法 top.tangyh.basic.base.service.SuperCacheService
清理缓存
copy(Id) - 接口中的方法 top.tangyh.basic.base.controller.SaveController
复制
copy(Id) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
copy(Id) - 接口中的方法 top.tangyh.basic.base.service.SuperService
复制一条数据
currentIdClass() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
currentManagerClass() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
currentModelClass() - 类中的方法 top.tangyh.basic.base.controller.SuperSimpleController
 
currentModelClass() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
currentResultVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperController
 
currentResultVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperReadController
 
currentSaveVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
 

D

delCache(Serializable...) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
delCache(Serializable...) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
清理缓存
delCache(Collection<?>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
delCache(Collection<?>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
清理缓存
delCache(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
delCache(T) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
清理缓存
delete(List<Id>) - 接口中的方法 top.tangyh.basic.base.controller.DeleteController
删除方法
DeleteController<Id extends Serializable,Entity extends SuperEntity<Id>> - top.tangyh.basic.base.controller中的接口
删除Controller
DownloadController<Id extends Serializable,Entity extends SuperEntity<Id>> - top.tangyh.basic.base.controller中的接口
删除Controller
DownloadVO - top.tangyh.basic.base.request中的类
 
DownloadVO() - 类的构造器 top.tangyh.basic.base.request.DownloadVO
 

E

entityClass - 类中的变量 top.tangyh.basic.base.controller.SuperSimpleController
 
entityClass - 类中的变量 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
exportExcel(PageParams<PageQuery>, HttpServletRequest, HttpServletResponse) - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
导出Excel

F

fail(int, String) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
fail(String) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
fail(String, Object...) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
fail(Throwable) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
fail(BizException) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
fail(BaseExceptionCode) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
失败返回
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<Entity>>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<Entity>>) - 接口中的方法 top.tangyh.basic.base.service.SuperCacheService
可能会缓存穿透
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
根据ID,批量查询缓存。
findByIds(List<Id>) - 接口中的方法 top.tangyh.basic.base.controller.QueryController
批量查询
findCollectByIds(List<Long>, Function<Long, CacheKey>, Function<Long, List<E>>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
findCollectByIds(List<Long>, Function<Long, CacheKey>, Function<Long, List<E>>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
根据id 批量查询缓存
findExportList(PageParams<PageQuery>) - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
查询待导出的数据, 子类可以重写

G

get(Id) - 接口中的方法 top.tangyh.basic.base.controller.QueryController
单体查询
get(Id) - 类中的方法 top.tangyh.basic.base.controller.SuperCacheController
查询
getById(Id) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
getById(Id) - 接口中的方法 top.tangyh.basic.base.service.SuperService
根据 ID 查询
getByIdCache(Id) - 类中的方法 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
getByIdCache(Id) - 接口中的方法 top.tangyh.basic.base.service.SuperCacheService
根据id 先查缓存,再查db
getByIdCache(Serializable) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
getByIdCache(Serializable) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
根据id 先查缓存,再查db
getByKey(CacheKey, Function<CacheKey, Object>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
getByKey(CacheKey, Function<CacheKey, Object>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
根据 key 查询缓存中存放的id,缓存不存在根据loader加载并写入数据,然后根据查询出来的id查询 实体
getByKey(CacheKey, Function<CacheKey, Object>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
getByKey(CacheKey, Function<CacheKey, Object>) - 接口中的方法 top.tangyh.basic.base.service.SuperCacheService
根据 key 查询缓存中存放的id,缓存不存在根据loader加载并写入数据,然后根据查询出来的id查询 实体
getDetail(Id) - 接口中的方法 top.tangyh.basic.base.controller.QueryController
查询详情
getEchoService() - 接口中的方法 top.tangyh.basic.base.controller.PageController
获取echo Service
getEntityClass() - 接口中的方法 top.tangyh.basic.base.controller.BaseController
获取实体的类型
getEntityClass() - 类中的方法 top.tangyh.basic.base.controller.SuperSimpleController
 
getEntityClass() - 类中的方法 top.tangyh.basic.base.manager.impl.SuperManagerImpl
 
getEntityClass() - 接口中的方法 top.tangyh.basic.base.manager.SuperManager
获取实体的类型
getEntityClass() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
getEntityClass() - 接口中的方法 top.tangyh.basic.base.service.SuperService
获取实体的类型
getExcelClass() - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
 
getId(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
getIdClass() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
getIdClass() - 接口中的方法 top.tangyh.basic.base.service.SuperService
获取主键的类型
getResultVOClass() - 接口中的方法 top.tangyh.basic.base.controller.PageController
获取返回VO的类型
getResultVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperController
 
getResultVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperReadController
 
getSaveVOClass() - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
 
getSuperManager() - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
getSuperManager() - 接口中的方法 top.tangyh.basic.base.service.SuperService
获取Manager的类型
getSuperMapper() - 类中的方法 top.tangyh.basic.base.manager.impl.SuperManagerImpl
 
getSuperService() - 接口中的方法 top.tangyh.basic.base.controller.BaseController
获取Service
getSuperService() - 类中的方法 top.tangyh.basic.base.controller.SuperCacheController
 
getSuperService() - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
 
getSuperService() - 类中的方法 top.tangyh.basic.base.controller.SuperSimpleController
 
getUserId() - 接口中的方法 top.tangyh.basic.base.controller.BaseController
获取当前id

H

handlerDelete(List<Id>) - 接口中的方法 top.tangyh.basic.base.controller.DeleteController
自定义删除
handlerQueryParams(PageParams<PageQuery>) - 接口中的方法 top.tangyh.basic.base.controller.PageController
处理查询参数
handlerResult(IPage<ResultVO>) - 接口中的方法 top.tangyh.basic.base.controller.PageController
处理查询后的数据
handlerSave(SaveVO) - 接口中的方法 top.tangyh.basic.base.controller.SaveController
自定义新增
handlerUpdate(UpdateVO) - 接口中的方法 top.tangyh.basic.base.controller.UpdateController
自定义更新
handlerWrapper(Entity, PageParams<PageQuery>) - 接口中的方法 top.tangyh.basic.base.controller.PageController
处理对象中的非空参数和扩展字段中的区间参数,可以覆盖后处理组装查询条件

I

idClass - 类中的变量 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
importExcel(MultipartFile, HttpServletRequest, HttpServletResponse) - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
 
insertBatchSomeColumn(List<T>) - 接口中的方法 top.tangyh.basic.base.mapper.SuperMapper
批量插入所有字段

L

list(Wrapper<Entity>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
list(Wrapper<Entity>) - 接口中的方法 top.tangyh.basic.base.service.SuperService
查询列表
listByIds(List<Id>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
listByIds(List<Id>) - 接口中的方法 top.tangyh.basic.base.service.SuperService
批量查询

M

managerClass - 类中的变量 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
MAX_BATCH_KEY_SIZE - 类中的静态变量 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 

O

offset() - 类中的方法 top.tangyh.basic.base.request.PageParams
计算当前分页偏移量

P

page(E, Wrapper<Entity>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
page(E, Wrapper<Entity>) - 接口中的方法 top.tangyh.basic.base.service.SuperService
翻页查询
page(PageParams<PageQuery>) - 接口中的方法 top.tangyh.basic.base.controller.PageController
分页查询
PageController<Id extends Serializable,Entity extends SuperEntity<Id>,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的接口
分页控制器
PageParams<T> - top.tangyh.basic.base.request中的类
分页参数
PageParams(long, long) - 类的构造器 top.tangyh.basic.base.request.PageParams
 
PageUtil - top.tangyh.basic.base.request中的类
分页工具类
put(String, Object) - 类中的方法 top.tangyh.basic.base.request.PageParams
 
putAll(Map<String, Object>) - 类中的方法 top.tangyh.basic.base.request.PageParams
 

Q

query(PageQuery) - 接口中的方法 top.tangyh.basic.base.controller.QueryController
批量查询
query(PageParams<PageQuery>) - 接口中的方法 top.tangyh.basic.base.controller.PageController
执行分页查询
QueryController<Id extends Serializable,Entity extends SuperEntity<Id>,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的接口
查询Controller

R

refreshCache(List<Long>) - 类中的方法 top.tangyh.basic.base.controller.SuperCacheController
刷新缓存
refreshCache(List<Long>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
refreshCache(List<Long>) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
刷新缓存
refreshCache(List<Long>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
refreshCache(List<Long>) - 接口中的方法 top.tangyh.basic.base.service.SuperCacheService
刷新缓存
removeById(Serializable) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
removeByIds(Collection<?>) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
removeByIds(Collection<Id>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
removeByIds(Collection<Id>) - 接口中的方法 top.tangyh.basic.base.service.SuperService
删除(根据ID 批量删除)
resultVOClass - 类中的变量 top.tangyh.basic.base.controller.SuperController
 
resultVOClass - 类中的变量 top.tangyh.basic.base.controller.SuperReadController
 

S

save(SaveVO) - 接口中的方法 top.tangyh.basic.base.controller.SaveController
新增
save(SaveVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
save(SaveVO) - 接口中的方法 top.tangyh.basic.base.service.SuperService
插入一条记录(选择字段,策略插入)
save(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
saveAfter(SaveVO, Entity) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
保存之后设置参数值,淘汰缓存等操作
saveBatch(Collection<T>, int) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
saveBatch(List<Entity>) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
saveBatch(List<Entity>) - 接口中的方法 top.tangyh.basic.base.service.SuperService
批量保存
saveBatchSomeColumn(List<T>) - 接口中的方法 top.tangyh.basic.base.manager.SuperManager
批量保存数据
saveBefore(SaveVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
保存之前处理参数等操作
SaveController<Id extends Serializable,Entity extends SuperEntity<Id>,SaveVO> - top.tangyh.basic.base.controller中的接口
新增
saveOrUpdateBatch(Collection<T>, int) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
saveVOClass - 类中的变量 top.tangyh.basic.base.controller.SuperExcelController
 
setCache(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
setCache(T) - 接口中的方法 top.tangyh.basic.base.manager.SuperCacheManager
设置缓存
success() - 接口中的方法 top.tangyh.basic.base.controller.BaseController
成功返回
success(T) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
成功返回
SuperCacheController<S extends SuperCacheService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>,SaveVO,UpdateVO,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的类
SuperCacheController
SuperCacheController() - 类的构造器 top.tangyh.basic.base.controller.SuperCacheController
 
SuperCacheManager<T> - top.tangyh.basic.base.manager中的接口
基于MP的 IService 新增了几个方法: getByIdCache、getByKey、findByIds、refreshCache、clearCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、getByKey 根据提供的缓存key查询单个实体,查不到会通过loader回调查询 3、findByIds 根据id批量从缓存查询实体列表 4、refreshCache 刷新缓存 5、clearCache 淘汰缓存
SuperCacheManagerImpl<M extends SuperMapper<T>,T extends SuperEntity> - top.tangyh.basic.base.manager.impl中的类
基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id
SuperCacheManagerImpl() - 类的构造器 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
SuperCacheService<Id extends Serializable,Entity extends SuperEntity<?>> - top.tangyh.basic.base.service中的接口
基于MP的 IService 新增了3个方法: getByIdCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、SuperService 上的方法
SuperCacheServiceImpl<M extends SuperCacheManager<Entity>,Id extends Serializable,Entity extends SuperEntity<?>> - top.tangyh.basic.base.service.impl中的类
基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id
SuperCacheServiceImpl() - 类的构造器 top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
 
SuperController<S extends SuperService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>,SaveVO,UpdateVO,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的类
SuperNoPoiController
SuperController() - 类的构造器 top.tangyh.basic.base.controller.SuperController
 
SuperExcelController<S extends SuperCacheService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>,SaveVO,UpdateVO,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的类
导入导出
SuperExcelController() - 类的构造器 top.tangyh.basic.base.controller.SuperExcelController
 
superManager - 类中的变量 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
SuperManager<T> - top.tangyh.basic.base.manager中的接口
基于MP的 IService 新增了2个方法: saveBatchSomeColumn、updateAllById 其中: 1,updateAllById 执行后,会清除缓存 2,saveBatchSomeColumn 批量插入
SuperManagerImpl<M extends SuperMapper<T>,T> - top.tangyh.basic.base.manager.impl中的类
不含缓存的Service实现
SuperManagerImpl() - 类的构造器 top.tangyh.basic.base.manager.impl.SuperManagerImpl
 
SuperMapper<T> - top.tangyh.basic.base.mapper中的接口
基于MP的 BaseMapper 新增了2个方法: insertBatchSomeColumn、updateAllById
SuperReadController<S extends SuperService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>,PageQuery,ResultVO> - top.tangyh.basic.base.controller中的类
SuperReadController
SuperReadController() - 类的构造器 top.tangyh.basic.base.controller.SuperReadController
 
superService - 类中的变量 top.tangyh.basic.base.controller.SuperSimpleController
 
SuperService<Id extends Serializable,Entity extends SuperEntity<?>> - top.tangyh.basic.base.service中的接口
业务层
SuperServiceImpl<M extends SuperManager<Entity>,Id extends Serializable,Entity extends SuperEntity<?>> - top.tangyh.basic.base.service.impl中的类
不含缓存的Service实现
SuperServiceImpl() - 类的构造器 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
SuperSimpleController<S extends SuperService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>> - top.tangyh.basic.base.controller中的类
简单的实现了BaseController,为了获取注入 Service 和 实体类型
SuperSimpleController() - 类的构造器 top.tangyh.basic.base.controller.SuperSimpleController
 
SuperWriteController<S extends SuperService<Id,Entity>,Id extends Serializable,Entity extends SuperEntity<Id>,SaveVO,UpdateVO> - top.tangyh.basic.base.controller中的类
SuperReadController
SuperWriteController() - 类的构造器 top.tangyh.basic.base.controller.SuperWriteController
 

T

timeRange(PageParams<T>) - 类中的静态方法 top.tangyh.basic.base.request.PageUtil
重置时间区间参数
top.tangyh.basic.base - 程序包 top.tangyh.basic.base
MVC基础包, 封装的 Controller、Service、Manager、Mapper等
top.tangyh.basic.base.controller - 程序包 top.tangyh.basic.base.controller
 
top.tangyh.basic.base.manager - 程序包 top.tangyh.basic.base.manager
 
top.tangyh.basic.base.manager.impl - 程序包 top.tangyh.basic.base.manager.impl
 
top.tangyh.basic.base.mapper - 程序包 top.tangyh.basic.base.mapper
 
top.tangyh.basic.base.request - 程序包 top.tangyh.basic.base.request
 
top.tangyh.basic.base.service - 程序包 top.tangyh.basic.base.service
 
top.tangyh.basic.base.service.impl - 程序包 top.tangyh.basic.base.service.impl
 

U

update(UpdateVO) - 接口中的方法 top.tangyh.basic.base.controller.UpdateController
修改
updateAfter(UpdateVO, Entity) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
修改之后设置参数值,淘汰缓存等操作
updateAllAfter(UpdateVO, Entity) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
修改之后设置参数值,淘汰缓存等操作
updateAllBefore(UpdateVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
修改之前处理参数等操作
updateAllById(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
updateAllById(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperManagerImpl
 
updateAllById(T) - 接口中的方法 top.tangyh.basic.base.manager.SuperManager
根据id修改 entity 的所有字段
updateAllById(T) - 接口中的方法 top.tangyh.basic.base.mapper.SuperMapper
全量修改所有字段
updateAllById(UpdateVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
updateAllById(UpdateVO) - 接口中的方法 top.tangyh.basic.base.service.SuperService
根据id修改 entity 的所有字段
updateBatchById(Collection<T>, int) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
updateBefore(UpdateVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
修改之前处理参数等操作
updateById(T) - 类中的方法 top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
 
updateById(UpdateVO) - 类中的方法 top.tangyh.basic.base.service.impl.SuperServiceImpl
 
updateById(UpdateVO) - 接口中的方法 top.tangyh.basic.base.service.SuperService
根据 ID 修改实体中非空的字段
UpdateController<Id extends Serializable,Entity extends SuperEntity<Id>,UpdateVO> - top.tangyh.basic.base.controller中的接口
修改Controller

V

validData(List<SaveVO>) - 类中的方法 top.tangyh.basic.base.controller.SuperExcelController
子类实现业务校验规则,校验失败自行报错
validFail(String) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
参数校验失败返回
validFail(String, Object...) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
参数校验失败返回
validFail(BaseExceptionCode) - 接口中的方法 top.tangyh.basic.base.controller.BaseController
参数校验失败返回

W

write(byte[], String, HttpServletResponse) - 接口中的方法 top.tangyh.basic.base.controller.DownloadController
生成zip文件
B C D E F G H I L M O P Q R S T U V W 
All Classes and Interfaces|常量字段值|所有程序包