程序包 top.lieder
类 CommonGet
java.lang.Object
top.lieder.CommonGet
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringsqlAdditionForAuth(String token, String regionKeyword, List<Object> paramList, boolean whereKeyword, boolean andKeyword) sql where实后缀,过滤用户region权限static StringsqlAdditionForGet(String token, String owner, String search_data, Set<String> allowSet, String regionKeyword, List<Object> paramList, boolean withWhereAhead, boolean withAndAhead) static StringsqlAdditionForGet(String token, String owner, String search_data, Set<String> allowSet, Map<String, String> passAllowMap, String regionKeyword, List<Object> paramList, boolean withWhereAhead, boolean withAndAhead) 为get语句添加权限,搜索后缀static StringsqlAdditionForGet(String token, String search_data, Set<String> allowSet, String regionKeyword, List<Object> paramList, boolean withWhere, boolean withAnd) 为get语句添加权限,搜索后缀
-
构造器详细资料
-
CommonGet
public CommonGet()
-
-
方法详细资料
-
sqlAdditionForGet
public static String sqlAdditionForGet(String token, String search_data, Set<String> allowSet, String regionKeyword, List<Object> paramList, boolean withWhere, boolean withAnd) 为get语句添加权限,搜索后缀- 参数:
token- 用户tokensearch_data- 搜索数据allowSet- 过滤keyregionKeyword- region keyparamList- param list 引用withWhere- 包含where头withAnd- 包含and头- 返回:
- sql后缀
-
sqlAdditionForAuth
public static String sqlAdditionForAuth(String token, String regionKeyword, List<Object> paramList, boolean whereKeyword, boolean andKeyword) sql where实后缀,过滤用户region权限- 参数:
token- 用户tokenregionKeyword- region keyparamList- param list 引用whereKeyword- 是否需要补充where关键字andKeyword- 是否需要补充and关键字- 返回:
- (region @ > ? or region @ > ?)
-
sqlAdditionForGet
-
sqlAdditionForGet
public static String sqlAdditionForGet(String token, String owner, String search_data, Set<String> allowSet, Map<String, String> passAllowMap, String regionKeyword, List<Object> paramList, boolean withWhereAhead, boolean withAndAhead) 为get语句添加权限,搜索后缀- 参数:
token- 用户tokensearch_data- 搜索数据allowSet- 过滤keyregionKeyword- region keyparamList- param list 引用- 返回:
- sql后缀
-