A B C D E F G I L M O P Q R S T U V X Y
A
- addDataMap(String, Object) - 类 中的方法xyz.weechang.moreco.core.model.domain.BaseDomain
-
- AppException - xyz.weechang.moreco.core.exception中的异常错误
-
说明:
- AppException() - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(String) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(String, Throwable) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(Throwable) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(IError) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(String, IError) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(String, Throwable, IError) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
- AppException(Throwable, IError) - 异常错误 的构造器xyz.weechang.moreco.core.exception.AppException
-
B
- BaseController - xyz.weechang.moreco.core.controller中的类
-
说明:
- BaseController() - 类 的构造器xyz.weechang.moreco.core.controller.BaseController
-
- baseDao - 类 中的变量xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- BaseDomain - xyz.weechang.moreco.core.model.domain中的类
-
说明:
- BaseDomain() - 类 的构造器xyz.weechang.moreco.core.model.domain.BaseDomain
-
- BaseService<T extends BaseDomain> - xyz.weechang.moreco.core.service中的接口
-
基础service类
- BaseServiceImpl<D extends xyz.weechang.moreco.data.core.BaseRepository,T extends BaseDomain> - xyz.weechang.moreco.core.service.impl中的类
-
基础实现
- BaseServiceImpl() - 类 的构造器xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
C
- convertDataMap(T...) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
属性转换
- convertDataMap(Collection<T>) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
属性批量转换
- createdBy - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- createdDate - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
D
- dataMap - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- delete(Serializable) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
根据id删除
- delete(T) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
删除对象
- delete(Iterable<? extends T>) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
批量删除对象
- delete(Serializable, boolean) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
根据id删除
- delete(T, boolean) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
删除对象
- delete(Iterable<? extends T>, boolean) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
批量删除对象
- delete(Serializable) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- delete(T) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- delete(Iterable<? extends T>) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- delete(Serializable, boolean) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- delete(T, boolean) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- delete(Iterable<? extends T>, boolean) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- doConvertDataMap(T...) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
真正的属性转换,减少校验代码
E
- error() - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
- error(IError) - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
- error(String) - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
- error(String, int, String) - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
F
- findAll() - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
查询所有记录
- findAll(Pageable) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
分页查询记录
- findAll() - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- findAll(Pageable) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- findAllById(Iterable<Serializable>) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
根据ids查询所有记录
- findAllById(Iterable<Serializable>) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- findById(Object) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
根据id 查询一条记录
- findById(Object) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- findFirstByUsername(String) - 接口 中的方法xyz.weechang.moreco.core.security.MorecoSecurityService
-
根据用户名获取用户
G
- getCode() - 接口 中的方法xyz.weechang.moreco.core.error.IError
-
获取错误码
- getCode() - 枚举 中的方法xyz.weechang.moreco.core.error.SysError
-
- getCurrentAuditor() - 类 中的方法xyz.weechang.moreco.core.security.UsernameAuditorBean
-
- getError() - 异常错误 中的方法xyz.weechang.moreco.core.exception.AppException
-
- getExtMessage() - 异常错误 中的方法xyz.weechang.moreco.core.exception.AppException
-
- getInstance() - 类 中的静态方法xyz.weechang.moreco.core.security.MorecoSecurityContent
-
- getKey() - 枚举 中的方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
- getMsg() - 接口 中的方法xyz.weechang.moreco.core.error.IError
-
获取错误信息
- getMsg() - 枚举 中的方法xyz.weechang.moreco.core.error.SysError
-
- getNs() - 接口 中的方法xyz.weechang.moreco.core.error.IError
-
获取nameSpace
- getNs() - 枚举 中的方法xyz.weechang.moreco.core.error.SysError
-
- getUserId() - 类 中的方法xyz.weechang.moreco.core.security.MorecoSecurityContent
-
获取用户id
- getUserId() - 类 中的静态方法xyz.weechang.moreco.core.security.MorecoSecurityUtil
-
获取用户id
- getUsername() - 类 中的方法xyz.weechang.moreco.core.controller.BaseController
-
- getUsername() - 类 中的方法xyz.weechang.moreco.core.security.MorecoSecurityContent
-
获取用户名
- getUsername() - 类 中的静态方法xyz.weechang.moreco.core.security.MorecoSecurityUtil
-
获取用户名
- getValue() - 枚举 中的方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
I
- id - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- IError - xyz.weechang.moreco.core.error中的接口
-
说明:
- isUrlPermissionByName(String, String) - 接口 中的方法xyz.weechang.moreco.core.security.MorecoSecurityService
-
根据用户名,判断该URL是否有访问权限
L
- logout() - 类 中的方法xyz.weechang.moreco.core.security.MorecoSecurityContent
-
登出
- logout() - 类 中的静态方法xyz.weechang.moreco.core.security.MorecoSecurityUtil
-
登出
M
- MorecoSecurityContent - xyz.weechang.moreco.core.security中的类
-
安全信息
- MorecoSecurityContent() - 类 的构造器xyz.weechang.moreco.core.security.MorecoSecurityContent
-
- MorecoSecurityService - xyz.weechang.moreco.core.security中的接口
-
安全service
- MorecoSecurityUser - xyz.weechang.moreco.core.security中的类
-
- MorecoSecurityUser() - 类 的构造器xyz.weechang.moreco.core.security.MorecoSecurityUser
-
- MorecoSecurityUtil - xyz.weechang.moreco.core.security中的类
-
- MorecoSecurityUtil() - 类 的构造器xyz.weechang.moreco.core.security.MorecoSecurityUtil
-
O
- ok(Object) - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
- ok(String) - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
- ok() - 类 中的静态方法xyz.weechang.moreco.core.model.dto.R
-
P
- PageModel<T> - xyz.weechang.moreco.core.model.dto中的类
-
分页 工具
- PageModel() - 类 的构造器xyz.weechang.moreco.core.model.dto.PageModel
-
- PageModel(int) - 类 的构造器xyz.weechang.moreco.core.model.dto.PageModel
-
分页
- PageModel(int, int) - 类 的构造器xyz.weechang.moreco.core.model.dto.PageModel
-
分页
- PageModel(List<T>, long, int, int) - 类 的构造器xyz.weechang.moreco.core.model.dto.PageModel
-
分页
- PageModel(Page<T>) - 类 的构造器xyz.weechang.moreco.core.model.dto.PageModel
-
分页
Q
- QueryRequest - xyz.weechang.moreco.core.model.dto中的类
-
- QueryRequest() - 类 的构造器xyz.weechang.moreco.core.model.dto.QueryRequest
-
R
- R<T> - xyz.weechang.moreco.core.model.dto中的类
-
请求响应
- R() - 类 的构造器xyz.weechang.moreco.core.model.dto.R
-
S
- save(T) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
保存记录
- save(T) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- saveAll(Iterable<T>) - 接口 中的方法xyz.weechang.moreco.core.service.BaseService
-
批量保存记录
- saveAll(Iterable<T>) - 类 中的方法xyz.weechang.moreco.core.service.impl.BaseServiceImpl
-
- setExtMessage(String) - 异常错误 中的方法xyz.weechang.moreco.core.exception.AppException
-
- setKey(Integer) - 枚举 中的方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
- setLoginInfo(String, Long) - 类 中的方法xyz.weechang.moreco.core.security.MorecoSecurityContent
-
设置登录信息
- setLoginInfo(String, Long) - 类 中的静态方法xyz.weechang.moreco.core.security.MorecoSecurityUtil
-
设置登录信息
- setValue(String) - 枚举 中的方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
- SysError - xyz.weechang.moreco.core.error中的枚举
-
说明:
T
- toPage() - 类 中的方法xyz.weechang.moreco.core.model.dto.QueryRequest
-
- toPageRequest() - 类 中的方法xyz.weechang.moreco.core.model.dto.PageModel
-
pageUtil 转 pageRequest
- toPageRequest(Sort) - 类 中的方法xyz.weechang.moreco.core.model.dto.PageModel
-
pageUtil 转 pageRequest
- toPageRequest() - 类 中的方法xyz.weechang.moreco.core.model.dto.QueryRequest
-
- toPageRequest(Sort) - 类 中的方法xyz.weechang.moreco.core.model.dto.QueryRequest
-
- toString() - 异常错误 中的方法xyz.weechang.moreco.core.exception.AppException
-
U
- updatedBy - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- updatedDate - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- UsernameAuditorBean - xyz.weechang.moreco.core.security中的类
-
操作人员
- UsernameAuditorBean() - 类 的构造器xyz.weechang.moreco.core.security.UsernameAuditorBean
-
V
- valueOf(String) - 枚举 中的静态方法xyz.weechang.moreco.core.error.SysError
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法xyz.weechang.moreco.core.error.SysError
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法xyz.weechang.moreco.core.model.domain.enums.YnEnums
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
X
- xyz.weechang.moreco.core.controller - 程序包 xyz.weechang.moreco.core.controller
-
- xyz.weechang.moreco.core.error - 程序包 xyz.weechang.moreco.core.error
-
- xyz.weechang.moreco.core.exception - 程序包 xyz.weechang.moreco.core.exception
-
- xyz.weechang.moreco.core.model.domain - 程序包 xyz.weechang.moreco.core.model.domain
-
- xyz.weechang.moreco.core.model.domain.enums - 程序包 xyz.weechang.moreco.core.model.domain.enums
-
- xyz.weechang.moreco.core.model.dto - 程序包 xyz.weechang.moreco.core.model.dto
-
- xyz.weechang.moreco.core.security - 程序包 xyz.weechang.moreco.core.security
-
- xyz.weechang.moreco.core.service - 程序包 xyz.weechang.moreco.core.service
-
- xyz.weechang.moreco.core.service.impl - 程序包 xyz.weechang.moreco.core.service.impl
-
Y
- yn - 类 中的变量xyz.weechang.moreco.core.model.domain.BaseDomain
-
- YnEnums - xyz.weechang.moreco.core.model.domain.enums中的枚举
-
状态枚举
A B C D E F G I L M O P Q R S T U V X Y
Copyright © 2019. All rights reserved.