public class OursHelperFilter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<java.lang.String> |
process |
| Constructor and Description |
|---|
OursHelperFilter() |
| Modifier and Type | Method and Description |
|---|---|
static int |
convertPage(int page) |
static double |
decimalDigit0(double value) |
static boolean |
findIsCountField(java.lang.String fieldKey) |
static java.util.List<java.lang.String> |
findSqlParams(java.lang.String sql) |
static java.lang.String |
getIp(javax.servlet.http.HttpServletRequest request) |
static int |
getPageSizeBuffer() |
static boolean |
isDBUniqueException(java.lang.Throwable throwable) |
static boolean |
processHandler(java.lang.String u) |
static boolean |
validateUpdateSqlCountReturn(int count) |
static boolean |
validateUpdateSqlCountReturn(int count,
java.lang.Integer rightCount,
java.lang.String message) |
static boolean |
validateUpdateSqlCountReturn(int count,
java.lang.String message) |
public static int convertPage(int page)
public static double decimalDigit0(double value)
public static java.lang.String getIp(javax.servlet.http.HttpServletRequest request)
public static int getPageSizeBuffer()
public static boolean validateUpdateSqlCountReturn(int count)
public static boolean validateUpdateSqlCountReturn(int count,
java.lang.String message)
public static boolean validateUpdateSqlCountReturn(int count,
java.lang.Integer rightCount,
java.lang.String message)
public static boolean findIsCountField(java.lang.String fieldKey)
public static boolean processHandler(java.lang.String u)
public static boolean isDBUniqueException(java.lang.Throwable throwable)
public static java.util.List<java.lang.String> findSqlParams(java.lang.String sql)
Copyright © 2019. All Rights Reserved.