跳过导航链接
A B C D E F G H I J L M N P Q R S T U V W 

A

addInterceptors(InterceptorRegistry) - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
 
addInterceptors(InterceptorRegistry) - 类 中的方法net.qimooc.commons.web.resubmit.ResubmitHandlerConfigration
 
addResourceHandlers(ResourceHandlerRegistry) - 类 中的方法net.qimooc.commons.config.ApplicationMvcConfig
提供/content路径下静态文件访问功能
AopUtils - net.qimooc.commons.utils中的类
 
AopUtils() - 类 的构造器net.qimooc.commons.utils.AopUtils
 
ApiOriginFilter - net.qimooc.commons.web.filter中的类
SimpleCORSFilter Access-Control-Allow-Origin TODO: 修改允许的域为系统配置项,子站点二级域名需要能自动配置 而不需要修改配置文件
ApiOriginFilter() - 类 的构造器net.qimooc.commons.web.filter.ApiOriginFilter
Default constructor.
ApplicationMvcConfig - net.qimooc.commons.config中的类
 
ApplicationMvcConfig() - 类 的构造器net.qimooc.commons.config.ApplicationMvcConfig
 
ApplicationProperties - net.qimooc.commons.config中的类
 
ApplicationProperties() - 类 的构造器net.qimooc.commons.config.ApplicationProperties
 
args - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
占位符形式对应的参数值
args - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
占位符形式对应的参数值

B

BadSqlGrammarExceptionExceptionHandler(HttpServletRequest, Exception) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
拦截mybatis提示的语法异常错误信息,进行统一输出
BaseException - net.qimooc.commons.exceptions中的异常错误
基础业务异常类,通过增加成员变量 messageKey 和 args 并重写父类的 getMessage() 方法对国际化进行支持
BaseException() - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
 
BaseException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
 
BaseException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.BaseException
 
BaseService<T,ID extends java.io.Serializable,R extends SupportRepository<T,ID>> - net.qimooc.commons.service中的类
 
BaseService() - 类 的构造器net.qimooc.commons.service.BaseService
 
BeanUtils - net.qimooc.commons.utils中的类
 
BeanUtils() - 类 的构造器net.qimooc.commons.utils.BeanUtils
 
BusinessException - net.qimooc.commons.exceptions中的异常错误
基础业务异常类,通过增加成员变量 messageKey 和 args 并重写父类的 getMessage() 方法对国际化进行支持
BusinessException() - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 
BusinessException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 
BusinessException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 
BusinessException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 
BusinessException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 
BusinessException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.BusinessException
 

C

checkDeleteable(T) - 类 中的方法net.qimooc.commons.service.BaseService
 
