Skip navigation links
A C D E F G H I L M P R S U X 

A

addLog(JSONObject, JSONObject, String, String, String) - Static method in class com.erlitech.ejava.service.ApiLogService
获取共享数据中心接口结果
addSingleQuotes(String) - Static method in class com.erlitech.ejava.utils.XStringUtil
在字符串两周添加''
ALLOW_ACCESS - Static variable in class com.erlitech.ejava.controller.ApiController
 
ALLOW_DB_LOG - Static variable in class com.erlitech.ejava.controller.ApiController
 
allowResultNull - Static variable in class com.erlitech.ejava.utils.XdbUtil
 
ApiController - Class in com.erlitech.ejava.controller
Api Controller 统一路由
ApiController() - Constructor for class com.erlitech.ejava.controller.ApiController
 
ApiLogService - Class in com.erlitech.ejava.service
Log服务(数据库)
ApiLogService() - Constructor for class com.erlitech.ejava.service.ApiLogService
 
ApiSchedulerService - Class in com.erlitech.ejava.service
计划任务
ApiSchedulerService() - Constructor for class com.erlitech.ejava.service.ApiSchedulerService
 
appendFile(InputStream, File) - Static method in class com.erlitech.ejava.utils.XFileUploadUtil
 

C

camelToUnderline(String) - Static method in class com.erlitech.ejava.utils.XStringUtil
驼峰转下划线工具
closeConnection() - Static method in class com.erlitech.ejava.utils.XdbUtil
关闭Connection
closeConnection(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
com.erlitech.ejava.controller - package com.erlitech.ejava.controller
 
com.erlitech.ejava.service - package com.erlitech.ejava.service
 
com.erlitech.ejava.utils - package com.erlitech.ejava.utils
 
connectionMap - Static variable in class com.erlitech.ejava.utils.XdbUtil
 

D

DB_LOG_API_FILTER - Static variable in class com.erlitech.ejava.controller.ApiController
 
DEBUG - Static variable in class com.erlitech.ejava.controller.ApiController
 
decode(String) - Static method in class com.erlitech.ejava.utils.XEncoder
 
delete(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
删除记录
delete(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 

E

EHttpClientUtil - Class in com.erlitech.ejava.utils
 
EHttpClientUtil() - Constructor for class com.erlitech.ejava.utils.EHttpClientUtil
 
ENCODE - Static variable in class com.erlitech.ejava.controller.ApiController
 
encode(String) - Static method in class com.erlitech.ejava.utils.XEncoder
 
ENCODE_TYPE - Static variable in class com.erlitech.ejava.utils.XHttpClientUtil
 
escapeSql(String) - Static method in class com.erlitech.ejava.utils.XqlUtil
 
executeBatchStaticSQL(List<String>) - Static method in class com.erlitech.ejava.utils.XdbUtil
执行SQL,批量,无返回
executeBatchStaticSQL(List<String>, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
executeInsert(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
执行SQL,增
executeInsert(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
executeQuery(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
执行SQL,查
executeQuery(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
executeUpdate(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
执行SQL,增、删、改
executeUpdate(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 

F

fileDownload(String, String, HttpServletResponse) - Static method in class com.erlitech.ejava.utils.XFileDownloadUtil
文件下载

G

getConnection(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
获得数据库的连接
getData(String, JSONObject) - Static method in class com.erlitech.ejava.utils.EHttpClientUtil
 
getDateTime() - Static method in class com.erlitech.ejava.utils.XDateUtil
获取当前时间, 格式化
getDeleteSql() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getField() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getFileMime(String) - Static method in class com.erlitech.ejava.utils.XFileDownloadUtil
获取文件的MIME类型
getFileType(String) - Static method in class com.erlitech.ejava.utils.XFileDownloadUtil
获取文件类型(后缀)
getGroup() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getInsertSql() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getIp(HttpServletRequest) - Static method in class com.erlitech.ejava.controller.ApiController
 
getLimit() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getLogger(String) - Static method in class com.erlitech.ejava.utils.XLoggerUtil
获取日志对象
getOrder() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getProperty(String, String) - Static method in class com.erlitech.ejava.utils.XPropertyUtil
根据Key读取Value
getReferer(HttpServletRequest) - Static method in class com.erlitech.ejava.controller.ApiController
 
getSchedulerTask() - Static method in class com.erlitech.ejava.service.ApiSchedulerService
从数据表获取当前要执行的计划任务
getSelectSql() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getTable() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getTimeStamp() - Static method in class com.erlitech.ejava.utils.XDateUtil
获取当前时间戳
getUpdateSql() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getUserAgent(HttpServletRequest) - Static method in class com.erlitech.ejava.controller.ApiController
 
getValue() - Method in class com.erlitech.ejava.utils.XqlUtil
 
getWhere() - Method in class com.erlitech.ejava.utils.XqlUtil
 

H

httpGetRequest(String) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 
httpGetRequest(String, Map<String, Object>) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 
httpGetRequest(String, Map<String, Object>, Map<String, Object>) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 
httpPostRequest(String) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 
httpPostRequest(String, Map<String, Object>) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 
httpPostRequest(String, Map<String, Object>, Map<String, Object>) - Static method in class com.erlitech.ejava.utils.XHttpClientUtil
 

I

init() - Static method in class com.erlitech.ejava.service.ApiSchedulerService
 
insert(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
新增记录
insert(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
insertJaListWithTableName(String, JSONArray) - Static method in class com.erlitech.ejava.utils.XdbUtil
新增记录,批量数据
insertJaListWithTableName(String, JSONArray, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
insertList(List<XqlUtil>) - Static method in class com.erlitech.ejava.utils.XdbUtil
新增记录,批量Xql
insertList(List<XqlUtil>, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
invokeApi(String, HttpServletRequest, HttpServletResponse) - Static method in class com.erlitech.ejava.controller.ApiController
 
isEmpty(String) - Static method in class com.erlitech.ejava.utils.XStringUtil
String为空判断
isNotEmpty(String) - Static method in class com.erlitech.ejava.utils.XStringUtil
String不为空判断

L

LOGGER - Static variable in class com.erlitech.ejava.controller.ApiController
 

M

makeFileDir(XFileUploadUtil.XFile) - Static method in class com.erlitech.ejava.utils.XFileUploadUtil
 

P

PACKAGE - Static variable in class com.erlitech.ejava.controller.ApiController
 
propertyName - Static variable in class com.erlitech.ejava.utils.XdbUtil
 

R

readList(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询多条记录
readList(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
readNum(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询记录数, 输入xql
readNum(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
readNumBySql(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询记录数, 输入sql
readNumBySql(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
readNumBySqlCount(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询记录数, 输入sql, 获取count
readNumBySqlCount(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
readOne(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询单条记录
readOne(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
readValue(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询单条记录单值
readValue(XqlUtil, String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
requestAllowAccess(HttpServletRequest, HttpServletResponse) - Static method in class com.erlitech.ejava.controller.ApiController
 
router(HttpServletRequest, HttpServletResponse) - Static method in class com.erlitech.ejava.controller.ApiController
路由
runSchedulerTask(JSONObject) - Static method in class com.erlitech.ejava.service.ApiSchedulerService
更新计划任务记录

S

saveToDb(JSONObject, XFileUploadUtil.XFile) - Static method in class com.erlitech.ejava.utils.XFileUploadUtil
 
select(String) - Static method in class com.erlitech.ejava.utils.XdbUtil
查询记录, 输入sql
select(String, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
setField(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setGroup(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setLimit(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setOrder(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setTable(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setValue(JSONObject) - Method in class com.erlitech.ejava.utils.XqlUtil
 
setWhere(String) - Method in class com.erlitech.ejava.utils.XqlUtil
 

U

underlineToCamel(String) - Static method in class com.erlitech.ejava.utils.XStringUtil
下划线转驼峰工具
update(XqlUtil) - Static method in class com.erlitech.ejava.utils.XdbUtil
修改记录
update(XqlUtil, String) - Static method in class com.erlitech.ejava.utils.XdbUtil
 
updateLog(JSONObject, JSONObject) - Static method in class com.erlitech.ejava.service.ApiLogService
获取共享数据中心接口结果
upload(JSONObject, HttpServletRequest) - Static method in class com.erlitech.ejava.utils.XFileUploadUtil
 

X

XDateUtil - Class in com.erlitech.ejava.utils
连接数据库的工具类,被定义成不可继承且是私有访问
XDateUtil() - Constructor for class com.erlitech.ejava.utils.XDateUtil
 
XdbUtil - Class in com.erlitech.ejava.utils
jdbc操作类 V2.0 2017-11-08
XdbUtil() - Constructor for class com.erlitech.ejava.utils.XdbUtil
 
XEncoder - Class in com.erlitech.ejava.utils
字符串加密码处理类
XEncoder() - Constructor for class com.erlitech.ejava.utils.XEncoder
 
XFileDownloadUtil - Class in com.erlitech.ejava.utils
文件下载类
XFileDownloadUtil() - Constructor for class com.erlitech.ejava.utils.XFileDownloadUtil
 
XFileUploadUtil - Class in com.erlitech.ejava.utils
文件上传类
XFileUploadUtil() - Constructor for class com.erlitech.ejava.utils.XFileUploadUtil
 
XHttpClientUtil - Class in com.erlitech.ejava.utils
 
XHttpClientUtil() - Constructor for class com.erlitech.ejava.utils.XHttpClientUtil
 
XLoggerUtil - Class in com.erlitech.ejava.utils
 
XLoggerUtil() - Constructor for class com.erlitech.ejava.utils.XLoggerUtil
 
XPropertyUtil - Class in com.erlitech.ejava.utils
配置文件properties的操作
XPropertyUtil() - Constructor for class com.erlitech.ejava.utils.XPropertyUtil
 
XqlUtil - Class in com.erlitech.ejava.utils
sql处理类
XqlUtil() - Constructor for class com.erlitech.ejava.utils.XqlUtil
 
XStringUtil - Class in com.erlitech.ejava.utils
Author: D.Yang Email: koyangslash@gmail.com Date: 16/8/31 Time: 下午5:42 Describe: String工具类
XStringUtil() - Constructor for class com.erlitech.ejava.utils.XStringUtil
 
A C D E F G H I L M P R S U X 
Skip navigation links

Copyright © 2017. All rights reserved.