- id() - 类 中的静态方法cn.watsontech.core.utils.ObjectId
-
生成新id
- identityToString(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of an object's overall identity.
- IgnoreField - cn.watsontech.core.openapi.params.base中的注释类型
-
不参与openapi 签名校验的字段
Created by Watson on 2020/02/09.
- illegalArgumentException(IllegalArgumentException, HttpServletRequest) - 类 中的方法cn.watsontech.core.web.controller.handler.GlobalExceptionHandler
-
- Inflector - cn.watsontech.core.mybatis.util中的类
-
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
- Inflector() - 类 的构造器cn.watsontech.core.mybatis.util.Inflector
-
- Inflector(Inflector) - 类 的构造器cn.watsontech.core.mybatis.util.Inflector
-
- Inflector.Rule - cn.watsontech.core.mybatis.util中的类
-
- init() - 类 中的方法cn.watsontech.core.web.spring.config.SiteOptionProperties
-
- initialize() - 类 中的方法cn.watsontech.core.mybatis.util.Inflector
-
- initialize() - 类 中的静态方法cn.watsontech.core.utils.AES
-
- initialized - 类 中的静态变量cn.watsontech.core.utils.AES
-
- initSmsSender(SmsProperties) - 类 中的方法cn.watsontech.core.vendor.impl.AliyunSmsService
-
- initSmsSender(SmsProperties) - 类 中的方法cn.watsontech.core.vendor.impl.TencentSmsService
-
- initSmsSender(SmsProperties) - 类 中的方法cn.watsontech.core.vendor.SmsService
-
初始化消息发送对象
- insert(T) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insert(T) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- insertColumns(Class<?>, boolean, boolean, boolean) - 类 中的静态方法cn.watsontech.core.mybatis.mapper.BatchInsertProvider
-
insert table()列
- insertIgnoreIntoTable(Class<?>, String) - 类 中的静态方法cn.watsontech.core.mybatis.mapper.BatchInsertProvider
-
insert into tableName - 动态表名
- insertList(List<T>) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insertList(List<T>) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
批量插入
- insertListIgnoreConflict(List<T>) - 接口 中的方法cn.watsontech.core.mybatis.mapper.BatchInsertMapper
-
批量插入,忽略插入异常;
支持批量插入的数据库可以使用,例如MySQL,H2等,另外该接口限制实体包含`id`属性并且必须为自增列
- insertListIgnoreConflict(MappedStatement) - 类 中的方法cn.watsontech.core.mybatis.mapper.BatchInsertProvider
-
批量插入
- insertListIgnoreConflict(List<T>) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insertListIgnoreConflict(List<T>) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
批量插入忽略冲突
- insertMessage(AdminMessage) - 类 中的方法cn.watsontech.core.service.impl.AdminMessageServiceImpl
-
- insertMessage(UserMessage) - 类 中的方法cn.watsontech.core.service.impl.UserMessageServiceImpl
-
- insertMessage(T) - 接口 中的方法cn.watsontech.core.service.intf.MessageService
-
- insertNewNoRecord(String, int) - 类 中的方法cn.watsontech.core.utils.MysqlNoPoolLoadAdapter
-
- insertNewNoRecord(String, int) - 类 中的方法cn.watsontech.core.utils.NoHelper.NoPoolLoadAdapter
-
插入新编号生成器 记录条
- insertSelective(T) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insertSelective(T) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- insertSelectiveColumns(Class<?>) - 类 中的静态方法cn.watsontech.core.mybatis.mapper.BatchInsertProvider
-
插入支持按指定列插入
- insertSelectiveListIgnoreConflict(BatchInsertModel<T>) - 接口 中的方法cn.watsontech.core.mybatis.mapper.BatchInsertMapper
-
- insertSelectiveListIgnoreConflict(MappedStatement) - 类 中的方法cn.watsontech.core.mybatis.mapper.BatchInsertProvider
-
批量插入
- insertSelectiveListIgnoreConflict(List<String>, List<T>) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insertSelectiveListIgnoreConflict(List<String>, List<T>) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
按属性批量插入数据并忽略冲突
- insertTable(String, List<String>, List<Object>, boolean) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
保存单表多项数据
- insertTable(String, Map<String, Object>, boolean) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- insertTable(String, List<String>, List<Object>, boolean) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
保存单表多项数据
- insertTable(String, Map<String, Object>, boolean) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- INSTANCE - 类 中的静态变量cn.watsontech.core.mybatis.util.Inflector
-
- intercept(Invocation) - 类 中的方法cn.watsontech.core.mybatis.util.SqlCostInterceptor
-
- INTERNAL_ERROR - 类 中的静态变量cn.watsontech.core.web.result.ResultCode
-
- isAccountNonExpired() - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- isAccountNonLocked() - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- isAjaxRequest(HttpServletRequest) - 类 中的静态方法cn.watsontech.core.utils.HttpUtils
-
- isArray(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Determine whether the given object is an array:
either an Object array or a primitive array.
- isAssignable(Class<?>, Class<?>, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isAssignable(Class<?>, Class<?>) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that superType.isAssignableFrom(subType) is true.
- isBeanBuilderMode() - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- isCheckedException(Throwable) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return whether the given throwable is a checked exception:
that is, neither a RuntimeException nor an Error.
- isCompatibleWithThrowsClause(Throwable, Class<?>...) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Check whether the given exception is compatible with the specified
exception types, as declared in a throws clause.
- isCredentialsNonExpired() - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- isEmpty(Collection<?>) - 类 中的静态方法cn.watsontech.core.web.spring.util.CollectionUtils
-
Return true if the supplied Collection is null or empty.
- isEmpty(Map<?, ?>) - 类 中的静态方法cn.watsontech.core.web.spring.util.CollectionUtils
-
Return true if the supplied Map is null or empty.
- isEmpty(Object[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Determine whether the given array is empty:
i.e.
- isEmpty(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Determine whether the given object is empty.
- isEmpty(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Check whether the given String is empty.
- isEnabled() - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
获取是否已启用
- isEnabled() - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- isGeneratedKey() - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- isInstanceOf(Class<?>, Object, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isInstanceOf(Class<?>, Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that the provided object is an instance of the provided class.
- isMicromessageSpider(String) - 类 中的静态方法cn.watsontech.core.utils.RequestUtils
-
解析useragent的检查是否是微信官方spider
- isNull(Object, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that an object is null.
- isNull(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- isPoolOut() - 类 中的方法cn.watsontech.core.utils.NoHelper.NoGenerator
-
查询是否编号池已用完
- isTrue(boolean, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert a boolean expression, throwing an IllegalArgumentException
if the expression evaluates to false.
- isTrue(boolean) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- isUncountable(String) - 类 中的方法cn.watsontech.core.mybatis.util.Inflector
-
Determine whether the supplied word is considered uncountable by the
pluralize and
singularize methods.
- isValid(String) - 类 中的静态方法cn.watsontech.core.utils.ObjectId
-
Checks if a string could be an ObjectId.
- isVerified() - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
是否已认证/备案
- isWithSwagger() - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- IUserLoginService<T> - cn.watsontech.core.web.spring.security中的接口
-
Created by Watson on 2020/8/12.
- IUserType - cn.watsontech.core.web.spring.security中的接口
-
用户类型定义
Created by Watson on 2020/8/12.
- name() - 接口 中的方法cn.watsontech.core.vendor.SmsService.SmsTemplateKey
-
- name() - 类 中的方法cn.watsontech.core.web.spring.ApplicationStarListener.NoGeneratorType
-
- name() - 接口 中的方法cn.watsontech.core.web.spring.security.IUserType
-
用户类型
- newObject() - 类 中的方法cn.watsontech.core.web.form.CreateForm
-
获取对象类
- next() - 类 中的方法cn.watsontech.core.utils.NoHelper.NoGenerator
-
生成下一个编号
- next(String) - 类 中的方法cn.watsontech.core.utils.NoHelper.NoGenerator
-
生成下一个带额外前缀的编号
- nextInt(int, int) - 类 中的静态方法cn.watsontech.core.utils.RandomUtils
-
- nextNo(String) - 类 中的方法cn.watsontech.core.utils.NoHelper
-
根据type生成下一个编号
- nextNo(String, String) - 类 中的方法cn.watsontech.core.utils.NoHelper
-
根据type生成下一个编号
- nextNoWithPrefixCheck(String, String, String) - 类 中的方法cn.watsontech.core.utils.NoHelper
-
根据type生成下一个编号,检查生成器是否为固定前缀
- NoGenerator(String, int, String, Long, int) - 类 的构造器cn.watsontech.core.utils.NoHelper.NoGenerator
-
- NoGenerator(String, int, String, Long, int, NoHelper.NoGeneratorIndexFormat) - 类 的构造器cn.watsontech.core.utils.NoHelper.NoGenerator
-
- NoGeneratorType(String, String, int) - 类 的构造器cn.watsontech.core.web.spring.ApplicationStarListener.NoGeneratorType
-
- NoHelper - cn.watsontech.core.utils中的类
-
编号生成工具
Created by Watson on 2020/4/16.
- NoHelper.NoGenerator - cn.watsontech.core.utils中的类
-
连续编号生成器
- NoHelper.NoGeneratorIndexFormat - cn.watsontech.core.utils中的枚举
-
- NoHelper.NoPoolLoadAdapter - cn.watsontech.core.utils中的类
-
- noNullElements(Object[], String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that an array contains no null elements.
- noNullElements(Object[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- NoPoolLoadAdapter() - 类 的构造器cn.watsontech.core.utils.NoHelper.NoPoolLoadAdapter
-
- NOT_AUTH - 类 中的静态变量cn.watsontech.core.web.result.ResultCode
-
- NOT_FOUND - 类 中的静态变量cn.watsontech.core.web.result.ResultCode
-
- notEmpty(Object[], String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that an array contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Object[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- notEmpty(Collection<?>, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that a collection contains elements; that is, it must not be
null and must contain at least one element.
- notEmpty(Collection<?>) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- notEmpty(Map<?, ?>, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that a Map contains entries; that is, it must not be null
and must contain at least one entry.
- notEmpty(Map<?, ?>) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- notNull(Object, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert that an object is not null.
- notNull(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- nullSafeClassName(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Determine the class name for the given object.
- nullSafeEquals(Object, Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Determine if the given objects are equal, returning true if
both are null or false if only one is null.
- nullSafeHashCode(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return as hash code for the given object; typically the value of
Object#hashCode()}.
- nullSafeHashCode(Object[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(boolean[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(byte[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(char[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(double[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(float[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(int[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(long[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeHashCode(short[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a hash code based on the contents of the specified array.
- nullSafeToString(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the specified Object.
- nullSafeToString(Object[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(boolean[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(byte[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(char[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(double[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(float[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(int[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(long[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- nullSafeToString(short[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Return a String representation of the contents of the specified array.
- sby - 类 中的变量cn.watsontech.core.mybatis.param.PageParams
-
- sby - 类 中的变量cn.watsontech.core.openapi.params.base.OpenApiListParamsVo
-
- select(T) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- select(T) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectAdminInfoById(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.AdminManuallyMapper
-
获取管理员的详细信息
- selectAll() - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectAll() - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectAll() - 接口 中的方法cn.watsontech.core.service.mapper.manually.PermissionManuallyMapper
-
获取所有权限详细信息
- selectAllByRoleId(long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.PermissionManuallyMapper
-
获取所有某角色的权限列表
- selectAllChildPermissions(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.PermissionManuallyMapper
-
获取本权限下的所有子权限列表
- selectAllPermissionsByAdminId(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.AdminManuallyMapper
-
获取本账户下的所有权限列表
- selectAllPermissionsByRoleId(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.RoleManuallyMapper
-
获取本角色下的所有权限列表
- selectAllRolesByAdminId(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.AdminManuallyMapper
-
获取本角色下的所有角色列表
- selectByCondition(Condition) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByCondition(Condition) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectByConditionForOffsetAndLimit(Condition, Integer, Integer, Boolean) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByConditionForOffsetAndLimit(Condition, Integer, Integer, Boolean) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectByConditionForStartPage(Condition, Integer, Integer) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByConditionForStartPage(Condition, Integer, Integer, Boolean) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByConditionForStartPage(Condition, Integer, Integer) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectByConditionForStartPage(Condition, Integer, Integer, Boolean) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectByIds(List<PK>) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByIds(List<PK>) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectByPrimaryKey(PK) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectByPrimaryKey(PK) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectFirst(T) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectFirst(T) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectFirstByCondition(Condition) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectFirstByCondition(Condition) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectForStartPage(T, Integer, Integer) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectForStartPage(T, Integer, Integer) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectInfoById(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.PermissionManuallyMapper
-
获取权限详细信息
- selectOne(T) - 类 中的方法cn.watsontech.core.service.intf.BaseService
-
- selectOne(T) - 接口 中的方法cn.watsontech.core.service.intf.Service
-
- selectRoleInfoById(Long) - 接口 中的方法cn.watsontech.core.service.mapper.manually.RoleManuallyMapper
-
获取角色的详细信息
- sendEmail(String, Map, OpenApiParamsVo, OpenApiLoginUser) - 类 中的方法cn.watsontech.core.openapi.OpenApiController
-
- sendMail(Object) - 类 中的方法cn.watsontech.core.openapi.service.OpenApiService
-
发送邮件
- sendSms(String[], SmsService.SmsTemplateKey, List<String>, String) - 类 中的方法cn.watsontech.core.vendor.SmsService
-
批量发送短信,系统根据配置自动选择短信服务提供商
- SendSmsFrom - cn.watsontech.core.web.form中的类
-
Created by Watson on 2020/2/8.
- SendSmsFrom() - 类 的构造器cn.watsontech.core.web.form.SendSmsFrom
-
- Service<T,PK> - cn.watsontech.core.service.intf中的接口
-
Copyright to watsontech
Created by Watson on 2019/12/18.
- set(DBTypeEnum) - 类 中的静态方法cn.watsontech.core.web.spring.datasource.DBContextHolder
-
- set(K, V) - 接口 中的方法cn.watsontech.core.web.spring.util.MultiValueMap
-
Set the given single value under the given key.
- setAddress(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置地址
- setAddress(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置地址
- setAdminTags(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置管理员设置标签
- setAll(Map<K, V>) - 接口 中的方法cn.watsontech.core.web.spring.util.MultiValueMap
-
Set the given values under.
- setAllowDelay(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置允许最大delay时长,单位为s
- setAllowIps(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置白名单ip,逗号隔开
- setAllowUrls(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置运行访问的urls
- setAppid(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置appid
- setAvatarUrl(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置头像
- setAvatarUrl(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置头像
- setBeanBuilderMode(boolean) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- setBucket(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setBuiltin(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setBuiltinType(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setCacheManager(CacheManager) - 类 中的方法cn.watsontech.core.web.spring.cache.CodeCacheService
-
- setCity(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置城市
- setCode(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置应用id
- setContactName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置联系人
- setContactTelephone(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置联系方式
- setContent(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setContent(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置内容
- setContent(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置反馈内容
- setContent(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置内容
- setContentType(String) - 类 中的方法cn.watsontech.core.utils.CheckFileFormatUtil.FileType
-
- setCountry(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置国家
- setCreatedBy(PKC) - 接口 中的方法cn.watsontech.core.mybatis.CreatedEntity
-
设置创建人ID
- setCreatedBy(Long) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置创建人ID
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置创建人ID
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置创建人ID
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置创建人名称
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置创建人
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置创建人ID
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置创建人
- setCreatedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置创建人ID
- setCreatedByName(String) - 接口 中的方法cn.watsontech.core.mybatis.CreatedEntity
-
设置创建人名称
- setCreatedByName(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置创建人
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置创建人名称
- setCreatedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置创建人名称
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置创建时间
- setCreatedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
- setCredentialsExpired(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置密码是否已过期
- setCredentialsExpired(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置密码是否已过期
- setDbTimes(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置数据库访问时间
- setDepartment(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
- setDescription(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置描述
- setDeviceTags(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置设备标签
- setEmail(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置邮箱
- setEmail(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置邮箱
- setEmbeddedValueResolver(StringValueResolver) - 类 中的方法cn.watsontech.core.web.spring.aop.AccessLogAspect
-
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置是否已启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置是否启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置是否启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置0禁用,1可以
- setEnabled(boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置是否已启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置是否启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否已启用
- setEnabled(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置是否启用
- setEntityTypeAliasesPackage(String) - 类 中的方法cn.watsontech.core.web.spring.datasource.MyBatisConfig
-
- setException(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置异常
- setExpired(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置是否已过期
- setExpired(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否已过期
- setExpireTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置过期时间
- setExpireTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置过期时间
- setExtraData(JSONObject) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setExtraData(JSONObject) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置微信额外信息
- setExtraData(JSONObject) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置额外数据
- setExtraData(JSONObject) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置微信额外信息
- setExtraData(JSONObject) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置额外数据
- setFromDate(String) - 类 中的方法cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- setFromTime(String) - 类 中的方法cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- setGender(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置性别,0未知,1男,2女
- setGender(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置性别,0未知,1男,2女
- setGroupId(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
- setId(PK) - 接口 中的方法cn.watsontech.core.mybatis.CreatedEntity
-
设置实体主键
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
- setId(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
- setId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
- setImage1Url(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置图片1
- setImage2Url(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置图片2
- setImage3Url(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置图片3
- setInsertColumns(List<String>) - 类 中的方法cn.watsontech.core.mybatis.mapper.BatchInsertModel
-
- setIp(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置请求ip地址
- setIsSubscribe(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否订阅了公众号
- setIsWebloginActive(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置是否启用web登录
- setIsWebloginActive(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否启用web登录
- setKey(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置键
- setLabel(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setLabel(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setLanguage(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置语言
- setLastLoginDate(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置上次登录日期
- setLastLoginDate(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置上次登录日期
- setLastLoginIp(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置上次登录ip
- setLastLoginIp(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置上次登录ip
- setLat(Double) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置经度
- setLevel(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置日志级别
- setLng(Double) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置纬度
- setLocked(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置是否已锁定
- setLocked(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否已锁定
- setLogged(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置是否已授权获取头像
- setLoginDate(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置最后登录时间
- setLoginDate(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置最后登录时间
- setLoginIp(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置最后登录ip
- setLoginIp(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置最后登录ip
- setMAPPER_INTERFACE_REFERENCE(String) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator
-
- setMethod(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置请求方式
- setMobile(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置手机号码
- setMobile(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置手机号码
- setModifiedBy(PKC) - 接口 中的方法cn.watsontech.core.mybatis.CreatedEntity
-
设置更新人
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置最后更新人ID
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置最后更新人ID
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置最后更新人ID
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置是否已经删除,1已删除
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置更新人
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置最后更新人ID
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置最后更新人ID
- setModifiedBy(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置修改人
- setModifiedBy(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置最后更新人ID
- setModifiedByName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置最后更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置最后更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置最后更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置删除时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置最后更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置最后更新时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置修改时间
- setModifiedTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置最后更新时间
- setName(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置文件名称
- setName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置名称
- setNameEditable(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
- setNickName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置昵称
- setNickName(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置昵称
- setNonNullParameter(PreparedStatement, int, JSONArray, JdbcType) - 类 中的方法cn.watsontech.core.mybatis.handler.MySqlJSONArrayTypeHandler
-
设置非空参数
- setNonNullParameter(PreparedStatement, int, JSONObject, JdbcType) - 类 中的方法cn.watsontech.core.mybatis.handler.MySqlJSONObjectTypeHandler
-
设置非空参数
- setNonNullParameter(PreparedStatement, int, JSON, JdbcType) - 类 中的方法cn.watsontech.core.mybatis.handler.MySqlJSONTypeHandler
-
设置非空参数
- setOpenid(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置微信openid
- setOrderId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置订单号
- setOsTags(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置系统标签
- setPageHelper(Map<String, String>) - 类 中的方法cn.watsontech.core.web.spring.datasource.MyBatisConfig
-
- setParams(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置提交参数
- setParentId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setPassword(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置加密密码
- setPassword(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置加密密码
- setPath(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setPermissions(List<Map<String, Object>>) - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- setPoolLoadAdapter(NoHelper.NoPoolLoadAdapter) - 类 中的方法cn.watsontech.core.utils.NoHelper
-
设置编号池加载适配器
- setPROJECT_PATH(String) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator
-
- setProperties(Properties) - 类 中的方法cn.watsontech.core.mybatis.util.SqlCostInterceptor
-
- setProvince(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置省
- setPseudoRandomNumberBytes(int) - 类 中的方法cn.watsontech.core.web.spring.security.TimeKeyBasedPersistenceTokenService
-
- setRefreshToken(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置刷新令牌
- setRequestId(String) - 接口 中的方法cn.watsontech.core.openapi.params.base.PublicApiParams
-
- setRESOURCES_PATH(String) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator
-
- setReviewerId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置审核人
- setReviewNotes(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置后台审核反馈内容
- setReviewTime(Date) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
- setRoles(List<Map<String, Object>>) - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- setSecret(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置拥有人
- setSecureRandom(SecureRandom) - 类 中的方法cn.watsontech.core.web.spring.security.TimeKeyBasedPersistenceTokenService
-
- setServerInteger(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.TimeKeyBasedPersistenceTokenService
-
- setServerSecret(String) - 类 中的方法cn.watsontech.core.web.spring.security.TimeKeyBasedPersistenceTokenService
-
- setSessionKey(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置sessionkey
- setSize(long) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setState(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setState(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置状态
- setState(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
- setState(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置状态
- setStateDesc(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setStateDesc(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置状态名称
- setStateDesc(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置状态名称
- setStatus(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置0禁用,1可以
- setSubscribeScene(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置公众号订阅场景值
- setSubscribeTime(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置公众号订阅时间
- setTag(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
- setTags(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setTARGET_JAVA_PATH(String) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator
-
- setTelephone(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置联系方式
- setTEMPLATE_FILE_PATH(String) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator
-
- setTimeRangeField(String) - 类 中的方法cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- setTitle(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setTitle(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置日志标题
- setTitle(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
- setTitle(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置标题
- setTitle(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置标题
- setToDate(String) - 类 中的方法cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- setToken(String) - 类 中的方法cn.watsontech.core.web.spring.security.authentication.AuthenticationWithToken
-
- setTotalTimes(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置总消耗时间
- setToTime(String) - 类 中的方法cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- setType(String) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setType(String) - 类 中的方法cn.watsontech.core.utils.CheckFileFormatUtil.FileType
-
- setType(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setType(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置账号类型:1管理员,2运营
- setType(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置消息类型
- setType(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
账号类型:1管理员,2运营,3自定义
- setType(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置参数类型
- setType(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置消息类型, system/order
- setUnionid(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置unionid
- setUnreadMessages(int) - 类 中的方法cn.watsontech.core.web.spring.security.LoginUser
-
- setUrl(String) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setUrl(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置用户openid
- setUserId(Long) - 类 中的方法cn.watsontech.core.openapi.params.OpenApiLoginUser
-
- setUserId(Long) - 接口 中的方法cn.watsontech.core.service.intf.Message
-
- setUserId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置管理员id
- setUserId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
- setUserId(Long) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置用户id
- setUserName(String) - 类 中的方法cn.watsontech.core.openapi.params.OpenApiLoginUser
-
- setUsername(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置用户名
- setUsername(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置用户名
- setUserType(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置用户类型
- setUserType(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
设置用户类型
- setValue(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置值
- setVendor(UploadService.UploadVendor) - 类 中的方法cn.watsontech.core.vendor.UploadService.UploadFile
-
- setVersion(Integer) - 接口 中的方法cn.watsontech.core.mybatis.CreatedEntity
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Admin
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AdminMessage
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.AppInfo
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.RefreshToken
-
设置版本
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Role
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.SiteOption
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置版本号
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserFeedback
-
- setVersion(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.UserMessage
-
设置版本号
- setVip(Boolean) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
- setWeight(Integer) - 类 中的方法cn.watsontech.core.web.spring.security.entity.Permission
-
- setWithSwagger(boolean) - 类 中的方法cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- setWxRemark(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置微信备注
- setWxTagIds(String) - 类 中的方法cn.watsontech.core.web.spring.security.entity.User
-
设置微信tagids
- signParams(Map<String, Object>, String, String) - 类 中的方法cn.watsontech.core.openapi.service.OpenApiDecodeService
-
- SingleRowMapperResultSetExtractor<T> - cn.watsontech.core.mybatis.util中的类
-
单行单列数据查询
Created by Watson on 2020/4/14.
- SingleRowMapperResultSetExtractor(RowMapper<T>) - 类 的构造器cn.watsontech.core.mybatis.util.SingleRowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- singularize(Object) - 类 中的方法cn.watsontech.core.mybatis.util.Inflector
-
Returns the singular form of the word in the string.
- SiteOption - cn.watsontech.core.web.spring.security.entity中的类
-
- SiteOption() - 类 的构造器cn.watsontech.core.web.spring.security.entity.SiteOption
-
- SiteOptionMapper - cn.watsontech.core.service.mapper中的接口
-
- SiteOptionProperties - cn.watsontech.core.web.spring.config中的类
-
Copyright to watsontech
Created by Watson on 2019/12/27.
- SiteOptionProperties() - 类 的构造器cn.watsontech.core.web.spring.config.SiteOptionProperties
-
- SiteOptionService - cn.watsontech.core.service中的接口
-
Created by Watson Song on 2020/03/05.
- SiteOptionServiceImpl - cn.watsontech.core.service.impl中的类
-
Created by Watson Song on 2020/03/05.
- SiteOptionServiceImpl(SiteOptionMapper) - 类 的构造器cn.watsontech.core.service.impl.SiteOptionServiceImpl
-
- slave() - 类 中的静态方法cn.watsontech.core.web.spring.datasource.DBContextHolder
-
- slave1DataSource() - 类 中的方法cn.watsontech.core.web.spring.datasource.DataSourceConfig
-
- smsProperties - 类 中的变量cn.watsontech.core.vendor.SmsService
-
- SmsProperties - cn.watsontech.core.web.spring.config中的类
-
短信服务 properties
- SmsProperties() - 类 的构造器cn.watsontech.core.web.spring.config.SmsProperties
-
- SmsProperties.TemplateConfig - cn.watsontech.core.web.spring.config中的类
-
- SmsSendResult(int, Map<String, Object>) - 类 的构造器cn.watsontech.core.vendor.SmsService.SmsSendResult
-
- SmsService - cn.watsontech.core.vendor中的类
-
Copyright to watsontech
Created by watson on 2019/12/22.
- SmsService(SmsProperties) - 类 的构造器cn.watsontech.core.vendor.SmsService
-
- SmsService.SmsSender - cn.watsontech.core.vendor中的接口
-
短信发送实例
- SmsService.SmsSendResult - cn.watsontech.core.vendor中的类
-
短信发送结果
- SmsService.SmsTemplateKey - cn.watsontech.core.vendor中的接口
-
- sortStringArray(String[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Turn given source String array into sorted array.
- split(String, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Split a String at the first occurrence of the delimiter.
- splitArrayElementsIntoProperties(String[], String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitArrayElementsIntoProperties(String[], String, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Take an array of strings and split each element based on the given delimiter.
- splitUsernameAndType(String, UserTypeFactory) - 类 中的静态方法cn.watsontech.core.web.spring.security.authentication.AccountService
-
- SqlCostInterceptor - cn.watsontech.core.mybatis.util中的类
-
Sql执行时间记录拦截器
Created by Watson on 2019/12/16.
- SqlCostInterceptor() - 类 的构造器cn.watsontech.core.mybatis.util.SqlCostInterceptor
-
- sqlSessionFactory() - 类 中的方法cn.watsontech.core.web.spring.datasource.MyBatisConfig
-
- startsWithIgnoreCase(String, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Test if the given String starts with the specified prefix,
ignoring upper/lower case.
- state(boolean, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
Assert a boolean expression, throwing an IllegalStateException
if the expression evaluates to false.
- state(boolean) - 类 中的静态方法cn.watsontech.core.web.spring.util.Assert
-
- Stateful - cn.watsontech.core.service.intf中的接口
-
实体可记录状态
Created by Watson on 2020/2/25.
- store(String, String, int) - 类 中的方法cn.watsontech.core.web.spring.cache.CodeCacheService
-
存储code和业务+mobile
- stringGenerators() - 类 中的方法cn.watsontech.core.utils.NoHelper
-
- StringUtils - cn.watsontech.core.web.spring.util中的类
-
Created by watson on 2020/4/17.
- StringUtils() - 类 的构造器cn.watsontech.core.web.spring.util.StringUtils
-
- stripFilenameExtension(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Strip the filename extension from the given Java resource path,
e.g.
- substringMatch(CharSequence, int, CharSequence) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Test whether the given string matches the given substring
at the given index.
- SUCCESS - 类 中的静态变量cn.watsontech.core.web.result.ResultCode
-
- successBaseResult(Object) - 类 中的静态方法cn.watsontech.core.web.result.Result
-
- successCreateResult(Long) - 类 中的静态方法cn.watsontech.core.web.result.Result
-
- successResult(Object) - 类 中的静态方法cn.watsontech.core.web.result.Result
-
- supports(Class<?>) - 类 中的方法cn.watsontech.core.web.spring.security.authentication.TokenAuthenticationProvider
-
- TableModelParam(String) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, boolean) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, List<ColumnOverride>) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, List<ColumnOverride>, String) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, List<ColumnOverride>, boolean) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, List<ColumnOverride>, List<IgnoredColumn>) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TableModelParam(String, String, String, String, List<ColumnOverride>, List<IgnoredColumn>, boolean) - 类 的构造器cn.watsontech.core.mybatis.generator.CodeGenerator.TableModelParam
-
- TemplateConfig() - 类 的构造器cn.watsontech.core.web.spring.config.SmsProperties.TemplateConfig
-
- TencentSmsService - cn.watsontech.core.vendor.impl中的类
-
使用腾讯云短信服务需要添加以下依赖
com.github.qcloudsms
qcloudsms
1.0.6
Copyright to watsontech
Created by watson on 2019/12/22.
- TencentSmsService(SmsProperties) - 类 的构造器cn.watsontech.core.vendor.impl.TencentSmsService
-
- TencentUploadServiceImpl - cn.watsontech.core.vendor.impl中的类
-
使用腾讯云cos上传文件,需添加以下腾讯云依赖
com.qcloud
cos_api
${qcloud-version}
Copyright to watsontech
Created by Watson on 2020/2/3.
- TencentUploadServiceImpl(UploadProperties) - 类 的构造器cn.watsontech.core.vendor.impl.TencentUploadServiceImpl
-
- TimeKeyBasedPersistenceTokenService - cn.watsontech.core.web.spring.security中的类
-
Basic implementation of
TokenService that is compatible with clusters and
across machine restarts, without requiring database persistence.
- TimeKeyBasedPersistenceTokenService() - 类 的构造器cn.watsontech.core.web.spring.security.TimeKeyBasedPersistenceTokenService
-
- TimeRangeCriteriaPageParams - cn.watsontech.core.mybatis.param中的类
-
带日期搜索条件的分页参数
Created by Watson on 2020/03/06.
- TimeRangeCriteriaPageParams() - 类 的构造器cn.watsontech.core.mybatis.param.TimeRangeCriteriaPageParams
-
- titleCase(String, String...) - 类 中的方法cn.watsontech.core.mybatis.util.Inflector
-
Capitalizes all the words and replaces some characters in the string to create a nicer looking title.
- toArray(Enumeration<E>, A[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.CollectionUtils
-
Marshal the elements from the given enumeration into an array of the given type.
- toByteArray() - 类 中的方法cn.watsontech.core.utils.ObjectId
-
Convert to a byte array.
- toCamelCase(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
驼峰命名法工具
toCamelCase("hello_world") == "helloWorld"
toCapitalizeCamelCase("hello_world") == "HelloWorld"
toUnderScoreCase("helloWorld") = "hello_world"
- toCapitalizeCamelCase(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
驼峰命名法工具
toCamelCase("hello_world") == "helloWorld"
toCapitalizeCamelCase("hello_world") == "HelloWorld"
toUnderScoreCase("helloWorld") = "hello_world"
- toHexString() - 类 中的方法cn.watsontech.core.utils.ObjectId
-
Converts this instance into a 24-byte hexadecimal string representation.
- toIterator(Enumeration<E>) - 类 中的静态方法cn.watsontech.core.web.spring.util.CollectionUtils
-
Adapt an enumeration to an iterator.
- TokenAuthenticationProvider - cn.watsontech.core.web.spring.security.authentication中的类
-
- TokenAuthenticationProvider() - 类 的构造器cn.watsontech.core.web.spring.security.authentication.TokenAuthenticationProvider
-
- TokenExpireInMinutes_Key - 类 中的静态变量cn.watsontech.core.web.spring.config.SiteOptionProperties
-
- tokenizeToStringArray(String, String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
- tokenizeToStringArray(String, String, boolean, boolean) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
- TokenRefreshForm - cn.watsontech.core.web.form中的类
-
Created by Watson on 2020/03/05.
- TokenRefreshForm() - 类 的构造器cn.watsontech.core.web.form.TokenRefreshForm
-
- TokenService - cn.watsontech.core.web.spring.security中的接口
-
Provides a mechanism to allocate and rebuild secure, randomised tokens.
- toLanguageTag(Locale) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Determine the RFC 3066 compliant language tag,
as used for the HTTP "Accept-Language" header.
- toMultiValueMap(Map<K, List<V>>) - 类 中的静态方法cn.watsontech.core.web.spring.util.CollectionUtils
-
Adapt a Map<K, List<V>> to an MultiValueMap<K, V>.
- toObjectArray(Object) - 类 中的静态方法cn.watsontech.core.web.spring.util.ObjectUtils
-
Convert the given array (which may be a primitive array) to an
object array (if necessary of primitive wrapper objects).
- toSingleValueMap() - 接口 中的方法cn.watsontech.core.web.spring.util.MultiValueMap
-
Returns the first values contained in this MultiValueMap.
- toString() - 类 中的方法cn.watsontech.core.mybatis.util.Inflector.Rule
-
- toString() - 类 中的方法cn.watsontech.core.openapi.params.base.OpenApiListParamsVo
-
- toString() - 类 中的方法cn.watsontech.core.utils.CheckFileFormatUtil.FileType
-
- toString() - 类 中的方法cn.watsontech.core.utils.NoHelper.NoGenerator
-
- toString() - 类 中的方法cn.watsontech.core.web.spring.config.SmsProperties
-
- toString() - 类 中的方法cn.watsontech.core.web.spring.security.entity.AccessLog
-
- toString() - 枚举 中的方法cn.watsontech.core.web.spring.security.LoginUser.Type
-
- toStringArray(Collection<String>) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Copy the given Collection into a String array.
- toStringArray(Enumeration<String>) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Copy the given Enumeration into a String array.
- toUnderScoreCase(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
驼峰命名法工具
toCamelCase("hello_world") == "helloWorld"
toCapitalizeCamelCase("hello_world") == "HelloWorld"
toUnderScoreCase("helloWorld") = "hello_world"
- toUnderscoreName(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
驼峰转下划线 (暂不建议使用toUnderScoreCase)
- trimAllWhitespace(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim all whitespace from the given String:
leading, trailing, and in between characters.
- trimArrayElements(String[]) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim the elements of the given String array,
calling String.trim() on each of them.
- trimLeadingCharacter(String, char) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim all occurrences of the supplied leading character from the given String.
- trimLeadingWhitespace(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim leading whitespace from the given String.
- trimTrailingCharacter(String, char) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim all occurrences of the supplied trailing character from the given String.
- trimTrailingWhitespace(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim trailing whitespace from the given String.
- trimWhitespace(String) - 类 中的静态方法cn.watsontech.core.web.spring.util.StringUtils
-
Trim leading and trailing whitespace from the given String.