checkDeleteable(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
clear() - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
clear() - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
清空ThreadLocal
ClientRealIpFilter - net.qimooc.commons.web.filter中的类
ClientRealIpFilter 获取客户端真实IP,并放入ThreadLocal中
ClientRealIpFilter() - 类 的构造器net.qimooc.commons.web.filter.ClientRealIpFilter
 
controller() - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
 
convert(String) - 类 中的方法net.qimooc.commons.spring.support.DateConvert
 
CookieConfig - net.qimooc.commons.config中的类
通过配置文件设置Cookie相关属性
CookieConfig() - 类 的构造器net.qimooc.commons.config.CookieConfig
 
CookieProperties - net.qimooc.commons.config中的类
 
CookieProperties() - 类 的构造器net.qimooc.commons.config.CookieProperties
 
copyProperties(Object, Object, boolean) - 类 中的方法net.qimooc.commons.utils.BeanUtils
 
count() - 类 中的方法net.qimooc.commons.service.BaseService
 
count(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
count() - 接口 中的方法net.qimooc.commons.service.CrudService
Returns the number of entities available.
count(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns the number of instances that the given Specification will return.
create(MethodInvocation) - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
createParamContext() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
createRepositoryFactory(EntityManager) - 类 中的方法net.qimooc.commons.repository.CustomRepositoryFactoryBean
 
createSimpleMappingExceptionResolver() - 类 中的方法net.qimooc.commons.exceptions.config.ExceptionConfiguration
Setup the classic SimpleMappingExceptionResolver.
CrudService<T,ID extends java.io.Serializable> - net.qimooc.commons.service中的接口
 
current() - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
CustomRepositoryFactoryBean<R extends org.springframework.data.jpa.repository.JpaRepository<T,I>,T,I extends java.io.Serializable> - net.qimooc.commons.repository中的类
 
CustomRepositoryFactoryBean(Class<? extends R>) - 类 的构造器net.qimooc.commons.repository.CustomRepositoryFactoryBean
 

D

DataRuleService<T,ID extends java.io.Serializable> - net.qimooc.commons.service中的接口
 
dataRuleWapper - 类 中的变量net.qimooc.commons.service.BaseService
 
DataRuleWapper - net.qimooc.commons.service中的接口
 
DateConvert - net.qimooc.commons.spring.support中的类
 
DateConvert() - 类 的构造器net.qimooc.commons.spring.support.DateConvert
 
defaultCookieSerializer(CookieProperties) - 类 中的方法net.qimooc.commons.config.CookieConfig
 
DefaultJsonSerializer - net.qimooc.commons.config中的类
 
DefaultJsonSerializer() - 类 的构造器net.qimooc.commons.config.DefaultJsonSerializer
 
delete(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(List<ID>) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(ID[]) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(T) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(Iterable<? extends T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(ID, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(List<ID>, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(ID[], boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(T, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(Iterable<? extends T>, boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
delete(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes the entity with the given id.
delete(List<ID>) - 接口 中的方法net.qimooc.commons.service.CrudService
 
delete(ID[]) - 接口 中的方法net.qimooc.commons.service.CrudService
 
delete(T) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes a given entity.
delete(Iterable<? extends T>) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes the given entities.
delete(ID, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes the entity with the given id.
delete(List<ID>, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
 
delete(ID[], boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
 
delete(T, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes a given entity.
delete(Iterable<? extends T>, boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes the given entities.
deleteAll() - 类 中的方法net.qimooc.commons.service.BaseService
 
deleteAll(boolean) - 类 中的方法net.qimooc.commons.service.BaseService
 
deleteAll() - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes all entities managed by the repository.
deleteAll(boolean) - 接口 中的方法net.qimooc.commons.service.CrudService
Deletes all entities managed by the repository.
destroy() - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
 
destroy() - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
 
doAfter() - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
 
doAfterReturing(Object) - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
 
doBefore(JoinPoint) - 类 中的方法net.qimooc.commons.spring.aop.TypeMapNameAspect
 
docs() - 类 中的方法net.qimooc.commons.web.SwaggerDocumentationController
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
 
DynamicQueryPredicateBuilder - net.qimooc.commons.query.builder中的类
 

E

ExceptionConfiguration - net.qimooc.commons.exceptions.config中的类
 
ExceptionConfiguration() - 类 的构造器net.qimooc.commons.exceptions.config.ExceptionConfiguration
 
exists(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
exists(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns whether an entity with the given id exists.

F

findAll() - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(Iterable<ID>) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(Example<S>) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(Example<S>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(T) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,不带支持权限)
findAll(T, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,不带支持权限)
findAll(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,不带支持权限)
findAll(T, ExampleMatcher, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,不带支持权限)
findAll(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(Specification<T>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll(Specification<T>, Sort) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAll() - 接口 中的方法net.qimooc.commons.service.CrudService
Returns all instances of the type.
findAll(Iterable<ID>) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns all instances of the type with the given IDs.
findAll(Example<S>) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAll(Example<S>, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAll(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns all entities matching the given Specification.
findAll(Specification<T>, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns a Page of entities matching the given Specification.
findAll(Specification<T>, Sort) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns all entities matching the given Specification and Sort.
findAll(T) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAll(T, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAll(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAll(T, ExampleMatcher, Pageable) - 接口 中的方法net.qimooc.commons.service.CrudService
 
findAllWithDataRule(T) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,支持权限)
findAllWithDataRule(T, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,支持权限)
findAllWithDataRule(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(全部,过滤已删除数据,支持权限)
findAllWithDataRule(T, ExampleMatcher, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
解析form表单提交的查询entity,生成复杂查询(分页,过滤已删除数据,支持权限)
findAllWithDataRule(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAllWithDataRule(Specification<T>, Pageable) - 类 中的方法net.qimooc.commons.service.BaseService
 
findAllWithDataRule(Specification<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据传入的查询条件拼接上数据范围条件后查询
findAllWithDataRule(Specification<T>, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据传入的查询条件拼接上数据范围条件后查询(分页)
findAllWithDataRule(T) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据对象模板,查询带数据权限范围的集合
findAllWithDataRule(T, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据对象模板,查询带数据权限范围的集合(分页)
findAllWithDataRule(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据对象模板,和指定的 Matcher 查询带数据权限范围的集合
findAllWithDataRule(T, ExampleMatcher, Pageable) - 接口 中的方法net.qimooc.commons.service.DataRuleService
根据对象模板,和指定的 Matcher 查询带数据权限范围的集合(分页)
findAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
findAnnotation(Class, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
findAnnotation(Class, Method, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
findAnnotation(JoinPoint, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
findClassAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
findMethodAnnotation(Class<T>) - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
findMethodAnnotation(Class, Method, Class<T>) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
findOne(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
findOne(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
findOne(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
Retrieves an entity by its id.
findOne(Specification<T>) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns a single entity matching the given Specification.

G

get(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
从ThreadLocal中获取值
get(String, Supplier<T>) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
从ThreadLocal中获取值,并指定一个当值不存在的提供者
getAndRemove(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
获取一个值后然后删除掉
getAnnotation(Class<T>) - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
获取当前操作方法或实例上指定类型的泛型,如果方法上未获取到,则获取实例类上的注解。
getApplicationContext() - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
获取applicationContext
getArgs() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
getArgsMap(JoinPoint) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
getBean(String) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
通过name获取 Bean.
getBean(Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
通过class获取Bean.
getBean(String, Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
通过name,以及Clazz返回指定的Bean
getBeansOfType(Class<T>) - 类 中的静态方法net.qimooc.commons.spring.SpringUtil
返回所有实现某一接口的bean
getCaptcha() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getClientRealIp(HttpServletRequest) - 类 中的静态方法net.qimooc.commons.utils.network.IpAddressUtil
 
getComment() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getContentPath() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getCsrfProtect() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getDataRuleSpecification(Class<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleWapper
 
getDomain() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getEncryptLoginInfo() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getHttpOnly() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getId() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
getIsDeleted() - 接口 中的方法net.qimooc.commons.entity.Repairable
 
getLocalizedMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BaseException
 
getLocalizedMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BusinessException
 
getLoginWithCurrentSite() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getMaxAge() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BaseException
 
getMessage() - 异常错误 中的方法net.qimooc.commons.exceptions.BusinessException
 
getMessage(String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
 
getMessage(String, String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
 
getMessage(String, Object[]) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
 
getMessage(String, Object[], String) - 类 中的方法net.qimooc.commons.i18n.LocaleMessageSourceService
 
getMethod() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
getMethod() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
当前操作的方法
getMethodBody(JoinPoint) - 类 中的静态方法net.qimooc.commons.utils.AopUtils
 
getName() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getOne(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
getOne(ID) - 接口 中的方法net.qimooc.commons.service.CrudService
Returns a reference to the entity with the given identifier.
getParameter(String) - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
根据参数名获取参数值,此参数为方法的参数,而非http参数
如:当前被操作的方法为 query(QueryParam param); 调用getParameter("param"); 则返回QueryParam实例
注意:返回值为Optional对象,使用方法见Optional
getParams() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
获取全部参数
getPath() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getPredicate(Root<T>, CriteriaBuilder, T) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
Extract the Predicate representing the Example.
getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
Extract the Predicate representing the Example.
getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher, EscapeCharacter) - 类 中的静态方法net.qimooc.commons.query.builder.DynamicQueryPredicateBuilder
Extract the Predicate representing the Example.
getPredicate(Root<T>, CriteriaBuilder, T) - 类 中的静态方法net.qimooc.commons.query.builder.LofterQueryPredicateBuilder
Extract the Predicate representing the Example.
getPredicate(Root<T>, CriteriaBuilder, T, ExampleMatcher) - 类 中的静态方法net.qimooc.commons.query.builder.LofterQueryPredicateBuilder
 
getSecure() - 类 中的方法net.qimooc.commons.config.CookieProperties
 
getSessionTimeout() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getShowMembersOnlyIfEnrolled() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getTarget() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
getTarget() - 接口 中的方法net.qimooc.commons.spring.aop.MethodInterceptorParamContext
获取当前类实例
getTemporaryDir() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getVerficationMessageCodeTpl() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getVirtualPath() - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
getWhitelist(Whitelist) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
 
GlobalExceptionHandler - net.qimooc.commons.web中的类
 
GlobalExceptionHandler() - 类 的构造器net.qimooc.commons.web.GlobalExceptionHandler
 

H

handledType() - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
 
handleQueryAnnotation(T) - 类 中的方法net.qimooc.commons.service.BaseService
解析实体类上的Query*注解生成Specification
handleQueryAnnotation(T, ExampleMatcher) - 类 中的方法net.qimooc.commons.service.BaseService
解析实体类上的Query*注解生成Specification, 带过滤条件
handleQueryAnnotation(T) - 接口 中的方法net.qimooc.commons.service.CrudService
 
handleQueryAnnotation(T, ExampleMatcher) - 接口 中的方法net.qimooc.commons.service.CrudService
 
HttpSessionConfig - net.qimooc.commons.config中的类
 
HttpSessionConfig(ApplicationProperties, RedisHttpSessionConfiguration) - 类 的构造器net.qimooc.commons.config.HttpSessionConfig
 

I

I18nConfiguration - net.qimooc.commons.i18n.config中的类
国际化相关配置
I18nConfiguration() - 类 的构造器net.qimooc.commons.i18n.config.I18nConfiguration
 
IllegalAnnotationError - net.qimooc.commons.exceptions中的异常错误
 
IllegalAnnotationError() - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
 
IllegalAnnotationError(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
 
IllegalAnnotationError(String) - 异常错误 的构造器net.qimooc.commons.exceptions.IllegalAnnotationError
 
IllegalArgumentExceptionHandler(HttpServletRequest, Exception) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
 
init(FilterConfig) - 类 中的方法net.qimooc.commons.web.filter.ApiOriginFilter
 
init(FilterConfig) - 类 中的方法net.qimooc.commons.web.filter.ClientRealIpFilter
 
intercept(Invocation) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
 
IpAddressUtil - net.qimooc.commons.utils.network中的类
IP地址工具类,提供获取客户端真实IP方法
isReparable - 类 中的变量net.qimooc.commons.service.BaseService
 

J

JsonPageSerializer - net.qimooc.commons.config中的类
 
JsonPageSerializer() - 类 的构造器net.qimooc.commons.config.JsonPageSerializer
 

L

localeChangeInterceptor() - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
使用参数修改用户的区域,默认为:locale,中文参数值为(zh_CN),英文(en_US)
LocaleMessageSourceService - net.qimooc.commons.i18n中的类
自定义国际化获取工具类 封装 MessageSource ,隐藏获取Locale动作,简化调用方法。
LocaleMessageSourceService() - 类 的构造器net.qimooc.commons.i18n.LocaleMessageSourceService
 
localeResolver() - 类 中的方法net.qimooc.commons.i18n.config.I18nConfiguration
Set SessionLocaleResolver as default LocaleResolver
LofterQueryPredicateBuilder - net.qimooc.commons.query.builder中的类
 
logger - 类 中的变量net.qimooc.commons.exceptions.config.ExceptionConfiguration
 

M

messageKey - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
国际化参数名
messageKey - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
国际化参数名
messageSourceService - 异常错误 中的变量net.qimooc.commons.exceptions.BaseException
 
messageSourceService - 异常错误 中的变量net.qimooc.commons.exceptions.BusinessException
 
MethodArgumentNotValidExceptionHandler(HttpServletRequest, MethodArgumentNotValidException) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
 
MethodInterceptorHolder - net.qimooc.commons.spring.aop中的类
 
MethodInterceptorHolder(String, Method, Object, Map<String, Object>) - 类 的构造器net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
MethodInterceptorParamContext - net.qimooc.commons.spring.aop中的接口
AOP拦截到方法的参数上下文,用于获取当前进行操作的方法的各种参数信息,如:当前所在类实例,参数集合,注解
MyErrorController - net.qimooc.commons.web中的类
 
MyErrorController(ErrorAttributes, ErrorProperties) - 类 的构造器net.qimooc.commons.web.MyErrorController
 
MyErrorController(ErrorAttributes, ErrorProperties, List<ErrorViewResolver>) - 类 的构造器net.qimooc.commons.web.MyErrorController
 

N

nameDiscoverer - 类 中的静态变量net.qimooc.commons.spring.aop.MethodInterceptorHolder
参数名称获取器,用于获取方法参数的名称
net.qimooc.commons.config - 程序包 net.qimooc.commons.config
 
net.qimooc.commons.entity - 程序包 net.qimooc.commons.entity
 
net.qimooc.commons.exceptions - 程序包 net.qimooc.commons.exceptions
 
net.qimooc.commons.exceptions.config - 程序包 net.qimooc.commons.exceptions.config
 
net.qimooc.commons.i18n - 程序包 net.qimooc.commons.i18n
 
net.qimooc.commons.i18n.config - 程序包 net.qimooc.commons.i18n.config
 
net.qimooc.commons.query.annotations - 程序包 net.qimooc.commons.query.annotations
 
net.qimooc.commons.query.builder - 程序包 net.qimooc.commons.query.builder
 
net.qimooc.commons.query.mybatis.interceptor - 程序包 net.qimooc.commons.query.mybatis.interceptor
 
net.qimooc.commons.repository - 程序包 net.qimooc.commons.repository
 
net.qimooc.commons.service - 程序包 net.qimooc.commons.service
 
net.qimooc.commons.spring - 程序包 net.qimooc.commons.spring
 
net.qimooc.commons.spring.aop - 程序包 net.qimooc.commons.spring.aop
 
net.qimooc.commons.spring.support - 程序包 net.qimooc.commons.spring.support
 
net.qimooc.commons.utils - 程序包 net.qimooc.commons.utils
 
net.qimooc.commons.utils.network - 程序包 net.qimooc.commons.utils.network
 
net.qimooc.commons.web - 程序包 net.qimooc.commons.web
 
net.qimooc.commons.web.filter - 程序包 net.qimooc.commons.web.filter
 
net.qimooc.commons.web.resubmit - 程序包 net.qimooc.commons.web.resubmit
 
NotFoundException - net.qimooc.commons.exceptions中的异常错误
 
NotFoundException() - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 
NotFoundException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 
NotFoundException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 
NotFoundException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 
NotFoundException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 
NotFoundException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.NotFoundException
 

P

plugin(Object) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
 
postProcess(ProxyFactory, RepositoryInformation) - 类 中的方法net.qimooc.commons.repository.SecurityPostProcessor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法net.qimooc.commons.web.resubmit.ResubmitAdapter
 
put(String, T) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
设置一个值到ThreadLocal

Q

QueryGreaterEqual - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为大于等于查询 通常用于时间范围查询,比较对象target应为实体对象中的游离(@Transient)对象或自身
QueryGreaterThan - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为大于查询 通常用于开始时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
QueryLessEqual - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为小于等于查询 通常用于结束时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
QueryLessThan - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为小于查询 通常用于结束时间,比较对象target应为实体对象中的游离(@Transient)对象或自身
QueryLike - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)的字段 自动封装Specification时将该字段解析为like查询 只能应用与String类型的属性,禁止用于被@Clob注解标记的属性
QueryOr - net.qimooc.commons.query.annotations中的注释类型
标识实体对象(Entity)中的游离属性字段
旨在提供基于form表单的或条件的查询,当前限制为只能使用在String类型游离属性上
示例: \@QueryOr(target = {"name","username","displayName"}) String filter; 解析完成后会生成类似如下查询,其中模糊查询的形式依赖于QueryLike 注解 NOTE: 条件解析成功后,name 、 username 和 displayName 的其他查询会被忽略 and (u.name like '%filter%' or u.username like '%filter%' or u.display_name like '%filter%')

R

remove(String) - 类 中的静态方法net.qimooc.commons.utils.ThreadLocalUtils
删除参数对应的值
Repairable - net.qimooc.commons.entity中的接口
 
repository - 类 中的变量net.qimooc.commons.service.BaseService
 
ResubmitAdapter - net.qimooc.commons.web.resubmit中的类
重复提交拦截器
ResubmitAdapter() - 类 的构造器net.qimooc.commons.web.resubmit.ResubmitAdapter
 
ResubmitException - net.qimooc.commons.web.resubmit中的异常错误
 
ResubmitException() - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
 
ResubmitException(String) - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
 
ResubmitException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.web.resubmit.ResubmitException
 
ResubmitHandlerConfigration - net.qimooc.commons.web.resubmit中的类
 
ResubmitHandlerConfigration() - 类 的构造器net.qimooc.commons.web.resubmit.ResubmitHandlerConfigration
 
ResubmitStopper - net.qimooc.commons.web.resubmit中的注释类型
一个用户 相同url同时提交相同数据 验证

S

save(S) - 类 中的方法net.qimooc.commons.service.BaseService
 
save(Iterable<S>) - 类 中的方法net.qimooc.commons.service.BaseService
 
save(S) - 接口 中的方法net.qimooc.commons.service.CrudService
Saves a given entity.
save(Iterable<S>) - 接口 中的方法net.qimooc.commons.service.CrudService
Saves all given entities.
SecurityPostProcessor - net.qimooc.commons.repository中的类
 
SecurityPostProcessor() - 类 的构造器net.qimooc.commons.repository.SecurityPostProcessor
 
serialize(String, JsonGenerator, SerializerProvider) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
 
serialize(Page, JsonGenerator, SerializerProvider) - 类 中的方法net.qimooc.commons.config.JsonPageSerializer
 
set() - 类 中的方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
setApplicationContext(ApplicationContext) - 类 中的方法net.qimooc.commons.spring.SpringUtil
 
setCaptcha(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setComment(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setContentPath(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setCsrfProtect(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setCurrent(MethodInterceptorHolder) - 类 中的静态方法net.qimooc.commons.spring.aop.MethodInterceptorHolder
 
setDataRuleWapper(DataRuleWapper) - 类 中的方法net.qimooc.commons.service.BaseService
 
setDomain(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setEncryptLoginInfo(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setHttpOnly(Boolean) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setIsDeleted(Boolean) - 接口 中的方法net.qimooc.commons.entity.Repairable
 
setLoginWithCurrentSite(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setMaxAge(Integer) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setName(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setPath(String) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setProperties(Properties) - 类 中的方法net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
 
setRepository(S) - 类 中的方法net.qimooc.commons.service.BaseService
 
setSecure(Boolean) - 类 中的方法net.qimooc.commons.config.CookieProperties
 
setSessionTimeout(Integer) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setShowMembersOnlyIfEnrolled(Boolean) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setTemporaryDir(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setVerficationMessageCodeTpl(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
setVirtualPath(String) - 类 中的方法net.qimooc.commons.config.ApplicationProperties
 
SimpleException - net.qimooc.commons.exceptions中的异常错误
 
SimpleException() - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SimpleException(String, Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SimpleException(String, Object[]) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SimpleException(String) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SimpleException(Throwable) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SimpleException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.qimooc.commons.exceptions.SimpleException
 
SortParamTranslatorInterceptor - net.qimooc.commons.query.mybatis.interceptor中的类
MyBatis拦截器,用于处理排序参数,将驼峰形式转为下划线形式
SortParamTranslatorInterceptor() - 类 的构造器net.qimooc.commons.query.mybatis.interceptor.SortParamTranslatorInterceptor
 
SpringUtil - net.qimooc.commons.spring中的类
Spring 上下文对象获取工具
SpringUtil() - 类 的构造器net.qimooc.commons.spring.SpringUtil
 
SupportRepository<T,ID extends java.io.Serializable> - net.qimooc.commons.repository中的接口
 
SwaggerDocumentationConfig - net.qimooc.commons.config中的类
 
SwaggerDocumentationConfig() - 类 的构造器net.qimooc.commons.config.SwaggerDocumentationConfig
 
SwaggerDocumentationController - net.qimooc.commons.web中的类
 
SwaggerDocumentationController() - 类 的构造器net.qimooc.commons.web.SwaggerDocumentationController
 
swaggerSpringMvcPlugin() - 类 中的方法net.qimooc.commons.config.SwaggerDocumentationConfig
 

T

tagDelete(ID) - 类 中的方法net.qimooc.commons.service.BaseService
 
tagDelete(T) - 类 中的方法net.qimooc.commons.service.BaseService
 
THREADLOCAL_USER_REAL_IP - 类 中的静态变量net.qimooc.commons.web.filter.ClientRealIpFilter
 
ThreadLocalUtils - net.qimooc.commons.utils中的类
ThreadLocal 工具类,通过在ThreadLocal存储map信息,来实现在ThreadLocal中维护多个信息
e.g.
TransactionAdviceConfig - net.qimooc.commons.config中的类
 
TransactionAdviceConfig() - 类 的构造器net.qimooc.commons.config.TransactionAdviceConfig
 
txAdvice() - 类 中的方法net.qimooc.commons.config.TransactionAdviceConfig
 
txAdviceAdvisor() - 类 中的方法net.qimooc.commons.config.TransactionAdviceConfig
 
TypeMapNameAspect - net.qimooc.commons.spring.aop中的类
 
TypeMapNameAspect() - 类 的构造器net.qimooc.commons.spring.aop.TypeMapNameAspect
 

U

unescapeUntilNoHtmlEntityFound(String, Cleaner) - 类 中的方法net.qimooc.commons.config.DefaultJsonSerializer
 
update(ID, T) - 类 中的方法net.qimooc.commons.service.BaseService
 
update(ID, T) - 接口 中的方法net.qimooc.commons.service.CrudService
fetch an entity

V

ValidationBindExceptionHandler(HttpServletRequest, BindException) - 类 中的方法net.qimooc.commons.web.GlobalExceptionHandler
 

W

withDataRule(Specification<T>) - 类 中的方法net.qimooc.commons.service.BaseService
 
withDataRule(Specification<T>) - 接口 中的方法net.qimooc.commons.service.DataRuleService
给传入的条件拼接数据范围条件
A B C D E F G H I J L M N P Q R S T U V W 
跳过导航链接