跳过导航链接
B C D E G I L P R S T U V 

B

BO - cn.acyou.leo.framework.model.base中的类
业务对象,可以由 Service 层输出的封装业务逻辑的对象。
BO() - 类 的构造器cn.acyou.leo.framework.model.base.BO
 

C

children(List<E>) - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
设置节点的子节点列表
children() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取所有子节点
cn.acyou.leo.framework.annotation.mapper - 程序包 cn.acyou.leo.framework.annotation.mapper
 
cn.acyou.leo.framework.annotation.valid - 程序包 cn.acyou.leo.framework.annotation.valid
 
cn.acyou.leo.framework.annotation.valid.group - 程序包 cn.acyou.leo.framework.annotation.valid.group
 
cn.acyou.leo.framework.model - 程序包 cn.acyou.leo.framework.model
 
cn.acyou.leo.framework.model.base - 程序包 cn.acyou.leo.framework.model.base
 
custom(int, String, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 

D

Delete - cn.acyou.leo.framework.annotation.valid.group中的注释类型
 
Desensitized - cn.acyou.leo.framework.annotation.mapper中的注释类型
脱敏
DictValue - cn.acyou.leo.framework.annotation.valid中的注释类型
字典值判断
DO - cn.acyou.leo.framework.model.base中的类
阿里巴巴专指数据库表一一对应的 POJO 类。
DO() - 类 的构造器cn.acyou.leo.framework.model.base.DO
 
DTO - cn.acyou.leo.framework.model.base中的类
数据传输对象
DTO() - 类 的构造器cn.acyou.leo.framework.model.base.DTO
 

E

error() - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(int, String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(String, String) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(ErrorEnum) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(ErrorEnum, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
error(int, String, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
ErrorEnum - cn.acyou.leo.framework.model中的接口
错误顶级接口

G

getCode() - 接口 中的方法cn.acyou.leo.framework.model.ErrorEnum
返回枚举项的 code
getCode() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getData() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getExtData() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getList() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getMessage() - 接口 中的方法cn.acyou.leo.framework.model.ErrorEnum
返回枚举项的 message
getMessage() - 类 中的方法cn.acyou.leo.framework.model.Result
 
getPageNum() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getPageNum() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getPageSize() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getPageSize() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getSorts() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
getTotal() - 类 中的方法cn.acyou.leo.framework.model.PageData
 
getTotalPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
 

I

id() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取节点id
IdReq - cn.acyou.leo.framework.model中的类
 
IdReq() - 类 的构造器cn.acyou.leo.framework.model.IdReq
 
IdsReq - cn.acyou.leo.framework.model中的类
 
IdsReq() - 类 的构造器cn.acyou.leo.framework.model.IdsReq
 
IllegalPageArgumentException(String) - 异常错误 的构造器cn.acyou.leo.framework.model.PageSo.IllegalPageArgumentException
 
Insert - cn.acyou.leo.framework.annotation.valid.group中的注释类型
 
International - cn.acyou.leo.framework.annotation.mapper中的注释类型
国际化
isHasNextPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
 

L

LatLng - cn.acyou.leo.framework.model中的类
经纬度 Lat 31.090867 Lng 121.817629 国内:LNG比LAT大
LatLng(double, double) - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
LatLng(String, String) - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
LatLng() - 类 的构造器cn.acyou.leo.framework.model.LatLng
 
ListValue - cn.acyou.leo.framework.annotation.valid中的注释类型
集合范围内的值判断

P

PageData<T> - cn.acyou.leo.framework.model中的类
分页信息返回实体
PageData(Integer, Integer) - 类 的构造器cn.acyou.leo.framework.model.PageData
页面数据 Constructor
PageSo - cn.acyou.leo.framework.model中的类
Page Search Object 分页查询对象,不管是GET还是POST 必须继承此类!!!
PageSo() - 类 的构造器cn.acyou.leo.framework.model.PageSo
 
PageSo.IllegalPageArgumentException - cn.acyou.leo.framework.model中的异常错误
页面参数异常
parentId() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
获取该节点的父节点id
processNextPage() - 类 中的方法cn.acyou.leo.framework.model.PageData
处理 hasNextPage 值
PropertyScriptAssert - cn.acyou.leo.framework.annotation.valid中的注释类型
 
PropertyScriptAssert.List - cn.acyou.leo.framework.annotation.valid中的注释类型
 

R

Result<T> - cn.acyou.leo.framework.model中的类
 
Result() - 类 的构造器cn.acyou.leo.framework.model.Result
 
root() - 接口 中的方法cn.acyou.leo.framework.model.TreeNode
是否是根节点

S

Select - cn.acyou.leo.framework.annotation.valid.group中的注释类型
 
SensitizedType - cn.acyou.leo.framework.annotation.mapper中的枚举
敏感类型
setCode(int) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setData(T) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setExtData(Object) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setList(List<T>) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
setMessage(String) - 类 中的方法cn.acyou.leo.framework.model.Result
 
setPageNum(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setPageSize(Integer) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setSorts(String) - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
setTotal(Long) - 类 中的方法cn.acyou.leo.framework.model.PageData
 
success() - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
success(T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
success(String, T) - 类 中的静态方法cn.acyou.leo.framework.model.Result
 
successful() - 类 中的方法cn.acyou.leo.framework.model.Result
 
supportField() - 类 中的方法cn.acyou.leo.framework.model.PageSo
支持排序的字段与对应数据库字段 example: Map<String, String> supportFieldMap = new HashMap<>(); supportFieldMap.put("createTime", "create_time"); supportFieldMap.put("roleCode", "role_code"); example2 支持别名: Map<String, String> supportFieldMap = new HashMap<>(); supportFieldMap.put("createTime", "p.create_time"); supportFieldMap.put("roleCode", "p.role_code");

T

toString() - 类 中的方法cn.acyou.leo.framework.model.PageData
ToString
toString() - 类 中的方法cn.acyou.leo.framework.model.PageSo
 
toString() - 类 中的方法cn.acyou.leo.framework.model.Result
 
TreeNode<T,E> - cn.acyou.leo.framework.model中的接口
 

U

unsuccessful() - 类 中的方法cn.acyou.leo.framework.model.Result
 
Update - cn.acyou.leo.framework.annotation.valid.group中的注释类型
 

V

valueOf(String) - 枚举 中的静态方法cn.acyou.leo.framework.annotation.mapper.SensitizedType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.acyou.leo.framework.annotation.mapper.SensitizedType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VO - cn.acyou.leo.framework.model.base中的类
显示层对象,通常是 Web 向模板渲染引擎层传输的对象。
VO() - 类 的构造器cn.acyou.leo.framework.model.base.VO
 
B C D E G I L P R S T U V 
跳过导航链接

Copyright © 2022. All Rights Reserved.