A C D G S V
A
- addClickCount(Long) - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickCountCallback
-
给元素增加点击次数的获取
- addClickStatus() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickStatusCallback
-
给元素增加点击状态标识
- addClickStatus(ClickStatusCallback) - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.ClickStatusCalcApi
-
更新某条记录的点击状态为已点击
- addOneClickCount(ClickCountCallback) - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.ClickCountCalcApi
-
将某个业务数据的点击数量统计+1
C
- calcClickCount(List<T>) - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.ClickCountCalcApi
-
计算一组数据的点击数量
- calcClickStatus(List<T>) - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.ClickStatusCalcApi
-
计算一组数据的点击状态
- ClickCountCalcApi - cn.stylefeng.roses.kernel.stat.api中的接口
-
计算业务的点击次数
- ClickCountCallback - cn.stylefeng.roses.kernel.stat.api.callback中的接口
-
回调事件:计算点击次数
- ClickStatusCalcApi - cn.stylefeng.roses.kernel.stat.api中的接口
-
计算点击状态
- ClickStatusCallback - cn.stylefeng.roses.kernel.stat.api.callback中的接口
-
回调事件:计算点击状态
- cn.stylefeng.roses.kernel.stat.api - 程序包 cn.stylefeng.roses.kernel.stat.api
-
- cn.stylefeng.roses.kernel.stat.api.callback - 程序包 cn.stylefeng.roses.kernel.stat.api.callback
-
- cn.stylefeng.roses.kernel.stat.api.constants - 程序包 cn.stylefeng.roses.kernel.stat.api.constants
-
- cn.stylefeng.roses.kernel.stat.api.enums - 程序包 cn.stylefeng.roses.kernel.stat.api.enums
-
- cn.stylefeng.roses.kernel.stat.api.exception - 程序包 cn.stylefeng.roses.kernel.stat.api.exception
-
- cn.stylefeng.roses.kernel.stat.api.exception.enums - 程序包 cn.stylefeng.roses.kernel.stat.api.exception.enums
-
D
- DemoEnum - cn.stylefeng.roses.kernel.stat.api.enums中的枚举
-
一个示例
G
- getBusinessId() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickCountCallback
-
获取业务主键id
- getBusinessId() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickStatusCallback
-
获取业务主键id
- getBusinessTypeCode() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickCountCallback
-
获取业务的类别编码
- getBusinessTypeCode() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickStatusCallback
-
获取业务的类别编码
- getUserId() - 接口 中的方法cn.stylefeng.roses.kernel.stat.api.callback.ClickStatusCallback
-
获取用户id
S
- STAT_EXCEPTION_STEP_CODE - 接口 中的静态变量cn.stylefeng.roses.kernel.stat.api.constants.StatConstants
-
异常枚举的步进值
- STAT_MODULE_NAME - 接口 中的静态变量cn.stylefeng.roses.kernel.stat.api.constants.StatConstants
-
点击统计模块名称
- StatConstants - cn.stylefeng.roses.kernel.stat.api.constants中的接口
-
点击统计业务
- StatException - cn.stylefeng.roses.kernel.stat.api.exception中的异常错误
-
点击统计异常
- StatException(AbstractExceptionEnum, Object...) - 异常错误 的构造器cn.stylefeng.roses.kernel.stat.api.exception.StatException
-
- StatException(AbstractExceptionEnum) - 异常错误 的构造器cn.stylefeng.roses.kernel.stat.api.exception.StatException
-
- StatExceptionEnum - cn.stylefeng.roses.kernel.stat.api.exception.enums中的枚举
-
点击统计的异常枚举
V
- valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.stat.api.enums.DemoEnum
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法cn.stylefeng.roses.kernel.stat.api.exception.enums.StatExceptionEnum
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.stat.api.enums.DemoEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法cn.stylefeng.roses.kernel.stat.api.exception.enums.StatExceptionEnum
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
A C D G S V
Copyright © 2024. All rights reserved.