类 IPSafeConfigService
java.lang.Object
org.hy.microservice.common.ipSafe.IPSafeConfigService
- 所有已实现的接口:
Serializable,IIPSafeConfigService
@Xjava
public class IPSafeConfigService
extends Object
implements IIPSafeConfigService, Serializable
系统安全访问IP黑白名单的业务层
- 版本:
- v1.0
- 作者:
- ZhengWei(HY)
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.hy.common.TablePartitionRID<String,IPSafeConfig> 刷新黑白名单缓存getIPSafeHit(String i_IpSafeKey) 获取IP黑白名单的命中信息insert(IPSafeConfig io_IPSafeConfig) 新增系统安全访问IP黑白名单voidputIPSafeHit(String i_IpSafeKey, String i_IPSafeType) 添加IP黑白名单的命中信息org.hy.common.TablePartitionRID<String,IPSafeConfig> queryAll()按类型,查询系统安全访问IP黑白名单按主键,查询系统安全访问IP黑白名单queryByID(IPSafeConfig i_IPSafeConfig) 按主键,查询系统安全访问IP黑白名单queryByIPType(IPSafeConfig i_IPSafeConfig) 按类型,查询系统安全访问IP黑白名单update(IPSafeConfig i_IPSafeConfig) 更新系统安全访问IP黑白名单
-
构造器详细资料
-
IPSafeConfigService
public IPSafeConfigService()
-
-
方法详细资料
-
insert
新增系统安全访问IP黑白名单- 指定者:
insert在接口中IIPSafeConfigService- 参数:
io_IPSafeConfig- 统安全访问IP黑白名单- 返回:
-
update
更新系统安全访问IP黑白名单- 指定者:
update在接口中IIPSafeConfigService- 参数:
i_IPSafeConfig- 统安全访问IP黑白名单- 返回:
-
queryByID
按主键,查询系统安全访问IP黑白名单- 指定者:
queryByID在接口中IIPSafeConfigService- 参数:
i_IPSafeConfig- 统安全访问IP黑白名单- 返回:
-
queryByID
按主键,查询系统安全访问IP黑白名单- 指定者:
queryByID在接口中IIPSafeConfigService- 参数:
i_ID- 主键- 返回:
-
queryByIPType
按类型,查询系统安全访问IP黑白名单- 指定者:
queryByIPType在接口中IIPSafeConfigService- 参数:
i_IPSafeConfig- 统安全访问IP黑白名单- 返回:
-
queryAll
按类型,查询系统安全访问IP黑白名单- 指定者:
queryAll在接口中IIPSafeConfigService- 返回:
-
cacheIPSafesRefurbish
刷新黑白名单缓存- 指定者:
cacheIPSafesRefurbish在接口中IIPSafeConfigService- 返回:
-
putIPSafeHit
添加IP黑白名单的命中信息- 指定者:
putIPSafeHit在接口中IIPSafeConfigService- 参数:
i_IpSafeKey-i_IPSafeType-
-
getIPSafeHit
获取IP黑白名单的命中信息- 指定者:
getIPSafeHit在接口中IIPSafeConfigService- 参数:
i_IpSafeKey-- 返回:
-