跳过导航链接
A B C D E F G H I K L M N O P R S T V W Y Z 

A

add(int, int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
指定增加某种日期类型(如年、月、日、时、分、秒)的数目的,当前时间之后的某个时间
addDay(Date, int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
根据传入日期生成指定天数后的日期
addDay(Date, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
根据期限间隔,生成给定日期指定天数后的日期
addDayByNow(int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
生成当前日期指定天数后的日期
addMonth(int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
在当前日期增加指定月数 得到当前日期之后某月的日期,如当前日期2008年10月1日,2月后为2008年12月1日
addMonth(Date, int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
在指定日期增加指定月数 得到当前日期之后某月的日期,如当前日期2008年10月1日,2月后为2008年12月1日
addValidDate(int, int, int) - 类 中的方法cn.openx.boot.framework.booster.util.date.DateUtils
根据条件生成若干年、若干月、若干日之后的某日的整数形式日期:
ApiCoreResult<E> - cn.openx.boot.framework.booster.web.result中的类
 
ApiCoreResult() - 类 的构造器cn.openx.boot.framework.booster.web.result.ApiCoreResult
 
ApiException - cn.openx.boot.framework.booster.web.exception中的异常错误
 
ApiException(BaseCode) - 异常错误 的构造器cn.openx.boot.framework.booster.web.exception.ApiException
 
ApiException(BaseCode, Object...) - 异常错误 的构造器cn.openx.boot.framework.booster.web.exception.ApiException
 
ApiException(String, BaseCode, Object...) - 异常错误 的构造器cn.openx.boot.framework.booster.web.exception.ApiException
 
ApiResult<E> - cn.openx.boot.framework.booster.web.result中的类
 
ApiResult(String, String, E) - 类 的构造器cn.openx.boot.framework.booster.web.result.ApiResult
 
append(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
追加到末尾

B

BaseCode - cn.openx.boot.framework.booster.web.code中的枚举
 
BaseCurdService<T> - cn.openx.boot.framework.booster.service中的类
 
BaseCurdService() - 类 的构造器cn.openx.boot.framework.booster.service.BaseCurdService
 
baseDeleteByfields(T, String, String) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用删除服务:按传入的字段和值,删除对应的数据
baseDeleteByPK(String, T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用删除服务:根据业务类主键进行删除
baseDeleteByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用删除服务:根据业务类主键进行删除
baseDisableByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用失效服务:按传入业务类的主键对业务类进行失效操作
baseDisableByPK(String, T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用失效服务:按传入业务类的主键对业务类进行失效操作
BaseDTO - cn.openx.boot.framework.booster.dto中的类
 
BaseDTO() - 类 的构造器cn.openx.boot.framework.booster.dto.BaseDTO
 
baseEnableByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用生效服务:按传入业务类的主键对业务类进行生效操作
baseEnableByPK(String, T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用生效服务:按传入业务类的主键对业务类进行生效操作
BaseEntity - cn.openx.boot.framework.booster.entity中的类
 
BaseEntity() - 类 的构造器cn.openx.boot.framework.booster.entity.BaseEntity
 
baseInsert(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用新增服务
baseInsert(T, String) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用新增服务,支持自定义ID
baseSelectByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用查询单体服务:按传入业务类的主键对业务类进行(未删除)单体业务查询操作 注:根据实体中的属性进行查询,只能有一个返回值,有多个结果是抛出异常,查询条件使用等号
baseSelectByPKAndNotCareOthers(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用查询单体服务:按传入业务类的主键对业务类进行(不care是否有效、删除)单体业务查询操作 注:根据实体中的属性进行查询,只能有一个返回值,有多个结果是抛出异常,查询条件使用等号
baseSelectListByObject(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用查询列表服务:传入的对象的非空属性为条件查询列表,按创建日期倒序排序 注:不允许返回被逻辑删除的数据
baseSelectListByObjectAllowDelete(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用查询列表服务:传入的对象的非空属性为条件查询列表,按创建日期倒序排序 注:允许返回被逻辑删除的数据
baseSelectListByObjectOrderByClause(T, String) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
以传入的对象的非空属性为条件查询列表,按创建日期正序或到倒序排序
baseSelectOneByObject(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用代码,查询单个对象
baseUpdateAllByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用更新服务:按传入业务类的主键对业务类进行更新(null值会被更新)
baseUpdateByPK(T) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
通用更新服务:按传入业务类的主键对业务类进行更新
BELONG_USER_NO - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
 
BoosterApplication - cn.openx.boot.framework.booster中的类
 
BoosterApplication() - 类 的构造器cn.openx.boot.framework.booster.BoosterApplication
 
build(BaseCode, E) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
build(String, String, E) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
build(BaseCode) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 

C

cn.openx.boot.framework.booster - 程序包 cn.openx.boot.framework.booster
 
cn.openx.boot.framework.booster.constant - 程序包 cn.openx.boot.framework.booster.constant
 
cn.openx.boot.framework.booster.domian.enums - 程序包 cn.openx.boot.framework.booster.domian.enums
 
cn.openx.boot.framework.booster.dto - 程序包 cn.openx.boot.framework.booster.dto
 
cn.openx.boot.framework.booster.entity - 程序包 cn.openx.boot.framework.booster.entity
 
cn.openx.boot.framework.booster.service - 程序包 cn.openx.boot.framework.booster.service
 
cn.openx.boot.framework.booster.util.base - 程序包 cn.openx.boot.framework.booster.util.base
 
cn.openx.boot.framework.booster.util.date - 程序包 cn.openx.boot.framework.booster.util.date
 
cn.openx.boot.framework.booster.util.dto - 程序包 cn.openx.boot.framework.booster.util.dto
 
cn.openx.boot.framework.booster.util.net - 程序包 cn.openx.boot.framework.booster.util.net
 
cn.openx.boot.framework.booster.util.redis - 程序包 cn.openx.boot.framework.booster.util.redis
 
cn.openx.boot.framework.booster.web.code - 程序包 cn.openx.boot.framework.booster.web.code
 
cn.openx.boot.framework.booster.web.exception - 程序包 cn.openx.boot.framework.booster.web.exception
 
cn.openx.boot.framework.booster.web.result - 程序包 cn.openx.boot.framework.booster.web.result
 
code - 类 中的变量cn.openx.boot.framework.booster.web.result.ApiCoreResult
业务响应码
CommEnum - cn.openx.boot.framework.booster.domian.enums中的枚举
 
compareTime(Date, Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
按yyyyMMdd G:i:s格式比较两个日期的大小
compareTime(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
按yyyyMMdd G:i:s格式比较两个日期的大小
Constants - cn.openx.boot.framework.booster.constant中的类
 
Constants() - 类 的构造器cn.openx.boot.framework.booster.constant.Constants
 
convert(Class<T>, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
转换值为指定类型
convert(TypeReference<T>, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
转换值为指定类型
convert(Type, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
转换值为指定类型
convert(Class<T>, Object, T) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
转换值为指定类型
convert(Type, Object, T) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
转换值为指定类型
convertDateToCal(Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
将java.util.Date类型日期转换为java.util.Calendar类型日期
ConvertUtils - cn.openx.boot.framework.booster.util.base中的类
转换服务工具类(基于hutool)
ConvertUtils() - 类 的构造器cn.openx.boot.framework.booster.util.base.ConvertUtils
 
countDay(Date, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获得指定日期的期限间隔的实际天数,比如给定2007年2月1日,期限1月,返回28;给定2007年3月1日,期限1月,返回31
countDay(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获得指定日期(字符串格式yyyy-MM-dd)的期限间隔的实际天数, 比如给定2007年2月1日,期限1月,返回28;给定2007年3月1日,期限1月,返回31

D

data - 类 中的变量cn.openx.boot.framework.booster.web.result.ApiCoreResult
业务数据
DateUtils - cn.openx.boot.framework.booster.util.date中的类
 
day - 类 中的静态变量cn.openx.boot.framework.booster.util.date.DateUtils
 
DBConstant - cn.openx.boot.framework.booster.constant中的类
 
DEFAULT_MAX_KEYS_COUNT - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
查询的key数量
delete(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
删除key
delete(Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
批量删除key
DtoUtils - cn.openx.boot.framework.booster.util.dto中的类
 
DtoUtils() - 类 的构造器cn.openx.boot.framework.booster.util.dto.DtoUtils
 
dump(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
序列化key

E

err(BaseCode) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
err(BaseCode, String) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
err(String) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
err(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
err(String, E) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
err(BaseCode, E) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
expire(String, long, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
设置过期时间
expireAt(String, Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
设置过期时间

F

FAIL_RESULT - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
返回结果标识
FIELD_DATE_CREATE - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
字段名常量
formatCalToStr(Calendar, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
格式化输出
formatDateToStr(Date, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
转换日期 Date -> 20080101
formatStrToDate(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
转换日期 20080101 -> Date

G

generateId() - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
ID 生成策略
get(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取指定 key 的值
getAcculateTime(Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取精确到毫秒的时间
getAndSet(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
将给定 key 的值设为 value ,并返回 key 的旧值(old value)
getBit(String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
对 key 所储存的字符串值,获取指定偏移量上的位(bit)
getChineseWeek(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取指定日期中文形式的星期几
getCode() - 接口 中的方法cn.openx.boot.framework.booster.domian.enums.INumberCode
 
getCode() - 接口 中的方法cn.openx.boot.framework.booster.domian.enums.IStringCode
 
getCurrentDate() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取当前系统日期
getCurrentDateTime() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取当前系统时间
getCurrentUser() - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
功能描述: 获取当前用户
getData() - 类 中的方法cn.openx.boot.framework.booster.web.result.ApiCoreResult
将异常堆栈进行格式化输出
getDate() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
得到当前日期的整数形式,yyyyMMdd。
getDays(Date, Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
计算两日之间的间隔天数
getExpire(String, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回 key 的剩余的过期时间
getExpire(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回 key 的剩余的过期时间
getFirstDayOfMonth(Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取当月的第一天
getIntTimeToStr(int) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
数字格式的时间转换为字符串表示,如120000 -> 12:00:00
getIpAddress(HttpServletRequest) - 类 中的静态方法cn.openx.boot.framework.booster.util.net.IpAddressUtils
 
getLastDayOfMonth(Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取当月的最后一天 add by liumeng 2016-05-26
getName() - 接口 中的方法cn.openx.boot.framework.booster.domian.enums.INumberCode
 
getName() - 接口 中的方法cn.openx.boot.framework.booster.domian.enums.IStringCode
 
getNowDate() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
得到当前时间的java.util.Date类型的日期,精确到日
getNowTime() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
得到当前时间的java.util.Date类型的日期
getOkCodes() - 类 中的方法cn.openx.boot.framework.booster.web.result.ApiCoreResult
 
getRange(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回 key 中字符串值的子字符
getRedisTemplate() - 类 中的方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
getSimpleDate(Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
简化日期型,去掉时间显示
getSimpleDate(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
简化日期型,去掉时间显示
getTime() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
返回时间 格式:时/分/秒 hhnnss
getWeek(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取指定日期的星期几
getYesterday() - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
获取昨天的日期

H

hasKey(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
是否存在key
hDelete(String, Object...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
删除一个或多个哈希表字段
hExists(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
查看哈希表 key 中,指定的字段是否存在
hGet(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取存储在哈希表中指定字段的值
hGetAll(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取所有给定字段的值
hIncrBy(String, Object, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
为哈希表 key 中的指定字段的整数值加上增量 increment
hIncrByFloat(String, Object, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
为哈希表 key 中的指定字段的整数值加上增量 increment
hKeys(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取所有哈希表中的字段
hMultiGet(String, Collection<Object>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取所有给定字段的值
hPut(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
hPutAll(String, Map<String, String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
hPutIfAbsent(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
仅当hashKey不存在时才设置
hScan(String, ScanOptions) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
迭代哈希表中的键值对
hSize(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取哈希表中字段的数量
hValues(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取哈希表中所有值

I

incrBy(String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
增加(自增长), 负数则为自减
incrByFloat(String, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
init() - 类 中的方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
insertOrUpdate(T, String) - 类 中的方法cn.openx.boot.framework.booster.service.BaseCurdService
新增或者保存baseEntity通用服务
INumberCode - cn.openx.boot.framework.booster.domian.enums中的接口
 
IpAddressUtils - cn.openx.boot.framework.booster.util.net中的类
 
IpAddressUtils() - 类 的构造器cn.openx.boot.framework.booster.util.net.IpAddressUtils
 
isDate(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
功能:判断是否为日期格式
isError() - 类 中的方法cn.openx.boot.framework.booster.web.result.ApiCoreResult
 
isJson(Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.base.ConvertUtils
是否为JSON字符串
isSuccess() - 类 中的方法cn.openx.boot.framework.booster.web.result.ApiCoreResult
 
IStringCode - cn.openx.boot.framework.booster.domian.enums中的接口
 

K

keys(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
查找匹配的key

L

lBLeftPop(String, long, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移出并获取列表的第一个元素, 如果列表没有元素会阻塞列表直到等待超时或发现可弹出元素为止
lBRightPop(String, long, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移出并获取列表的最后一个元素, 如果列表没有元素会阻塞列表直到等待超时或发现可弹出元素为止
lBRightPopAndLeftPush(String, String, long, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
从列表中弹出一个值,将弹出的元素插入到另外一个列表中并返回它; 如果列表没有元素会阻塞列表直到等待超时或发现可弹出元素为止
LEFT_LIKE - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
leftLike:%左模糊
LIKE - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
like:%左右模糊%
LIKE_SYMBOL - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
like: 占位符
lIndex(String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
通过索引获取列表中的元素
lLeftPop(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移出并获取列表的第一个元素
lLeftPush(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
存储在list头部
lLeftPush(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
如果pivot存在,再pivot前面添加
lLeftPushAll(String, String...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
lLeftPushAll(String, Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
lLeftPushIfPresent(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
当list存在的时候才加入
lLen(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取列表长度
lRange(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取列表指定范围内的元素
lRemove(String, long, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
删除集合中值等于value得元素
lRightPop(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移除并获取列表最后一个元素
lRightPopAndLeftPush(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移除列表的最后一个元素,并将该元素添加到另一个列表并返回
lRightPush(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
lRightPush(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
在pivot元素的右边添加值
lRightPushAll(String, String...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
lRightPushAll(String, Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
lRightPushIfPresent(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
为已存在的列表添加值
lSet(String, long, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
通过索引设置列表元素的值
lTrim(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
裁剪list

M

main(String[]) - 类 中的静态方法cn.openx.boot.framework.booster.BoosterApplication
 
mapper - 类 中的变量cn.openx.boot.framework.booster.service.BaseCurdService
 
message - 类 中的变量cn.openx.boot.framework.booster.web.result.ApiCoreResult
响应码的具体说明信息
month - 类 中的静态变量cn.openx.boot.framework.booster.util.date.DateUtils
 
move(String, int) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
将当前数据库的 key 移动到给定的数据库 db 当中
multiGet(Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
批量获取
multiSet(Map<String, String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
批量添加
multiSetIfAbsent(Map<String, String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
同时设置一个或多个 key-value 对,当且仅当所有给定 key 都不存在

N

NO_LOGIN_USER - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
会话失效或未登陆情况操作人

O

ok() - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
ok(E) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 
ORDER_ASC - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
排序顺序 正序
ORDER_BY_CLAUSE_ASC - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
排序顺序 创建时间正序排序
ORDER_DESC - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
排序顺序 倒序

P

parse(int) - 枚举 中的静态方法cn.openx.boot.framework.booster.web.code.BaseCode
 
PATTERN_DATE - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
时间
PATTERN_DATE_COMPACT - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
 
PATTERN_DATE_TIME - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
 
PATTERN_DATE_TIME_MILLS_COMPACT - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
 
persist(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移除 key 的过期时间,key 将持久保持
PERSISTENCE - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
永久保存标识
PROPERTIES_DATE_MODIFY - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
 
PROPERTIES_ID - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
 
PROPERTIES_IS_DELETE - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
 
PROPERTIES_IS_VALID - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
属性名常量
PROPERTIES_MODIFY_OPR - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
 

R

randomKey() - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
从当前数据库中随机返回一个 key
REDIS_CONF_KEY - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
全局参数配置
REDIS_DICT_KEY - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
数据字典配置
REDIS_TEST_KEY - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
测试REDIS连接的Key
REDIS_TEST_TIME_OUT - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
测试用的超时时间
REDIS_TEST_VALUE - 类 中的静态变量cn.openx.boot.framework.booster.constant.RedisConstant
测试REDIS连接的Value
RedisConstant - cn.openx.boot.framework.booster.constant中的类
 
RedisUtils - cn.openx.boot.framework.booster.util.redis中的类
 
RedisUtils() - 类 的构造器cn.openx.boot.framework.booster.util.redis.RedisUtils
 
redisUtils - 类 中的静态变量cn.openx.boot.framework.booster.util.redis.RedisUtils
 
releaseLock(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
与 tryLock 相对应,用作释放锁
rename(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
修改 key 的名称
renameIfAbsent(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
仅当 newkey 不存在时,将 oldKey 改名为 newkey
RIGHT_LIKE - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
rightLike:右模糊%

S

sAdd(String, String...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
set添加元素
sDifference(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取两个集合的差集
sDifference(String, Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取key集合与多个集合的差集
sDifference(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与otherKey集合的差集存储到destKey中
sDifference(String, Collection<String>, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与多个集合的差集存储到destKey中
sDistinctRandomMembers(String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
随机获取集合中count个元素并且去除重复的
set(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
设置指定 key 的值
setBit(String, long, boolean) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
设置ASCII码, 字符串'a'的ASCII码是97, 转为二进制是'01100001', 此方法是将二进制第offset位值变为value
setEx(String, String, long, TimeUnit) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
将值 value 关联到 key ,并将 key 的过期时间设为 timeout
setIfAbsent(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
只有在 key 不存在时设置 key 的值
setMembers(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合所有元素
setNullValue(T) - 类 中的静态方法cn.openx.boot.framework.booster.util.dto.DtoUtils
将DTO中的空字符串属性置为NULL
setRange(String, String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
用 value 参数覆写给定 key 所储存的字符串值,从偏移量 offset 开始
setRedisTemplate(StringRedisTemplate) - 类 中的方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
sIntersect(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取两个集合的交集
sIntersect(String, Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取key集合与多个集合的交集
sIntersectAndStore(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与otherKey集合的交集存储到destKey集合中
sIntersectAndStore(String, Collection<String>, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与多个集合的交集存储到destKey集合中
sIsMember(String, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
判断集合是否包含value
size(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取字符串的长度
sMove(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
将元素value从一个集合移到另一个集合
sPop(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移除并返回集合的一个随机元素
sRandomMember(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
随机获取集合中的一个元素
sRandomMembers(String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
随机获取集合中count个元素
sRemove(String, Object...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
set移除元素
sScan(String, ScanOptions) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
sSize(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合的大小
SUBTYPE_JSON - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
 
sUnion(String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取两个集合的并集
sUnion(String, Collection<String>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取key集合与多个集合的并集
sUnionAndStore(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与otherKey集合的并集存储到destKey中
sUnionAndStore(String, Collection<String>, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
key集合与多个集合的并集存储到destKey中

T

tryLock(String, String, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
该加锁方法仅针对单实例 Redis 可实现分布式加锁 对于 Redis 集群则无法使用 支持重复,线程安全
type(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回 key 所储存的值的类型
TYPE_APPLICATION - 类 中的静态变量cn.openx.boot.framework.booster.constant.Constants
MediaType TYPE:类型 SUBTYPE:子类型

V

VALUE_DELETED - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
字段值常量 删除
VALUE_INVALID - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
字段值常量 失效
VALUE_NOT_DELTED - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
字段值常量 未删除
VALUE_VALID - 类 中的静态变量cn.openx.boot.framework.booster.constant.DBConstant
字段值常量 生效
valueOf(String) - 枚举 中的静态方法cn.openx.boot.framework.booster.domian.enums.CommEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.openx.boot.framework.booster.web.code.BaseCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.openx.boot.framework.booster.domian.enums.CommEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.openx.boot.framework.booster.web.code.BaseCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

week - 类 中的静态变量cn.openx.boot.framework.booster.util.date.DateUtils
 
with(Throwable) - 类 中的静态方法cn.openx.boot.framework.booster.web.result.ApiResult
 

Y

year - 类 中的静态变量cn.openx.boot.framework.booster.util.date.DateUtils
 
yearsOf(Date, Date) - 类 中的静态方法cn.openx.boot.framework.booster.util.date.DateUtils
返回两个日期相差年数

Z

zAdd(String, String, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
添加元素,有序集合是按照元素的score值由小到大排列
zAdd(String, Set<ZSetOperations.TypedTuple<String>>) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zCount(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据score值获取集合元素数量
zIncrementScore(String, String, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
增加元素的score值,并返回增加后的值
zIntersectAndStore(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
交集
zIntersectAndStore(String, Collection<String>, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
交集
zRange(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合的元素, 从小到大排序
zRangeByScore(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据Score值查询集合元素
zRangeByScoreWithScores(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据Score值查询集合元素, 从小到大排序
zRangeByScoreWithScores(String, double, double, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zRangeWithScores(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合元素, 并且把score值也获取
zRank(String, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回元素在集合的排名,有序集合是按照元素的score值由小到大排列
zRemove(String, Object...) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zRemoveRange(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
移除指定索引位置的成员
zRemoveRangeByScore(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据指定的score值的范围来移除成员
zReverseRange(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合的元素, 从大到小排序
zReverseRangeByScore(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据Score值查询集合元素, 从大到小排序
zReverseRangeByScore(String, double, double, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zReverseRangeByScoreWithScores(String, double, double) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
根据Score值查询集合元素, 从大到小排序
zReverseRangeWithScores(String, long, long) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合的元素, 从大到小排序, 并返回score值
zReverseRank(String, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
返回元素在集合的排名,按元素的score值由大到小排列
zScan(String, ScanOptions) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zScore(String, Object) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合中value元素的score值
zSize(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合大小
zUnionAndStore(String, String, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取key和otherKey的并集并存储在destKey中
zUnionAndStore(String, Collection<String>, String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
 
zZCard(String) - 类 中的静态方法cn.openx.boot.framework.booster.util.redis.RedisUtils
获取集合大小
A B C D E F G H I K L M N O P R S T V W Y Z 
跳过导航链接

Copyright © 2022. All rights reserved.