SYMBOL INDEX (1645 symbols across 271 files) FILE: campus-admin/src/main/java/com/oddfar/campus/admin/config/CaptchaConfig.java class CaptchaConfig (line 17) | @Configuration method getKaptchaBean (line 19) | @Bean(name = "captchaProducer") method getKaptchaBeanMath (line 46) | @Bean(name = "captchaProducerMath") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/config/SwaggerConfig.java class SwaggerConfig (line 25) | @Configuration method createRestApi (line 43) | @Bean method securitySchemes (line 67) | private List securitySchemes() { method securityContexts (line 76) | private List securityContexts() { method defaultAuth (line 89) | private List defaultAuth() { method apiInfo (line 101) | private ApiInfo apiInfo() { FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/monitor/SysLogininforController.java class SysLogininforController (line 21) | @RestController method list (line 32) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:list')") method remove (line 39) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')") method clean (line 45) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')") method unlock (line 52) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/monitor/SysOperlogController.java class SysOperlogController (line 17) | @RestController method list (line 26) | @PreAuthorize("@ss.hasPermi('monitor:operlog:list')") method remove (line 34) | @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") method clean (line 40) | @PreAuthorize("@ss.hasPermi('monitor:operlog:remove')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/CaptchaController.java class CaptchaController (line 30) | @RestController method getCode (line 47) | @GetMapping(value = "/captchaImage", name = "生产验证码") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysApiResourceController.java class SysApiResourceController (line 16) | @RestController method roleMenuTreeSelect (line 28) | @GetMapping(value = "/roleApiTreeselect/{roleId}", name = "资源管理-加载对应角色... method editRoleResource (line 40) | @PutMapping(value = "/roleApi", name = "修改对应角色api资源") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysConfigController.java class SysConfigController (line 17) | @RestController method page (line 24) | @GetMapping(value = "page", name = "参数配置管理-分页") method getInfo (line 32) | @GetMapping(value = "{id}", name = "参数配置管理-查询id信息") method getConfigKey (line 43) | @GetMapping(value = "/configKey/{configKey:.+}") method add (line 48) | @PostMapping(name = "参数配置管理-新增") method edit (line 58) | @PutMapping(name = "参数配置管理-修改") method remove (line 68) | @DeleteMapping(value = "/{configIds}", name = "参数配置管理-删除") method refreshCache (line 79) | @PreAuthorize("@ss.hasPermi('system:config:remove')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysDictDataController.java class SysDictDataController (line 20) | @RestController method page (line 30) | @PreAuthorize("@ss.hasPermi('system:dict:list')") method dictType (line 40) | @GetMapping(value = "/type/{dictType}", name = "字典数据管理-根据字典类型查询字典数据信息") method getInfo (line 55) | @PreAuthorize("@ss.hasPermi('system:dict:query')") method add (line 65) | @PreAuthorize("@ss.hasPermi('system:dict:add')") method edit (line 74) | @PreAuthorize("@ss.hasPermi('system:dict:edit')") method remove (line 83) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysDictTypeController.java class SysDictTypeController (line 17) | @RestController method list (line 25) | @PreAuthorize("@ss.hasPermi('system:dict:list')") method getInfo (line 35) | @PreAuthorize("@ss.hasPermi('system:dict:query')") method add (line 44) | @PreAuthorize("@ss.hasPermi('system:dict:add')") method edit (line 57) | @PreAuthorize("@ss.hasPermi('system:dict:edit')") method remove (line 69) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") method refreshCache (line 79) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") method optionselect (line 89) | @GetMapping(value = "/optionselect", name = "字典类型管理-获取字典选择框列表") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysIndexController.java class SysIndexController (line 18) | @RestController method index (line 29) | @RequestMapping("/") method version (line 43) | @RequestMapping("/version") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysLoginController.java class SysLoginController (line 20) | @RestController method login (line 39) | @PostMapping(value = "/login", name = "登录方法") method getInfo (line 54) | @GetMapping(value = "getInfo", name = "获取用户信息") method getRouters (line 73) | @GetMapping(value = "getRouters", name = "获取路由信息") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysMenuController.java class SysMenuController (line 19) | @RestController method list (line 30) | @PreAuthorize("@ss.hasPermi('system:menu:list')") method getInfo (line 40) | @PreAuthorize("@ss.hasPermi('system:menu:query')") method treeSelect (line 49) | @GetMapping(value = "/treeselect", name = "菜单管理-获取菜单下拉树列表") method roleMenuTreeselect (line 58) | @GetMapping(value = "/roleMenuTreeselect/{roleId}", name = "菜单管理-加载对应角... method add (line 70) | @PreAuthorize("@ss.hasPermi('system:menu:add')") method edit (line 84) | @PreAuthorize("@ss.hasPermi('system:menu:edit')") method remove (line 100) | @PreAuthorize("@ss.hasPermi('system:menu:remove')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysProfileController.java class SysProfileController (line 24) | @RestController method profile (line 37) | @GetMapping(name = "个人信息管理-查询") method updateProfile (line 49) | @PutMapping(name = "个人信息管理-修改") method updatePwd (line 80) | @PutMapping(value = "/updatePwd", name = "个人信息管理-重置密码") method avatar (line 104) | @PostMapping(value = "/avatar", name = "个人信息管理-头像上次") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysRegisterController.java class SysRegisterController (line 20) | @RestController method register (line 31) | @PostMapping("/register") method userNameUnique (line 40) | @Anonymous method emailUnique (line 48) | @Anonymous FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysRoleController.java class SysRoleController (line 25) | @RestController method list (line 39) | @PreAuthorize("@ss.hasPermi('system:role:list')") method getInfo (line 49) | @PreAuthorize("@ss.hasPermi('system:role:query')") method add (line 58) | @PreAuthorize("@ss.hasPermi('system:role:add')") method edit (line 73) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method changeStatus (line 100) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method remove (line 113) | @PreAuthorize("@ss.hasPermi('system:role:remove')") method allocatedList (line 127) | @PreAuthorize("@ss.hasPermi('system:role:list')") method unallocatedList (line 137) | @PreAuthorize("@ss.hasPermi('system:role:list')") method cancelAuthUser (line 147) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method cancelAuthUserAll (line 159) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method selectAuthUserAll (line 172) | @PreAuthorize("@ss.hasPermi('system:role:edit')") FILE: campus-admin/src/main/java/com/oddfar/campus/admin/controller/system/SysUserController.java class SysUserController (line 29) | @RestController method page (line 43) | @GetMapping("list") method getInfo (line 54) | @GetMapping({"{userId}", "/"}) method add (line 72) | @PostMapping method update (line 83) | @PutMapping method remove (line 104) | @DeleteMapping("/{userIds}") method authRole (line 116) | @PreAuthorize("@ss.hasPermi('system:user:query')") method insertAuthRole (line 130) | @PreAuthorize("@ss.hasPermi('system:user:edit')") method resetPwd (line 146) | @PreAuthorize("@ss.hasPermi('system:user:resetPwd')") method changeStatus (line 158) | @PreAuthorize("@ss.hasPermi('system:user:edit')") FILE: campus-common/src/main/java/com/oddfar/campus/common/config/CampusConfig.java class CampusConfig (line 13) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/config/FastJson2JsonRedisSerializer.java class FastJson2JsonRedisSerializer (line 16) | public class FastJson2JsonRedisSerializer implements RedisSerializer method FastJson2JsonRedisSerializer (line 22) | public FastJson2JsonRedisSerializer(Class clazz) method serialize (line 28) | @Override method deserialize (line 38) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/config/RedisConfig.java class RedisConfig (line 17) | @Configuration method redisTemplate (line 20) | @Bean method limitScript (line 40) | @Bean method limitScriptText (line 51) | private String limitScriptText() { FILE: campus-common/src/main/java/com/oddfar/campus/common/config/SensitiveSerializer.java class SensitiveSerializer (line 22) | @Slf4j method serialize (line 27) | @Override method createContextual (line 37) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/constant/CacheConstants.java class CacheConstants (line 6) | public class CacheConstants { FILE: campus-common/src/main/java/com/oddfar/campus/common/constant/Constants.java class Constants (line 8) | public class Constants { FILE: campus-common/src/main/java/com/oddfar/campus/common/constant/HttpStatus.java class HttpStatus (line 8) | public class HttpStatus { FILE: campus-common/src/main/java/com/oddfar/campus/common/constant/UserConstants.java class UserConstants (line 8) | public class UserConstants { FILE: campus-common/src/main/java/com/oddfar/campus/common/core/BaseMapperX.java type BaseMapperX (line 20) | public interface BaseMapperX extends BaseMapper { method selectPage (line 22) | default PageResult selectPage(@Param("ew") Wrapper queryWrapper) { method selectOne (line 30) | default T selectOne(String field, Object value) { method selectOne (line 34) | default T selectOne(SFunction field, Object value) { method selectOne (line 38) | default T selectOne(String field1, Object value1, String field2, Objec... method selectOne (line 42) | default T selectOne(SFunction field1, Object value1, SFunction field, Object value) { method selectList (line 58) | default List selectList() { method selectList (line 62) | default List selectList(String field, Object value) { method selectList (line 66) | default List selectList(SFunction field, Object value) { method selectList (line 70) | default List selectList(String field, Collection values) { method selectList (line 74) | default List selectList(SFunction field, Collection values) { method insertBatch (line 85) | default void insertBatch(Collection entities) { method updateBatch (line 89) | default void updateBatch(T update) { FILE: campus-common/src/main/java/com/oddfar/campus/common/core/LambdaQueryWrapperX.java class LambdaQueryWrapperX (line 19) | public class LambdaQueryWrapperX extends LambdaQueryWrapper { method likeIfPresent (line 21) | public LambdaQueryWrapperX likeIfPresent(SFunction column, St... method inIfPresent (line 28) | public LambdaQueryWrapperX inIfPresent(SFunction column, Coll... method inIfPresent (line 35) | public LambdaQueryWrapperX inIfPresent(SFunction column, Obje... method eqIfPresent (line 42) | public LambdaQueryWrapperX eqIfPresent(SFunction column, Obje... method neIfPresent (line 49) | public LambdaQueryWrapperX neIfPresent(SFunction column, Obje... method gtIfPresent (line 56) | public LambdaQueryWrapperX gtIfPresent(SFunction column, Obje... method geIfPresent (line 63) | public LambdaQueryWrapperX geIfPresent(SFunction column, Obje... method ltIfPresent (line 70) | public LambdaQueryWrapperX ltIfPresent(SFunction column, Obje... method leIfPresent (line 77) | public LambdaQueryWrapperX leIfPresent(SFunction column, Obje... method betweenIfPresent (line 84) | public LambdaQueryWrapperX betweenIfPresent(SFunction column,... method betweenIfPresent (line 97) | public LambdaQueryWrapperX betweenIfPresent(SFunction column,... method betweenIfPresent (line 104) | public LambdaQueryWrapperX betweenIfPresent(SFunction column,... method eq (line 113) | @Override method eq (line 119) | @Override method orderByDesc (line 125) | @Override method last (line 131) | @Override method in (line 137) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/core/RedisCache.java class RedisCache (line 18) | @SuppressWarnings(value = {"unchecked", "rawtypes"}) method setCacheObject (line 30) | public void setCacheObject(final String key, final T value) { method setCacheObject (line 42) | public void setCacheObject(final String key, final T value, final ... method expire (line 53) | public boolean expire(final String key, final long timeout) { method expire (line 65) | public boolean expire(final String key, final long timeout, final Time... method getExpire (line 75) | public long getExpire(final String key) { method hasKey (line 85) | public Boolean hasKey(String key) { method getCacheObject (line 95) | public T getCacheObject(final String key) { method deleteObject (line 105) | public boolean deleteObject(final String key) { method deleteObject (line 115) | public boolean deleteObject(final Collection collection) { method setCacheList (line 126) | public long setCacheList(final String key, final List dataList) { method reSetCacheList (line 138) | public long reSetCacheList(final String key, final List dataLis... method getCacheList (line 150) | public List getCacheList(final String key) { method setCacheSet (line 161) | public BoundSetOperations setCacheSet(final String key,... method getCacheSet (line 176) | public Set getCacheSet(final String key) { method setCacheMap (line 186) | public void setCacheMap(final String key, final Map dat... method getCacheMap (line 198) | public Map getCacheMap(final String key) { method setCacheMapValue (line 209) | public void setCacheMapValue(final String key, final String hKey, ... method getCacheMapValue (line 220) | public T getCacheMapValue(final String key, final String hKey) { method getMultiCacheMapValue (line 232) | public List getMultiCacheMapValue(final String key, final Colle... method deleteCacheMapValue (line 243) | public boolean deleteCacheMapValue(final String key, final String hKey) { method keys (line 253) | public Collection keys(final String pattern) { FILE: campus-common/src/main/java/com/oddfar/campus/common/core/page/PageQuery.java class PageQuery (line 24) | @Data method build (line 71) | public Page build() { method buildPage (line 85) | public Page buildPage() { method buildOrderItem (line 108) | private List buildOrderItem() { FILE: campus-common/src/main/java/com/oddfar/campus/common/core/page/TableDataInfo.java class TableDataInfo (line 11) | public class TableDataInfo implements Serializable { method TableDataInfo (line 37) | public TableDataInfo() { method TableDataInfo (line 46) | public TableDataInfo(List list, int total) { method getTotal (line 51) | public long getTotal() { method setTotal (line 55) | public void setTotal(long total) { method getRows (line 59) | public List getRows() { method setRows (line 63) | public void setRows(List rows) { method getCode (line 67) | public int getCode() { method setCode (line 71) | public void setCode(int code) { method getMsg (line 75) | public String getMsg() { method setMsg (line 79) | public void setMsg(String msg) { FILE: campus-common/src/main/java/com/oddfar/campus/common/core/text/CharsetKit.java class CharsetKit (line 13) | public class CharsetKit method charset (line 35) | public static Charset charset(String charset) method convert (line 48) | public static String convert(String source, String srcCharset, String ... method convert (line 61) | public static String convert(String source, Charset srcCharset, Charse... method systemCharset (line 83) | public static String systemCharset() FILE: campus-common/src/main/java/com/oddfar/campus/common/core/text/Convert.java class Convert (line 18) | public class Convert { method toStr (line 28) | public static String toStr(Object value, String defaultValue) { method toStr (line 46) | public static String toStr(Object value) { method toChar (line 59) | public static Character toChar(Object value, Character defaultValue) { method toChar (line 79) | public static Character toChar(Object value) { method toByte (line 92) | public static Byte toByte(Object value, Byte defaultValue) { method toByte (line 121) | public static Byte toByte(Object value) { method toShort (line 134) | public static Short toShort(Object value, Short defaultValue) { method toShort (line 163) | public static Short toShort(Object value) { method toNumber (line 176) | public static Number toNumber(Object value, Number defaultValue) { method toNumber (line 202) | public static Number toNumber(Object value) { method toInt (line 215) | public static Integer toInt(Object value, Integer defaultValue) { method toInt (line 244) | public static Integer toInt(Object value) { method toIntArray (line 254) | public static Integer[] toIntArray(String str) { method toLongArray (line 264) | public static Long[] toLongArray(String str) { method toIntArray (line 275) | public static Integer[] toIntArray(String split, String str) { method toLongArray (line 295) | public static Long[] toLongArray(String split, String str) { method toStrArray (line 314) | public static String[] toStrArray(String str) { method toStrArray (line 325) | public static String[] toStrArray(String split, String str) { method toLong (line 338) | public static Long toLong(Object value, Long defaultValue) { method toLong (line 368) | public static Long toLong(Object value) { method toDouble (line 381) | public static Double toDouble(Object value, Double defaultValue) { method toDouble (line 411) | public static Double toDouble(Object value) { method toFloat (line 424) | public static Float toFloat(Object value, Float defaultValue) { method toFloat (line 453) | public static Float toFloat(Object value) { method toBool (line 466) | public static Boolean toBool(Object value, Boolean defaultValue) { method toBool (line 501) | public static Boolean toBool(Object value) { method toEnum (line 514) | public static > E toEnum(Class clazz, Object valu... method toEnum (line 542) | public static > E toEnum(Class clazz, Object valu... method toBigInteger (line 555) | public static BigInteger toBigInteger(Object value, BigInteger default... method toBigInteger (line 584) | public static BigInteger toBigInteger(Object value) { method toBigDecimal (line 597) | public static BigDecimal toBigDecimal(Object value, BigDecimal default... method toBigDecimal (line 632) | public static BigDecimal toBigDecimal(Object value) { method utf8Str (line 643) | public static String utf8Str(Object obj) { method str (line 655) | public static String str(Object obj, String charsetName) { method str (line 667) | public static String str(Object obj, Charset charset) { method str (line 692) | public static String str(byte[] bytes, String charset) { method str (line 703) | public static String str(byte[] data, Charset charset) { method str (line 721) | public static String str(ByteBuffer data, String charset) { method str (line 736) | public static String str(ByteBuffer data, Charset charset) { method toSBC (line 751) | public static String toSBC(String input) { method toSBC (line 762) | public static String toSBC(String input, Set notConvertSet) { method toDBC (line 786) | public static String toDBC(String input) { method toDBC (line 797) | public static String toDBC(String text, Set notConvertSet) { method digitUppercase (line 822) | public static String digitUppercase(double n) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/BaseEntity.java class BaseEntity (line 22) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/PageResult.java class PageResult (line 9) | @Data method PageResult (line 16) | public PageResult() { method PageResult (line 19) | public PageResult(List rows, long total) { method PageResult (line 24) | public PageResult(int total) { method empty (line 29) | public static PageResult empty() { method empty (line 33) | public static PageResult empty(int total) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/R.java class R (line 15) | public class R extends HashMap { method setData (line 18) | public R setData(Object data) { method getData (line 24) | public T getData(String key, TypeReference typeReference) { method getData (line 32) | public T getData(TypeReference typeReference) { method R (line 40) | public R() { method error (line 45) | public static R error() { method error (line 49) | public static R error(String msg) { method error (line 53) | public static R error(int code, String msg) { method error (line 60) | public static R error(BizCodeEnum bizCodeEnum) { method ok (line 67) | public static R ok(String msg) { method ok (line 73) | public static R ok(Object data) { method ok (line 79) | public static R ok(Map map) { method ok (line 85) | public static R ok() { method put (line 89) | public R put(String key, Object value) { method put (line 94) | public R put(Object value) { method put (line 99) | public R put(PageResult pageResult) { method put (line 105) | public R put(IPage page) { method getCode (line 112) | public Integer getCode() { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/TreeSelect.java class TreeSelect (line 16) | public class TreeSelect implements Serializable { method TreeSelect (line 35) | public TreeSelect() { method TreeSelect (line 38) | public TreeSelect(Long id, String label) { method TreeSelect (line 44) | public TreeSelect(Long id, String label, List resou... method TreeSelect (line 50) | public TreeSelect(SysMenuEntity menu) { method TreeSelect (line 56) | public TreeSelect(SysResourceEntity resource) { method getId (line 61) | public Long getId() { method setId (line 65) | public void setId(Long id) { method getLabel (line 69) | public String getLabel() { method setLabel (line 73) | public void setLabel(String label) { method getChildren (line 77) | public List getChildren() { method setChildren (line 81) | public void setChildren(List children) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysConfigEntity.java class SysConfigEntity (line 17) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysDictDataEntity.java class SysDictDataEntity (line 18) | @Data method getDefault (line 83) | public boolean getDefault() { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysDictTypeEntity.java class SysDictTypeEntity (line 16) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysLoginLogEntity.java class SysLoginLogEntity (line 22) | @Data method getParams (line 99) | public Map getParams() { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysMenuEntity.java class SysMenuEntity (line 23) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysOperLogEntity.java class SysOperLogEntity (line 18) | @Data method getParams (line 118) | public Map getParams() { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysResourceEntity.java class SysResourceEntity (line 14) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysRoleEntity.java class SysRoleEntity (line 22) | @TableName("sys_role") method SysRoleEntity (line 91) | public SysRoleEntity(Long roleId) { method isAdmin (line 95) | public boolean isAdmin() { method isAdmin (line 99) | public static boolean isAdmin(Long roleId) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysRoleMenuEntity.java class SysRoleMenuEntity (line 14) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysRoleResourceEntity.java class SysRoleResourceEntity (line 13) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysUserEntity.java class SysUserEntity (line 26) | @TableName("sys_user") method SysUserEntity (line 98) | public SysUserEntity(Long userId){ method isAdmin (line 102) | public boolean isAdmin() method isAdmin (line 107) | public static boolean isAdmin(Long userId) FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/entity/SysUserRoleEntity.java class SysUserRoleEntity (line 13) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/LoginBody.java class LoginBody (line 8) | public class LoginBody { method getUsername (line 29) | public String getUsername() { method setUsername (line 33) | public void setUsername(String username) { method getPassword (line 37) | public String getPassword() { method setPassword (line 41) | public void setPassword(String password) { method getCode (line 45) | public String getCode() { method setCode (line 49) | public void setCode(String code) { method getUuid (line 53) | public String getUuid() { method setUuid (line 57) | public void setUuid(String uuid) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/LoginUser.java class LoginUser (line 19) | @Data method LoginUser (line 61) | public LoginUser(Long userId, SysUserEntity user, Set permissi... method getPassword (line 69) | @JSONField(serialize = false) method getUsername (line 75) | @Override method isAccountNonExpired (line 83) | @JSONField(serialize = false) method isAccountNonLocked (line 94) | @JSONField(serialize = false) method isCredentialsNonExpired (line 105) | @JSONField(serialize = false) method isEnabled (line 116) | @JSONField(serialize = false) method getAuthorities (line 123) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/LoginUserToken.java class LoginUserToken (line 9) | @Data method LoginUserToken (line 51) | public LoginUserToken() { method LoginUserToken (line 54) | public LoginUserToken(LoginUser loginUser) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/RegisterBody.java class RegisterBody (line 8) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/SysRoleAuth.java class SysRoleAuth (line 8) | @Data method SysRoleAuth (line 28) | public SysRoleAuth(SysRoleResourceEntity roleResourceEntity) { FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/model/SysRoleAuthList.java class SysRoleAuthList (line 9) | @Data FILE: campus-common/src/main/java/com/oddfar/campus/common/domain/vo/RouterVo.java class RouterVo (line 13) | @JsonInclude(JsonInclude.Include.NON_EMPTY) method getName (line 60) | public String getName() { method setName (line 64) | public void setName(String name) { method getPath (line 68) | public String getPath() { method setPath (line 72) | public void setPath(String path) { method getHidden (line 76) | public boolean getHidden() { method setHidden (line 80) | public void setHidden(boolean hidden) { method getRedirect (line 84) | public String getRedirect() { method setRedirect (line 88) | public void setRedirect(String redirect) { method getComponent (line 92) | public String getComponent() { method setComponent (line 96) | public void setComponent(String component) { method getQuery (line 100) | public String getQuery() { method setQuery (line 104) | public void setQuery(String query) { method getAlwaysShow (line 108) | public Boolean getAlwaysShow() { method setAlwaysShow (line 112) | public void setAlwaysShow(Boolean alwaysShow) { method getMeta (line 116) | public MetaVo getMeta() { method setMeta (line 120) | public void setMeta(MetaVo meta) { method getChildren (line 124) | public List getChildren() { method setChildren (line 128) | public void setChildren(List children) { FILE: campus-common/src/main/java/com/oddfar/campus/common/enums/BizCodeEnum.java type BizCodeEnum (line 14) | public enum BizCodeEnum { method BizCodeEnum (line 21) | private BizCodeEnum(Integer code, String msg) { method getCode (line 26) | public Integer getCode() { method getMsg (line 30) | public String getMsg() { FILE: campus-common/src/main/java/com/oddfar/campus/common/enums/BusinessStatus.java type BusinessStatus (line 8) | public enum BusinessStatus { FILE: campus-common/src/main/java/com/oddfar/campus/common/enums/ResBizTypeEnum.java type ResBizTypeEnum (line 8) | @Getter method ResBizTypeEnum (line 25) | ResBizTypeEnum(Integer code, String message) { FILE: campus-common/src/main/java/com/oddfar/campus/common/enums/SensitiveStrategy.java type SensitiveStrategy (line 14) | @AllArgsConstructor method desensitizer (line 45) | public Function desensitizer() { FILE: campus-common/src/main/java/com/oddfar/campus/common/enums/UserStatusEnum.java type UserStatusEnum (line 8) | public enum UserStatusEnum { method UserStatusEnum (line 14) | UserStatusEnum(String code, String info) { method getCode (line 19) | public String getCode() { method getInfo (line 23) | public String getInfo() { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/ServiceException.java class ServiceException (line 8) | public final class ServiceException extends RuntimeException { method ServiceException (line 29) | public ServiceException() { method ServiceException (line 32) | public ServiceException(String message) { method ServiceException (line 37) | public ServiceException(String message, Integer code) { method getDetailMessage (line 42) | public String getDetailMessage() { method getMessage (line 46) | @Override method getCode (line 51) | public Integer getCode() { method setMessage (line 55) | public ServiceException setMessage(String message) { method setDetailMessage (line 60) | public ServiceException setDetailMessage(String detailMessage) { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/UtilException.java class UtilException (line 8) | public class UtilException extends RuntimeException { method UtilException (line 11) | public UtilException(Throwable e) { method UtilException (line 15) | public UtilException(String message) { method UtilException (line 19) | public UtilException(String message, Throwable throwable) { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/base/BaseException.java class BaseException (line 15) | @Data method getMessage (line 42) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/file/FileException.java class FileException (line 10) | public class FileException extends BaseException { method FileException (line 13) | public FileException(String code, Object[] args) { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/file/FileNameLengthLimitExceededException.java class FileNameLengthLimitExceededException (line 8) | public class FileNameLengthLimitExceededException extends FileException method FileNameLengthLimitExceededException (line 12) | public FileNameLengthLimitExceededException(int defaultFileNameLength) FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/file/FileSizeLimitExceededException.java class FileSizeLimitExceededException (line 8) | public class FileSizeLimitExceededException extends FileException method FileSizeLimitExceededException (line 12) | public FileSizeLimitExceededException(long defaultMaxSize) FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/file/InvalidExtensionException.java class InvalidExtensionException (line 12) | public class InvalidExtensionException extends FileUploadException { method InvalidExtensionException (line 19) | public InvalidExtensionException(String[] allowedExtension, String ext... method getAllowedExtension (line 26) | public String[] getAllowedExtension() { method getExtension (line 30) | public String getExtension() { method getFilename (line 34) | public String getFilename() { class InvalidImageExtensionException (line 38) | public static class InvalidImageExtensionException extends InvalidExte... method InvalidImageExtensionException (line 41) | public InvalidImageExtensionException(String[] allowedExtension, Str... class InvalidFlashExtensionException (line 46) | public static class InvalidFlashExtensionException extends InvalidExte... method InvalidFlashExtensionException (line 49) | public InvalidFlashExtensionException(String[] allowedExtension, Str... class InvalidMediaExtensionException (line 54) | public static class InvalidMediaExtensionException extends InvalidExte... method InvalidMediaExtensionException (line 57) | public InvalidMediaExtensionException(String[] allowedExtension, Str... class InvalidVideoExtensionException (line 62) | public static class InvalidVideoExtensionException extends InvalidExte... method InvalidVideoExtensionException (line 65) | public InvalidVideoExtensionException(String[] allowedExtension, Str... FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/user/CaptchaException.java class CaptchaException (line 8) | public class CaptchaException extends UserException { method CaptchaException (line 11) | public CaptchaException() { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/user/CaptchaExpireException.java class CaptchaExpireException (line 8) | public class CaptchaExpireException extends UserException { method CaptchaExpireException (line 11) | public CaptchaExpireException() { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/user/UserException.java class UserException (line 10) | public class UserException extends BaseException { method UserException (line 13) | public UserException(String code, Object[] args) { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/user/UserPasswordNotMatchException.java class UserPasswordNotMatchException (line 8) | public class UserPasswordNotMatchException extends UserException { method UserPasswordNotMatchException (line 11) | public UserPasswordNotMatchException() { FILE: campus-common/src/main/java/com/oddfar/campus/common/exception/user/UserPasswordRetryLimitExceedException.java class UserPasswordRetryLimitExceedException (line 8) | public class UserPasswordRetryLimitExceedException extends UserException method UserPasswordRetryLimitExceedException (line 12) | public UserPasswordRetryLimitExceedException(int retryLimitCount, int ... FILE: campus-common/src/main/java/com/oddfar/campus/common/filter/PropertyPreExcludeFilter.java class PropertyPreExcludeFilter (line 10) | public class PropertyPreExcludeFilter extends SimplePropertyPreFilter { method PropertyPreExcludeFilter (line 11) | public PropertyPreExcludeFilter() { method addExcludes (line 14) | public PropertyPreExcludeFilter addExcludes(String... filters) { FILE: campus-common/src/main/java/com/oddfar/campus/common/filter/RepeatedlyRequestWrapper.java class RepeatedlyRequestWrapper (line 21) | public class RepeatedlyRequestWrapper extends HttpServletRequestWrapper method RepeatedlyRequestWrapper (line 25) | public RepeatedlyRequestWrapper(HttpServletRequest request, ServletRes... method getReader (line 34) | @Override method getInputStream (line 40) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/DateUtils.java class DateUtils (line 16) | public class DateUtils extends org.apache.commons.lang3.time.DateUtils { method getNowDate (line 37) | public static Date getNowDate() { method getDate (line 46) | public static String getDate() { method getTime (line 50) | public static final String getTime() { method dateTimeNow (line 54) | public static final String dateTimeNow() { method dateTimeNow (line 58) | public static final String dateTimeNow(final String format) { method dateTime (line 62) | public static final String dateTime(final Date date) { method parseDateToStr (line 66) | public static final String parseDateToStr(final String format, final D... method dateTime (line 70) | public static final Date dateTime(final String format, final String ts) { method datePath (line 81) | public static final String datePath() { method dateTime (line 89) | public static final String dateTime() { method parseDate (line 97) | public static Date parseDate(Object str) { method getServerStartDate (line 111) | public static Date getServerStartDate() { method differentDaysByMillisecond (line 119) | public static int differentDaysByMillisecond(Date date1, Date date2) { method getDatePoor (line 126) | public static String getDatePoor(Date endDate, Date nowDate) { method toDate (line 147) | public static Date toDate(LocalDateTime temporalAccessor) { method toDate (line 155) | public static Date toDate(LocalDate temporalAccessor) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/DictUtils.java class DictUtils (line 15) | public class DictUtils { method setDictCache (line 27) | public static void setDictCache(String key, List di... method getDictCache (line 37) | public static List getDictCache(String key) { method getDictLabel (line 52) | public static String getDictLabel(String dictType, String dictValue) { method getDictValue (line 63) | public static String getDictValue(String dictType, String dictLabel) { method getDictLabel (line 75) | public static String getDictLabel(String dictType, String dictValue, S... method getDictValue (line 108) | public static String getDictValue(String dictType, String dictLabel, S... method removeDictCache (line 136) | public static void removeDictCache(String key) { method clearDictCache (line 143) | public static void clearDictCache() { method getCacheKey (line 154) | public static String getCacheKey(String configKey) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/LogUtils.java class LogUtils (line 8) | public class LogUtils method getBlock (line 10) | public static String getBlock(Object msg) FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/MessageUtils.java class MessageUtils (line 11) | public class MessageUtils { method message (line 19) | public static String message(String code, Object... args) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/MetaVo.java class MetaVo (line 10) | public class MetaVo method MetaVo (line 32) | public MetaVo() method MetaVo (line 36) | public MetaVo(String title, String icon) method MetaVo (line 42) | public MetaVo(String title, String icon, boolean noCache) method MetaVo (line 49) | public MetaVo(String title, String icon, String link) method MetaVo (line 56) | public MetaVo(String title, String icon, boolean noCache, String link) method isNoCache (line 67) | public boolean isNoCache() method setNoCache (line 72) | public void setNoCache(boolean noCache) method getTitle (line 77) | public String getTitle() method setTitle (line 82) | public void setTitle(String title) method getIcon (line 87) | public String getIcon() method setIcon (line 92) | public void setIcon(String icon) method getLink (line 97) | public String getLink() method setLink (line 102) | public void setLink(String link) FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/SecurityUtils.java class SecurityUtils (line 17) | public class SecurityUtils { method getUserId (line 21) | public static Long getUserId() { method getUsername (line 33) | public static String getUsername() { method getLoginUser (line 44) | public static LoginUser getLoginUser() { method isLogin (line 62) | public static boolean isLogin() { method getAuthentication (line 75) | public static Authentication getAuthentication() { method encryptPassword (line 85) | public static String encryptPassword(String password) { method matchesPassword (line 97) | public static boolean matchesPassword(String rawPassword, String encod... method isAdmin (line 108) | public static boolean isAdmin(Long userId) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/ServletUtils.java class ServletUtils (line 22) | public class ServletUtils { method getParameter (line 26) | public static String getParameter(String name) { method getParameter (line 33) | public static String getParameter(String name, String defaultValue) { method getParameterToInt (line 40) | public static Integer getParameterToInt(String name) { method getParameterToInt (line 47) | public static Integer getParameterToInt(String name, Integer defaultVa... method getParameterToBool (line 54) | public static Boolean getParameterToBool(String name) { method getParameterToBool (line 61) | public static Boolean getParameterToBool(String name, Boolean defaultV... method getRequest (line 68) | public static HttpServletRequest getRequest() { method getRequest2 (line 80) | public static HttpServletRequest getRequest2() method getResponse (line 88) | public static HttpServletResponse getResponse() { method getSession (line 95) | public static HttpSession getSession() { method getRequestAttributes (line 99) | public static ServletRequestAttributes getRequestAttributes() { method renderString (line 110) | public static void renderString(HttpServletResponse response, String s... method isAjaxRequest (line 126) | public static boolean isAjaxRequest(HttpServletRequest request) { method urlEncode (line 152) | public static String urlEncode(String str) { method urlDecode (line 166) | public static String urlDecode(String str) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/SpringUtils.java class SpringUtils (line 17) | @Component method postProcessBeanFactory (line 26) | @Override method setApplicationContext (line 31) | @Override method getBean (line 43) | @SuppressWarnings("unchecked") method getBean (line 55) | public static T getBean(Class clz) throws BeansException { method containsBean (line 66) | public static boolean containsBean(String name) { method isSingleton (line 77) | public static boolean isSingleton(String name) throws NoSuchBeanDefini... method getType (line 86) | public static Class getType(String name) throws NoSuchBeanDefinitio... method getAliases (line 97) | public static String[] getAliases(String name) throws NoSuchBeanDefini... method getAopProxy (line 107) | @SuppressWarnings("unchecked") method getActiveProfiles (line 117) | public static String[] getActiveProfiles() { method getActiveProfile (line 126) | public static String getActiveProfile() { method getRequiredProperty (line 137) | public static String getRequiredProperty(String key) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/StringUtils.java class StringUtils (line 14) | public class StringUtils extends org.apache.commons.lang3.StringUtils { method nvl (line 31) | public static T nvl(T value, T defaultValue) { method isEmpty (line 41) | public static boolean isEmpty(Collection coll) { method isNotEmpty (line 51) | public static boolean isNotEmpty(Collection coll) { method isEmpty (line 61) | public static boolean isEmpty(Object[] objects) { method isNotEmpty (line 71) | public static boolean isNotEmpty(Object[] objects) { method isEmpty (line 81) | public static boolean isEmpty(Map map) { method isNotEmpty (line 91) | public static boolean isNotEmpty(Map map) { method isEmpty (line 101) | public static boolean isEmpty(String str) { method isNotEmpty (line 111) | public static boolean isNotEmpty(String str) { method isNull (line 121) | public static boolean isNull(Object object) { method isNotNull (line 131) | public static boolean isNotNull(Object object) { method isArray (line 141) | public static boolean isArray(Object object) { method trim (line 148) | public static String trim(String str) { method substring (line 159) | public static String substring(final String str, int start) { method substring (line 186) | public static String substring(final String str, int start, int end) { method format (line 229) | public static String format(String template, Object... params) { method ishttp (line 242) | public static boolean ishttp(String link) { method str2Set (line 253) | public static final Set str2Set(String str, String sep) { method str2List (line 266) | public static final List str2List(String str, String sep, bool... method containsAny (line 297) | public static boolean containsAny(Collection collection, Strin... method containsAnyIgnoreCase (line 317) | public static boolean containsAnyIgnoreCase(CharSequence cs, CharSeque... method toUnderScoreCase (line 332) | public static String toUnderScoreCase(String str) { method inStringIgnoreCase (line 375) | public static boolean inStringIgnoreCase(String str, String... strs) { method convertToCamelCase (line 392) | public static String convertToCamelCase(String name) { method toCamelCase (line 419) | public static String toCamelCase(String s) { method matches (line 448) | public static boolean matches(String str, List strs) { method isMatch (line 470) | public static boolean isMatch(String pattern, String url) { method cast (line 475) | @SuppressWarnings("unchecked") method padl (line 487) | public static final String padl(final Number num, final int size) { method padl (line 499) | public static final String padl(final String s, final int size, final ... FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/Threads.java class Threads (line 13) | public class Threads { method sleep (line 19) | public static void sleep(long milliseconds) { method shutdownAndAwaitTermination (line 34) | public static void shutdownAndAwaitTermination(ExecutorService pool) { method printException (line 54) | public static void printException(Runnable r, Throwable t) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/http/HttpHelper.java class HttpHelper (line 19) | public class HttpHelper method getBodyString (line 23) | public static String getBodyString(ServletRequest request) FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/http/HttpUtils.java class HttpUtils (line 22) | public class HttpUtils method sendGet (line 32) | public static String sendGet(String url) method sendGet (line 44) | public static String sendGet(String url, String param) method sendGet (line 57) | public static String sendGet(String url, String param, String contentT... method sendPost (line 119) | public static String sendPost(String url, String param) method sendSSLPost (line 184) | public static String sendSSLPost(String url, String param) class TrustAnyTrustManager (line 239) | private static class TrustAnyTrustManager implements X509TrustManager method checkClientTrusted (line 241) | @Override method checkServerTrusted (line 246) | @Override method getAcceptedIssuers (line 251) | @Override class TrustAnyHostnameVerifier (line 258) | private static class TrustAnyHostnameVerifier implements HostnameVerifier method verify (line 260) | @Override FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/ip/AddressUtils.java class AddressUtils (line 16) | public class AddressUtils { method getRealAddressByIP (line 25) | public static String getRealAddressByIP(String ip) { FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/ip/IpUtils.java class IpUtils (line 15) | public class IpUtils method getIpAddr (line 23) | public static String getIpAddr(HttpServletRequest request) method internalIp (line 61) | public static boolean internalIp(String ip) method internalIp (line 73) | private static boolean internalIp(byte[] addr) method textToNumericFormatV4 (line 116) | public static byte[] textToNumericFormatV4(String text) method getHostIp (line 203) | public static String getHostIp() method getHostName (line 220) | public static String getHostName() method getMultistageReverseProxyIp (line 238) | public static String getMultistageReverseProxyIp(String ip) method isUnknown (line 262) | public static boolean isUnknown(String checkString) FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/pol/ExcelHandlerAdapter.java type ExcelHandlerAdapter (line 8) | public interface ExcelHandlerAdapter { method format (line 16) | Object format(Object value, String[] args); FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/reflect/ReflectUtils.java class ReflectUtils (line 19) | @SuppressWarnings("rawtypes") method invokeGetter (line 33) | @SuppressWarnings("unchecked") method invokeSetter (line 47) | public static void invokeSetter(Object obj, String propertyName, E... method getFieldValue (line 64) | @SuppressWarnings("unchecked") method setFieldValue (line 83) | public static void setFieldValue(final Object obj, final String fi... method invokeMethod (line 102) | @SuppressWarnings("unchecked") method invokeMethodByName (line 126) | @SuppressWarnings("unchecked") method getAccessibleField (line 174) | public static Field getAccessibleField(final Object obj, final String ... method getAccessibleMethod (line 198) | public static Method getAccessibleMethod(final Object obj, final Strin... method getAccessibleMethodByName (line 223) | public static Method getAccessibleMethodByName(final Object obj, final... method makeAccessible (line 244) | public static void makeAccessible(Method method) { method makeAccessible (line 254) | public static void makeAccessible(Field field) { method getClassGenricType (line 265) | @SuppressWarnings("unchecked") method getClassGenricType (line 274) | public static Class getClassGenricType(final Class clazz, final int in... method getUserClass (line 297) | public static Class getUserClass(Object instance) { method convertReflectionExceptionToUnchecked (line 315) | public static RuntimeException convertReflectionExceptionToUnchecked(S... FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/spring/AopTargetUtils.java class AopTargetUtils (line 40) | @Slf4j method getTarget (line 49) | public static Object getTarget(Object proxy) { method getCglibProxyTargetObject (line 75) | private static Object getCglibProxyTargetObject(Object proxy) throws E... method getJdkDynamicProxyTargetObject (line 90) | private static Object getJdkDynamicProxyTargetObject(Object proxy) thr... FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/sql/SqlUtil.java class SqlUtil (line 11) | public class SqlUtil method escapeOrderBySql (line 26) | public static String escapeOrderBySql(String value) method isValidOrderBySql (line 38) | public static boolean isValidOrderBySql(String value) method filterKeyword (line 46) | public static void filterKeyword(String value) FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/uuid/IdUtils.java class IdUtils (line 10) | public class IdUtils method randomUUID (line 17) | public static String randomUUID() method simpleUUID (line 27) | public static String simpleUUID() method fastUUID (line 37) | public static String fastUUID() method fastSimpleUUID (line 47) | public static String fastSimpleUUID() FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/uuid/Seq.java class Seq (line 11) | public class Seq { method getId (line 32) | public static String getId() { method getId (line 41) | public static String getId(String type) { method getId (line 56) | public static String getId(AtomicInteger atomicInt, int length) { method getSeq (line 68) | private synchronized static String getSeq(AtomicInteger atomicInt, int... FILE: campus-common/src/main/java/com/oddfar/campus/common/utils/web/WebFrameworkUtils.java class WebFrameworkUtils (line 12) | public class WebFrameworkUtils { method setLoginUserId (line 16) | public static void setLoginUserId(ServletRequest request, Long userId) { method getLoginUserId (line 27) | public static Long getLoginUserId(HttpServletRequest request) { FILE: campus-common/src/main/java/com/oddfar/campus/common/validator/XssValidator.java class XssValidator (line 15) | public class XssValidator implements ConstraintValidator method isValid (line 19) | @Override method containsHtml (line 29) | public static boolean containsHtml(String value) FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/file/FileOperatorApi.java type FileOperatorApi (line 11) | public interface FileOperatorApi { method storageFile (line 13) | void storageFile(String bucketName, MultipartFile file, String[] allow... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/file/FileUploadUtils.java class FileUploadUtils (line 26) | public class FileUploadUtils { method setDefaultBaseDir (line 44) | public static void setDefaultBaseDir(String defaultBaseDir) { method getDefaultBaseDir (line 48) | public static String getDefaultBaseDir() { method upload (line 59) | public static final String upload(MultipartFile file) throws IOExcepti... method upload (line 75) | public static final String upload(String baseDir, MultipartFile file) ... method upload (line 95) | public static final String upload(String baseDir, MultipartFile file, ... method extractFilename (line 115) | public static final String extractFilename(MultipartFile file) { method getAbsoluteFile (line 121) | public static final File getAbsoluteFile(String uploadDir, String file... method getPathFileName (line 132) | public static final String getPathFileName(String uploadDir, String fi... method assertAllowed (line 146) | public static final void assertAllowed(MultipartFile file, String[] al... method isAllowedExtension (line 181) | public static final boolean isAllowedExtension(String extension, Strin... method getExtension (line 196) | public static final String getExtension(MultipartFile file) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/file/LocalFileOperator.java class LocalFileOperator (line 5) | public class LocalFileOperator implements FileOperatorApi { method LocalFileOperator (line 9) | public LocalFileOperator(String currentSavePath) { method storageFile (line 14) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/file/MimeTypeUtils.java class MimeTypeUtils (line 8) | public class MimeTypeUtils { method getExtension (line 47) | public static String getExtension(String prefix) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/file/ZyFileAutoConfiguration.java class ZyFileAutoConfiguration (line 12) | @Configuration method fileOperatorApi (line 18) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/mail/Impl/MailServiceImpl.java class MailServiceImpl (line 12) | @Service method sendQQMail (line 15) | @Async//异步发送邮件 FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/mail/MailConfigRead.java class MailConfigRead (line 10) | public class MailConfigRead { method getSmtpHost (line 12) | public static String getSmtpHost() { method getSmtpPort (line 16) | public static String getSmtpPort() { method getSendAccount (line 20) | public static String getSendAccount() { method getPassword (line 24) | public static String getPassword() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/mail/MailSendApi.java type MailSendApi (line 11) | public interface MailSendApi { method sendQQMail (line 21) | void sendQQMail(List tos, String subject, String content, Bool... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/mail/MailSendContext.java class MailSendContext (line 10) | public class MailSendContext { method me (line 15) | public static MailSendApi me() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/mail/ZyMailAutoConfig.java class ZyMailAutoConfig (line 8) | @Configuration method mailSenderApi (line 15) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/resource/ApiResourceAutoConfig.java class ApiResourceAutoConfig (line 13) | @Configuration method apiResourceScanner (line 19) | @Bean method resourceCollectorApi (line 29) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/resource/ResourceCollectorApi.java type ResourceCollectorApi (line 14) | public interface ResourceCollectorApi { method collectResources (line 21) | void collectResources(List apiResource); method getAllResources (line 28) | List getAllResources(); method setRoleAuthCache (line 35) | void setRoleAuthCache(Map> rolePermsMap, Map getRoleListMap(); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/resource/impl/DefaultResourceCollector.java class DefaultResourceCollector (line 12) | public class DefaultResourceCollector implements ResourceCollectorApi { method collectResources (line 21) | @Override method getAllResources (line 34) | @Override method setRoleAuthCache (line 44) | @Override method getRoleListMap (line 108) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/sysconfig/ConfigContext.java class ConfigContext (line 9) | public class ConfigContext { method me (line 14) | public static SysConfigService me() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/sysconfig/ConfigExpander.java class ConfigExpander (line 5) | public class ConfigExpander { method getUserDefaultAvatar (line 9) | public static String getUserDefaultAvatar() { method getLoginCaptchaType (line 16) | public static String getLoginCaptchaType() { method getFileProfile (line 23) | public static String getFileProfile() { method getAvatarPath (line 41) | public static String getAvatarPath() { method getGlobalControllerOpenFlag (line 49) | public static Boolean getGlobalControllerOpenFlag() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/api/sysconfig/ZyConfigAutoConfiguration.java class ZyConfigAutoConfiguration (line 12) | @Configuration method configService (line 15) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/aspectj/LogAspect.java class LogAspect (line 48) | @Aspect method webLog (line 67) | @Pointcut("execution(* *..controller..*(..))") method doAfterReturning (line 77) | @AfterReturning(pointcut = "webLog()", returning = "jsonResult") method doAfterThrowing (line 95) | @AfterThrowing(pointcut = "webLog()", throwing = "e") method getAnnotationProp (line 113) | private Map getAnnotationProp(JoinPoint joinPoint) { method handleLog (line 152) | protected void handleLog(final JoinPoint joinPoint, Map T invokeAnnotationMethod(Annotation apiResource, String me... method excludePropertyPreFilter (line 313) | public PropertyPreExcludeFilter excludePropertyPreFilter() { method isFilterObject (line 323) | @SuppressWarnings("rawtypes") FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/ApplicationConfig.java class ApplicationConfig (line 9) | @Configuration FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/AsyncConfig.java class AsyncConfig (line 19) | @EnableAsync(proxyTargetClass = true) method getAsyncExecutor (line 26) | @Override method getAsyncUncaughtExceptionHandler (line 34) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/JacksonConfig.java class JacksonConfig (line 26) | @Slf4j method customizer (line 31) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/KaptchaTextCreator.java class KaptchaTextCreator (line 13) | public class KaptchaTextCreator extends DefaultTextCreator { method getText (line 16) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/MyWebMvcConfig.java class MyWebMvcConfig (line 21) | @Configuration method addResourceHandlers (line 32) | @Override method addInterceptors (line 48) | @Override method corsFilter (line 56) | @Bean method requestContextListenerBean (line 81) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/MybatisPlusConfig.java class MybatisPlusConfig (line 12) | @Configuration method mybatisPlusInterceptor (line 19) | @Bean method defaultMetaObjectHandler (line 32) | @Bean FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/SecurityConfig.java class SecurityConfig (line 28) | @EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true) method authenticationManagerBean (line 74) | @Bean method configure (line 95) | @Override method bCryptPasswordEncoder (line 131) | @Bean method configure (line 139) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/config/ThreadPoolConfig.java class ThreadPoolConfig (line 18) | @Configuration method threadPoolTaskExecutor (line 32) | @Bean(name = "threadPoolTaskExecutor") method scheduledExecutorService (line 47) | @Bean(name = "scheduledExecutorService") FILE: campus-framework/src/main/java/com/oddfar/campus/framework/expander/SysConfigExpander.java class SysConfigExpander (line 12) | @Component method init (line 20) | @PostConstruct method getUserDefaultAvatar (line 29) | public static String getUserDefaultAvatar() { method getLoginCaptchaType (line 38) | public static String getLoginCaptchaType() { method getFileProfile (line 48) | public static String getFileProfile() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/expander/SysFileConfigExpander.java class SysFileConfigExpander (line 9) | @Component method getProfile (line 14) | public static String getProfile() { method getImportPath (line 32) | public static String getImportPath() method getAvatarPath (line 39) | public static String getAvatarPath() method getDownloadPath (line 47) | public static String getDownloadPath() method getUploadPath (line 55) | public static String getUploadPath() FILE: campus-framework/src/main/java/com/oddfar/campus/framework/handler/BigNumberSerializer.java class BigNumberSerializer (line 15) | @JacksonStdImpl method BigNumberSerializer (line 29) | public BigNumberSerializer(Class rawType) { method serialize (line 33) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/handler/MyDBFieldHandler.java class MyDBFieldHandler (line 15) | public class MyDBFieldHandler implements MetaObjectHandler { method insertFill (line 17) | @Override method updateFill (line 50) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/interceptor/RepeatSubmitInterceptor.java class RepeatSubmitInterceptor (line 20) | @Component method preHandle (line 22) | @Override method isRepeatSubmit (line 48) | public abstract boolean isRepeatSubmit(HttpServletRequest request, Rep... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/interceptor/impl/SameUrlDataInterceptor.java class SameUrlDataInterceptor (line 26) | @Component method isRepeatSubmit (line 40) | @SuppressWarnings("unchecked") method compareParams (line 91) | private boolean compareParams(Map nowMap, Map nowMap, Map clazz) { method doScan (line 93) | private List doScan(Class clazz) { method createDefinition (line 122) | private SysResourceEntity createDefinition(Class controllerClass, M... method createControllerPath (line 186) | private String createControllerPath(Class clazz, String[] paths) { method invokeAnnotationMethod (line 221) | private T invokeAnnotationMethod(Annotation apiResource, String me... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/listener/ReadyEventListener.java class ReadyEventListener (line 21) | @Component method onApplicationEvent (line 29) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/listener/ResourceReportListener.java class ResourceReportListener (line 27) | public class ResourceReportListener { method onApplicationEvent (line 36) | public void onApplicationEvent(ApplicationReadyEvent event) { method setSource (line 64) | private void setSource(Method m) { method setSource (line 95) | private void setSource(SysResourceEntity resource, Annotation a) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/manager/AsyncFactory.java class AsyncFactory (line 26) | public class AsyncFactory { method recordLogininfor (line 38) | public static TimerTask recordLogininfor(final String userName, final ... method recordOper (line 87) | public static TimerTask recordOper(final SysOperLogEntity operLog) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/manager/AsyncManager.java class AsyncManager (line 15) | public class AsyncManager { method AsyncManager (line 29) | private AsyncManager() { method me (line 34) | public static AsyncManager me() { method execute (line 43) | public void execute(TimerTask task) { method shutdown (line 50) | public void shutdown() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysConfigMapper.java type SysConfigMapper (line 9) | public interface SysConfigMapper extends BaseMapperX { method selectPage (line 10) | default PageResult selectPage(SysConfigEntity config) { method selectConfig (line 28) | default SysConfigEntity selectConfig(SysConfigEntity config) { method checkConfigKeyUnique (line 39) | default SysConfigEntity checkConfigKeyUnique(SysConfigEntity config) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysDictDataMapper.java type SysDictDataMapper (line 12) | public interface SysDictDataMapper extends BaseMapperX { method selectPage (line 13) | default PageResult selectPage(SysDictDataEntity dic... method selectDictDataByType (line 23) | default List selectDictDataByType(String dictType) { method updateDictDataType (line 38) | default int updateDictDataType(@Param("oldDictType") String oldDictTyp... method countDictDataByType (line 50) | default Long countDictDataByType(String dictType) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysDictTypeMapper.java type SysDictTypeMapper (line 12) | public interface SysDictTypeMapper extends BaseMapperX { method selectPage (line 13) | default PageResult selectPage(SysDictTypeEntity dic... method creatWrapper (line 22) | default LambdaQueryWrapper creatWrapper(SysDictType... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysLoginLogMapper.java type SysLoginLogMapper (line 15) | public interface SysLoginLogMapper extends BaseMapperX { method selectLogininforPage (line 17) | default PageResult selectLogininforPage(SysLoginLog... method selectLogininforList (line 34) | default List selectLogininforList(SysLoginLogEntity... method cleanLogininfor (line 47) | int cleanLogininfor(); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysMenuMapper.java type SysMenuMapper (line 13) | public interface SysMenuMapper extends BaseMapperX { method selectPage (line 14) | default PageResult selectPage(SysMenuEntity sysMenuEnti... method selectMenuList (line 25) | default List selectMenuList(SysMenuEntity menu) { method selectMenuListByUserId (line 39) | List selectMenuListByUserId(SysMenuEntity menu); method selectMenuTreeAll (line 46) | List selectMenuTreeAll(); method selectMenuTreeByUserId (line 54) | List selectMenuTreeByUserId(Long userId); method selectMenuPermsByRoleId (line 63) | List selectMenuPermsByRoleId(Long roleId); method getMenuPermsAll (line 70) | List getMenuPermsAll(); method selectMenuPermsByUserId (line 78) | List selectMenuPermsByUserId(Long userId); method selectMenuListByRoleId (line 88) | List selectMenuListByRoleId(@Param("roleId") Long roleId, @Param... method checkMenuNameUnique (line 93) | default SysMenuEntity checkMenuNameUnique(SysMenuEntity menu) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysOperLogMapper.java type SysOperLogMapper (line 14) | public interface SysOperLogMapper extends BaseMapperX { method selectOperLogPage (line 23) | default PageResult selectOperLogPage(SysOperLogEntit... method deleteOperLogByIds (line 42) | default int deleteOperLogByIds(Long[] operIds) { method cleanOperLog (line 51) | public void cleanOperLog(); method selectOperLogList (line 57) | default List selectOperLogList(SysOperLogEntity oper... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysResourceMapper.java type SysResourceMapper (line 12) | public interface SysResourceMapper extends BaseMapperX { method selectPage (line 13) | default PageResult selectPage(SysResourceEntity res... method truncateResource (line 23) | @Update("truncate table sys_resource") method selectResourceCodeByRoleId (line 32) | Set selectResourceCodeByRoleId(Long roleId); method selectResourceListByRoleId (line 40) | List selectResourceListByRoleId(Long roleId); method selectResourceListByUserId (line 48) | List selectResourceListByUserId(SysResourceEntity r... method selectResourceList (line 56) | List selectResourceList(SysResourceEntity resource); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysRoleMapper.java type SysRoleMapper (line 12) | public interface SysRoleMapper extends BaseMapperX { method selectPage (line 13) | default PageResult selectPage(SysRoleEntity role) { method selectRolePermissionByUserId (line 28) | List selectRolePermissionByUserId(Long userId); method selectRoleById (line 36) | SysRoleEntity selectRoleById(Long roleId); method selectRoleList (line 44) | List selectRoleList(SysRoleEntity role); method selectRoleListByKey (line 51) | List selectRoleListByKey(@Param("RoleKeys") Set... method checkRoleNameUnique (line 59) | SysRoleEntity checkRoleNameUnique(String roleName); method checkRoleKeyUnique (line 67) | SysRoleEntity checkRoleKeyUnique(String roleKey); method selectRolesByUserName (line 75) | public List selectRolesByUserName(String userName); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysRoleMenuMapper.java type SysRoleMenuMapper (line 8) | public interface SysRoleMenuMapper extends BaseMapperX { method checkMenuExistRole (line 16) | public int checkMenuExistRole(Long menuId); method deleteRoleMenuByRoleId (line 24) | public int deleteRoleMenuByRoleId(Long roleId); method deleteRoleMenu (line 32) | public int deleteRoleMenu(Long[] ids); method batchRoleMenu (line 40) | public int batchRoleMenu(List roleMenuList); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysRoleResourceMapper.java type SysRoleResourceMapper (line 9) | public interface SysRoleResourceMapper extends BaseMapperX rrList); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/mapper/SysUserMapper.java type SysUserMapper (line 12) | public interface SysUserMapper extends BaseMapperX { method selectPage (line 14) | default PageResult selectPage(SysUserEntity user) { method selectUserByUserName (line 31) | SysUserEntity selectUserByUserName(String userName); method selectUserById (line 39) | SysUserEntity selectUserById(Long userId); method selectAllocatedList (line 47) | Page selectAllocatedList(@Param("page") Page selectUnallocatedList(@Param("page") Page { method deleteUserRoleByUserId (line 16) | default int deleteUserRoleByUserId(Long userId) { method deleteUserRoleInfo (line 27) | default int deleteUserRoleInfo(SysUserRoleEntity userRole) { method deleteUserRoleInfos (line 40) | default int deleteUserRoleInfos(@Param("roleId") Long roleId, @Param("... method countUserRoleByRoleId (line 52) | default int countUserRoleByRoleId(Long roleId) { method deleteUserRole (line 63) | void deleteUserRole(Long[] userIds); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/context/AuthenticationContextHolder.java class AuthenticationContextHolder (line 10) | public class AuthenticationContextHolder { method getContext (line 13) | public static Authentication getContext() { method setContext (line 17) | public static void setContext(Authentication context) { method clearContext (line 21) | public static void clearContext() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/context/PermissionContextHolder.java class PermissionContextHolder (line 13) | public class PermissionContextHolder { method setContext (line 16) | public static void setContext(String permission) { method getContext (line 21) | public static String getContext() { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/filter/JwtAuthenticationTokenFilter.java class JwtAuthenticationTokenFilter (line 26) | @Component method doFilterInternal (line 31) | @Override method setLoginUser (line 54) | public static void setLoginUser(LoginUser loginUser, HttpServletReques... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/handle/AuthenticationEntryPointImpl.java class AuthenticationEntryPointImpl (line 22) | @Component method commence (line 26) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/handle/LogoutSuccessHandlerImpl.java class LogoutSuccessHandlerImpl (line 29) | @Configuration method onLogoutSuccess (line 38) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/security/properties/PermitAllUrlProperties.java class PermitAllUrlProperties (line 26) | @Configuration method afterPropertiesSet (line 37) | @Override method setApplicationContext (line 58) | @Override method getUrls (line 64) | public List getUrls() method setUrls (line 69) | public void setUrls(List urls) FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysConfigService.java type SysConfigService (line 6) | public interface SysConfigService { method page (line 8) | PageResult page(SysConfigEntity sysConfigEntity); method selectConfigById (line 16) | SysConfigEntity selectConfigById(Long configId); method selectConfigByKey (line 24) | String selectConfigByKey(String configKey); method selectConfigByKey (line 34) | T selectConfigByKey(String configKey, Class clazz); method selectConfigByKey (line 46) | T selectConfigByKey(String configKey, Class clazz, T defaultVal... method selectCaptchaEnabled (line 54) | boolean selectCaptchaEnabled(); method insertConfig (line 62) | int insertConfig(SysConfigEntity config); method updateConfig (line 70) | int updateConfig(SysConfigEntity config); method deleteConfigByIds (line 77) | void deleteConfigByIds(Long[] configIds); method loadingConfigCache (line 82) | void loadingConfigCache(); method checkConfigKeyUnique (line 90) | boolean checkConfigKeyUnique(SysConfigEntity config); method clearConfigCache (line 95) | void clearConfigCache(); method resetConfigCache (line 100) | void resetConfigCache(); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysDictDataService.java type SysDictDataService (line 6) | public interface SysDictDataService { method page (line 8) | PageResult page(SysDictDataEntity dictDataEntity); method insertDictData (line 16) | int insertDictData(SysDictDataEntity dictData); method selectDictDataById (line 24) | SysDictDataEntity selectDictDataById(Long dictCode); method updateDictData (line 32) | int updateDictData(SysDictDataEntity dictData); method deleteDictDataByIds (line 39) | void deleteDictDataByIds(Long[] dictCodes); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysDictTypeService.java type SysDictTypeService (line 9) | public interface SysDictTypeService { method page (line 11) | PageResult page(SysDictTypeEntity sysDictTypeEntity); method selectDictDataByType (line 20) | List selectDictDataByType(String dictType); method selectDictTypeById (line 28) | SysDictTypeEntity selectDictTypeById(Long dictId); method selectDictTypeAll (line 35) | List selectDictTypeAll(); method updateDictType (line 43) | int updateDictType(SysDictTypeEntity dictType); method insertDictType (line 51) | int insertDictType(SysDictTypeEntity dictType); method deleteDictTypeByIds (line 58) | void deleteDictTypeByIds(Long[] dictIds); method resetDictCache (line 63) | void resetDictCache(); method loadingDictCache (line 68) | void loadingDictCache(); method checkDictTypeUnique (line 76) | boolean checkDictTypeUnique(SysDictTypeEntity dictType); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysLoginLogService.java type SysLoginLogService (line 11) | public interface SysLoginLogService { method selectLogininforPage (line 18) | public PageResult selectLogininforPage(SysLoginLogE... method insertLogininfor (line 25) | public void insertLogininfor(SysLoginLogEntity logininfor); method selectLogininforList (line 33) | public List selectLogininforList(SysLoginLogEntity ... method deleteLogininforByIds (line 41) | public int deleteLogininforByIds(Long[] infoIds); method cleanLogininfor (line 46) | public void cleanLogininfor(); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysMenuService.java type SysMenuService (line 13) | public interface SysMenuService { method selectMenuList (line 21) | List selectMenuList(Long userId); method selectMenuList (line 31) | List selectMenuList(SysMenuEntity menu, Long userId); method selectMenuTreeByUserId (line 39) | List selectMenuTreeByUserId(Long userId); method selectMenuListByRoleId (line 47) | List selectMenuListByRoleId(Long roleId); method selectMenuById (line 55) | SysMenuEntity selectMenuById(Long menuId); method buildMenus (line 63) | List buildMenus(List menus); method buildMenuTree (line 71) | List buildMenuTree(List menus); method buildMenuTreeSelect (line 79) | List buildMenuTreeSelect(List menus); method selectMenuPermsByRoleId (line 87) | Set selectMenuPermsByRoleId(Long roleId); method selectMenuPermsAll (line 94) | Map> selectMenuPermsAll(); method selectMenuPermsByUserId (line 102) | Collection selectMenuPermsByUserId(Long userId); method insertMenu (line 110) | int insertMenu(SysMenuEntity menu); method updateMenu (line 118) | int updateMenu(SysMenuEntity menu); method deleteMenuById (line 126) | int deleteMenuById(Long menuId); method checkMenuExistRole (line 134) | boolean checkMenuExistRole(Long menuId); method hasChildByMenuId (line 142) | boolean hasChildByMenuId(Long menuId); method checkMenuNameUnique (line 150) | boolean checkMenuNameUnique(SysMenuEntity menu); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysOperLogService.java type SysOperLogService (line 11) | public interface SysOperLogService { method insertOperlog (line 17) | public void insertOperlog(SysOperLogEntity operLog); method selectOperLogPage (line 25) | PageResult selectOperLogPage(SysOperLogEntity operLog); method deleteOperLogByIds (line 33) | public int deleteOperLogByIds(Long[] operIds); method selectOperLogById (line 41) | public SysOperLogEntity selectOperLogById(Long operId); method cleanOperLog (line 46) | public void cleanOperLog(); method selectOperLogList (line 54) | List selectOperLogList(SysOperLogEntity operLog); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysResourceService.java type SysResourceService (line 12) | public interface SysResourceService extends IService { method page (line 14) | PageResult page(SysResourceEntity sysResourceEntity); method insertResource (line 23) | int insertResource(SysResourceEntity resource); method truncateResource (line 28) | void truncateResource(); method selectResourceCodeByRoleId (line 36) | Set selectResourceCodeByRoleId(Long roleId); method selectApiResourceList (line 45) | List selectApiResourceList(Long userId); method selectSysRoleAuthAll (line 50) | List selectSysRoleAuthAll(); method selectApiResourceList (line 58) | List selectApiResourceList(SysResourceEntity resour... method selectResourceListByRoleId (line 66) | List selectResourceListByRoleId(Long roleId); method buildResourceTreeSelect (line 74) | List buildResourceTreeSelect(List resou... method editRoleResource (line 82) | void editRoleResource(Long roleId, Long[] resourceIds); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysRoleService.java type SysRoleService (line 11) | public interface SysRoleService extends IService { method page (line 14) | PageResult page(SysRoleEntity sysRoleEntity); method selectRoleList (line 22) | List selectRoleList(SysRoleEntity role); method selectRolePermissionByUserId (line 30) | Set selectRolePermissionByUserId(Long userId); method selectRoleById (line 38) | SysRoleEntity selectRoleById(Long roleId); method selectRoleAll (line 45) | List selectRoleAll(); method selectRolesByUserId (line 53) | List selectRolesByUserId(Long userId); method insertRole (line 62) | int insertRole(SysRoleEntity role); method updateRole (line 70) | int updateRole(SysRoleEntity role); method updateRoleStatus (line 78) | int updateRoleStatus(SysRoleEntity role); method deleteRoleByIds (line 86) | int deleteRoleByIds(Long[] roleIds); method deleteAuthUser (line 94) | int deleteAuthUser(SysUserRoleEntity userRole); method deleteAuthUsers (line 103) | int deleteAuthUsers(Long roleId, Long[] userIds); method insertAuthUsers (line 112) | boolean insertAuthUsers(Long roleId, Long[] userIds); method countUserRoleByRoleId (line 120) | int countUserRoleByRoleId(Long roleId); method checkRoleNameUnique (line 128) | boolean checkRoleNameUnique(SysRoleEntity role); method checkRoleKeyUnique (line 136) | boolean checkRoleKeyUnique(SysRoleEntity role); method checkRoleAllowed (line 143) | void checkRoleAllowed(SysRoleEntity role); method resetRoleAuthCache (line 148) | void resetRoleAuthCache(); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/SysUserService.java type SysUserService (line 10) | public interface SysUserService { method page (line 12) | PageResult page(SysUserEntity sysUserEntity); method selectUserByUserName (line 21) | SysUserEntity selectUserByUserName(String userName); method selectUserById (line 29) | SysUserEntity selectUserById(Long userId); method selectAllocatedList (line 37) | Page selectAllocatedList(SysUserEntity user); method selectUnallocatedList (line 45) | Page selectUnallocatedList(SysUserEntity user); method selectUserRoleGroup (line 53) | String selectUserRoleGroup(String userName); method registerUser (line 61) | boolean registerUser(SysUserEntity user); method insertUser (line 69) | int insertUser(SysUserEntity user); method updateUser (line 77) | int updateUser(SysUserEntity user); method deleteUserByIds (line 85) | int deleteUserByIds(Long[] userIds); method updateUserProfile (line 93) | int updateUserProfile(SysUserEntity user); method updateUserStatus (line 101) | int updateUserStatus(SysUserEntity user); method updateUserAvatar (line 110) | boolean updateUserAvatar(String userName, String avatar); method resetPwd (line 118) | int resetPwd(SysUserEntity user); method checkUserAllowed (line 125) | void checkUserAllowed(SysUserEntity user); method insertUserAuth (line 133) | void insertUserAuth(Long userId, Long[] roleIds); method insertUserAuth (line 141) | void insertUserAuth(Long userId, Set roleKey); method resetUserPwd (line 150) | int resetUserPwd(String userName, String password); method checkUserNameUnique (line 158) | boolean checkUserNameUnique(SysUserEntity user); method checkPhoneUnique (line 166) | boolean checkPhoneUnique(SysUserEntity user); method checkEmailUnique (line 174) | boolean checkEmailUnique(SysUserEntity user); FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysConfigServiceImpl.java class SysConfigServiceImpl (line 22) | @Service method init (line 34) | @PostConstruct method page (line 39) | @Override method selectConfigById (line 44) | @Override method selectConfigByKey (line 57) | @Override method selectConfigByKey (line 73) | @Override method selectConfigByKey (line 89) | @Override method selectCaptchaEnabled (line 100) | @Override method insertConfig (line 109) | @Override method updateConfig (line 118) | @Override method deleteConfigByIds (line 127) | @Override method loadingConfigCache (line 142) | @Override method checkConfigKeyUnique (line 151) | @Override method clearConfigCache (line 161) | @Override method resetConfigCache (line 167) | @Override method getCacheKey (line 179) | private String getCacheKey(String configKey) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysDictDataServiceImpl.java class SysDictDataServiceImpl (line 13) | @Service method page (line 20) | @Override method insertDictData (line 25) | @Override method selectDictDataById (line 35) | @Override method updateDictData (line 41) | @Override method deleteDictDataByIds (line 51) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysDictTypeServiceImpl.java class SysDictTypeServiceImpl (line 24) | @Service method page (line 31) | @Override method selectDictDataByType (line 42) | @Override method selectDictTypeById (line 60) | @Override method selectDictTypeAll (line 65) | @Override method updateDictType (line 70) | @Override method insertDictType (line 86) | @Override method deleteDictTypeByIds (line 95) | @Override method resetDictCache (line 108) | @Override method loadingDictCache (line 117) | @Override method checkDictTypeUnique (line 125) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysLoginLogServiceImpl.java class SysLoginLogServiceImpl (line 18) | @Service method selectLogininforPage (line 30) | @Override method insertLogininfor (line 40) | @Override method selectLogininforList (line 51) | @Override method deleteLogininforByIds (line 62) | @Override method cleanLogininfor (line 70) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysMenuServiceImpl.java class SysMenuServiceImpl (line 30) | @Service method selectMenuList (line 46) | @Override method selectMenuList (line 57) | @Override method selectMenuTreeByUserId (line 76) | @Override method selectMenuListByRoleId (line 93) | @Override method selectMenuById (line 99) | @Override method buildMenus (line 110) | @Override method buildMenuTreeSelect (line 161) | @Override method buildMenuTree (line 173) | @Override method selectMenuPermsByRoleId (line 200) | @Override method selectMenuPermsAll (line 212) | @Override method selectMenuPermsByUserId (line 225) | @Override method insertMenu (line 237) | @Override method updateMenu (line 242) | @Override method deleteMenuById (line 247) | @Override method checkMenuExistRole (line 252) | @Override method hasChildByMenuId (line 258) | @Override method checkMenuNameUnique (line 266) | @Override method getRouterPath (line 282) | public String getRouterPath(SysMenuEntity menu) { method isInnerLink (line 306) | public boolean isInnerLink(SysMenuEntity menu) { method getComponent (line 316) | public String getComponent(SysMenuEntity menu) { method isParentView (line 334) | public boolean isParentView(SysMenuEntity menu) { method getRouteName (line 344) | public String getRouteName(SysMenuEntity menu) { method isMenuFrame (line 359) | public boolean isMenuFrame(SysMenuEntity menu) { method getChildPerms (line 371) | public List getChildPerms(List list, int... method recursionFn (line 390) | private void recursionFn(List list, SysMenuEntity t) { method hasChild (line 404) | private boolean hasChild(List list, SysMenuEntity t) { method getChildList (line 411) | private List getChildList(List list, Sys... method innerLinkReplaceEach (line 428) | public String innerLinkReplaceEach(String path) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysOperLogServiceImpl.java class SysOperLogServiceImpl (line 15) | @Service method insertOperlog (line 25) | @Override method selectOperLogPage (line 36) | @Override method deleteOperLogByIds (line 47) | @Override method selectOperLogById (line 58) | @Override method cleanOperLog (line 66) | @Override method selectOperLogList (line 71) | @Override FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysResourceServiceImpl.java class SysResourceServiceImpl (line 20) | @Service method page (line 28) | @Override method insertResource (line 39) | @Override method truncateResource (line 49) | @Override method selectResourceCodeByRoleId (line 60) | @Override method selectApiResourceList (line 65) | @Override method selectSysRoleAuthAll (line 72) | @Override method selectApiResourceList (line 78) | @Override method selectResourceListByRoleId (line 91) | @Override method buildResourceTreeSelect (line 96) | @Override method editRoleResource (line 112) | @Override method insertRoleMenu (line 123) | public int insertRoleMenu(Long roleId, List resourc... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysRoleServiceImpl.java class SysRoleServiceImpl (line 26) | @Service method page (line 43) | @Override method selectRoleList (line 48) | @Override method selectRolePermissionByUserId (line 59) | @Override method selectRoleById (line 78) | @Override method selectRoleAll (line 83) | @Override method selectRolesByUserId (line 89) | @Override method insertRole (line 105) | @Override method updateRole (line 113) | @Override method updateRoleStatus (line 123) | @Override method deleteRoleByIds (line 128) | @Override method deleteAuthUser (line 144) | @Override method deleteAuthUsers (line 149) | @Override method insertAuthUsers (line 154) | @Override method countUserRoleByRoleId (line 168) | @Override method checkRoleNameUnique (line 173) | @Override method checkRoleKeyUnique (line 183) | @Override method checkRoleAllowed (line 193) | @Override method resetRoleAuthCache (line 200) | @Override method insertRoleMenu (line 215) | public int insertRoleMenu(SysRoleEntity role) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/service/impl/SysUserServiceImpl.java class SysUserServiceImpl (line 33) | @Service method page (line 45) | @Override method selectUserByUserName (line 50) | @Override method selectUserById (line 59) | @Override method selectAllocatedList (line 68) | @Override method selectUnallocatedList (line 81) | @Override method selectUserRoleGroup (line 87) | @Override method registerUser (line 96) | @Override method insertUser (line 101) | @Override method updateUser (line 124) | @Override method deleteUserByIds (line 136) | @Override method updateUserProfile (line 148) | @Override method updateUserStatus (line 153) | @Override method updateUserAvatar (line 158) | @Override method resetPwd (line 163) | @Override method checkUserAllowed (line 168) | @Override method insertUserAuth (line 175) | @Override method insertUserAuth (line 182) | @Override method resetUserPwd (line 196) | @Override method checkUserNameUnique (line 201) | @Override method checkPhoneUnique (line 211) | @Override method checkEmailUnique (line 221) | @Override method insertUserRole (line 236) | public void insertUserRole(SysUserEntity user) { method insertUserRole (line 247) | public void insertUserRole(Long userId, Long[] roleIds) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/exception/GlobalExceptionHandler.java class GlobalExceptionHandler (line 23) | @RestControllerAdvice method handleAccessDeniedException (line 30) | @ExceptionHandler(AccessDeniedException.class) method handleHttpRequestMethodNotSupported (line 40) | @ExceptionHandler(HttpRequestMethodNotSupportedException.class) method handleServiceException (line 51) | @ExceptionHandler(ServiceException.class) method handleRuntimeException (line 61) | @ExceptionHandler(RuntimeException.class) method handleException (line 71) | @ExceptionHandler(Exception.class) method handleBindException (line 81) | @ExceptionHandler(BindException.class) method handleMethodArgumentNotValidException (line 91) | @ExceptionHandler(MethodArgumentNotValidException.class) FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/PermissionService.java class PermissionService (line 32) | @Service("ss") method hasPermi (line 62) | public boolean hasPermi(String permission) { method resourceAuth (line 78) | public boolean resourceAuth() { method getResourceCode (line 106) | private String getResourceCode(HandlerMethod handler) { method hasResources (line 137) | private boolean hasResources(Set resources, String resource) { method lacksPermi (line 147) | public boolean lacksPermi(String permission) { method hasAnyPermi (line 157) | public boolean hasAnyPermi(String permissions) { method hasRole (line 181) | public boolean hasRole(String role) { method lacksRole (line 204) | public boolean lacksRole(String role) { method hasAnyRoles (line 214) | public boolean hasAnyRoles(String roles) { method hasPermissions (line 237) | private boolean hasPermissions(Set permissions, String permiss... FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/SysLoginService.java class SysLoginService (line 34) | @Component method login (line 60) | public String login(String username, String password, String code, Str... method validateCaptcha (line 106) | public void validateCaptcha(String username, String code, String uuid) { method recordLoginInfo (line 125) | public void recordLoginInfo(Long userId) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/SysPasswordService.java class SysPasswordService (line 26) | @Component method getCacheKey (line 43) | private String getCacheKey(String username) { method validate (line 47) | public void validate(SysUserEntity user) { method matches (line 75) | public boolean matches(SysUserEntity user, String rawPassword) { method clearLoginRecordCache (line 79) | public void clearLoginRecordCache(String loginName) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/SysPermissionService.java class SysPermissionService (line 23) | @Component method getRolePermission (line 45) | public Set getRolePermission(SysUserEntity user) { method getMenuPermission (line 62) | public Set getMenuPermission(SysUserEntity user) { method getMenuPermissionByRoleId (line 89) | public Set getMenuPermissionByRoleId(Long roleID) { method getResources (line 106) | public Set getResources(SysUserEntity user) { method resetLoginUserRoleCache (line 129) | public void resetLoginUserRoleCache(long roleId) { method resetUserRoleAuthCache (line 143) | public void resetUserRoleAuthCache(long userId) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/SysRegisterService.java class SysRegisterService (line 24) | @Component method register (line 38) | public String register(RegisterBody registerBody) { method validateCaptcha (line 83) | public void validateCaptcha(String username, String code, String uuid) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/TokenService.java class TokenService (line 32) | @Component method getLoginUser (line 60) | public LoginUser getLoginUser(HttpServletRequest request) { method getLoginUserToken (line 74) | public LoginUserToken getLoginUserToken(HttpServletRequest request) { method getLoginUserByUserId (line 99) | public LoginUser getLoginUserByUserId(long userId) { method setLoginUser (line 115) | public void setLoginUser(LoginUser loginUser) { method delLoginUser (line 124) | public void delLoginUser(String token) { method createToken (line 137) | public String createToken(LoginUser loginUser) { method verifyToken (line 157) | public void verifyToken(LoginUser loginUser) { method refreshToken (line 170) | public void refreshToken(LoginUser loginUser) { method refreshToken (line 181) | public void refreshToken(LoginUser loginUser, LoginUserToken loginUser... method setUserAgent (line 197) | public void setUserAgent(LoginUserToken loginUserToken) { method createToken (line 213) | private String createToken(Map claims) { method parseToken (line 226) | private Claims parseToken(String token) { method getUsernameFromToken (line 239) | public String getUsernameFromToken(String token) { method getToken (line 250) | private String getToken(HttpServletRequest request) { method getTokenKey (line 258) | private String getTokenKey(String uuid) { method getLoginKey (line 262) | private String getLoginKey(Long userId) { FILE: campus-framework/src/main/java/com/oddfar/campus/framework/web/service/UserDetailsServiceImpl.java class UserDetailsServiceImpl (line 23) | @Service method loadUserByUsername (line 36) | @Override method createLoginUser (line 55) | public UserDetails createLoginUser(SysUserEntity user) { FILE: campus-modular/src/main/java/com/oddfar/campus/CampusApplication.java class CampusApplication (line 13) | @SpringBootApplication method main (line 16) | public static void main(String[] args) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/api/PushPlusApi.java class PushPlusApi (line 16) | public class PushPlusApi { method sendNotice (line 19) | public static void sendNotice(IUser iUser, ILog operLog) { method sendNotice (line 48) | public static TimerTask sendNotice(String token, String title, String ... FILE: campus-modular/src/main/java/com/oddfar/campus/business/controller/IItemController.java class IItemController (line 23) | @RestController method list (line 35) | @GetMapping(value = "/list", name = "查询I茅台预约商品列列表") method refreshItem (line 45) | @GetMapping(value = "/refresh", name = "刷新i茅台预约商品列表") FILE: campus-modular/src/main/java/com/oddfar/campus/business/controller/ILogController.java class ILogController (line 18) | @RestController method list (line 25) | @PreAuthorize("@ss.resourceAuth()") method remove (line 32) | @PreAuthorize("@ss.resourceAuth()") method clean (line 38) | @PreAuthorize("@ss.resourceAuth()") FILE: campus-modular/src/main/java/com/oddfar/campus/business/controller/IShopController.java class IShopController (line 22) | @RestController method list (line 33) | @GetMapping("/list") method refreshShop (line 44) | @GetMapping(value = "/refresh", name = "刷新i茅台商品列表") FILE: campus-modular/src/main/java/com/oddfar/campus/business/controller/IUserController.java class IUserController (line 24) | @RestController method list (line 38) | @GetMapping(value = "/list", name = "查询I茅台用户列表") method sendCode (line 49) | @GetMapping(value = "/sendCode", name = "发送验证码") method reservation (line 60) | @GetMapping(value = "/reservation", name = "预约") method travelReward (line 78) | @GetMapping(value = "/travelReward", name = "旅行") method login (line 93) | @GetMapping(value = "/login", name = "登录") method getInfo (line 105) | @PreAuthorize("@ss.resourceAuth()") method add (line 114) | @PreAuthorize("@ss.resourceAuth()") method edit (line 133) | @PreAuthorize("@ss.resourceAuth()") method remove (line 150) | @PreAuthorize("@ss.resourceAuth()") FILE: campus-modular/src/main/java/com/oddfar/campus/business/controller/TestController.java class TestController (line 17) | @RestController method test1 (line 33) | @PreAuthorize("@ss.resourceAuth()") method test2 (line 43) | @PreAuthorize("@ss.hasPermi('campus:test')") method test3 (line 53) | @Anonymous FILE: campus-modular/src/main/java/com/oddfar/campus/business/domain/IMTCacheConstants.java type IMTCacheConstants (line 9) | public interface IMTCacheConstants { FILE: campus-modular/src/main/java/com/oddfar/campus/business/domain/IMTItemInfo.java class IMTItemInfo (line 10) | @Data FILE: campus-modular/src/main/java/com/oddfar/campus/business/domain/IUserRequest.java class IUserRequest (line 14) | @Data method getParams (line 92) | public Map getParams() { method getMinute (line 99) | public int getMinute() { FILE: campus-modular/src/main/java/com/oddfar/campus/business/domain/MapPoint.java class MapPoint (line 7) | @Data FILE: campus-modular/src/main/java/com/oddfar/campus/business/entity/IItem.java class IItem (line 17) | @Data method IItem (line 51) | public IItem() { method IItem (line 54) | public IItem(JSONObject item) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/entity/ILog.java class ILog (line 23) | @Data method getParams (line 67) | public Map getParams() { FILE: campus-modular/src/main/java/com/oddfar/campus/business/entity/IShop.java class IShop (line 20) | @Data method IShop (line 89) | public IShop() { method IShop (line 92) | public IShop(String iShopId, JSONObject jsonObject) { method getParams (line 106) | public Map getParams() { FILE: campus-modular/src/main/java/com/oddfar/campus/business/entity/IUser.java class IUser (line 22) | @Data method IUser (line 129) | public IUser() { method IUser (line 133) | public IUser(Long mobile, JSONObject jsonObject) { method IUser (line 151) | public IUser(Long mobile, String deviceId, JSONObject jsonObject) { method getParams (line 170) | public Map getParams() { method getMinute (line 177) | public int getMinute() { FILE: campus-modular/src/main/java/com/oddfar/campus/business/mapper/IItemMapper.java type IItemMapper (line 13) | public interface IItemMapper extends BaseMapperX { method truncateItem (line 15) | @Update("truncate table i_item") FILE: campus-modular/src/main/java/com/oddfar/campus/business/mapper/ILogMapper.java type ILogMapper (line 15) | public interface ILogMapper extends BaseMapperX { method selectPage (line 17) | default PageResult selectPage(ILog iLog) { method selectPage (line 28) | default PageResult selectPage(ILog iLog, Long userId) { method cleanLog (line 40) | @Select("truncate table i_log") FILE: campus-modular/src/main/java/com/oddfar/campus/business/mapper/IShopMapper.java type IShopMapper (line 16) | public interface IShopMapper extends BaseMapperX { method truncateShop (line 18) | @Update("truncate table i_shop") method selectPage (line 21) | default PageResult selectPage(IShop iShop) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/mapper/IUserMapper.java type IUserMapper (line 17) | public interface IUserMapper extends BaseMapperX { method selectPage (line 18) | default PageResult selectPage(IUser iUser) { method selectPage (line 30) | default PageResult selectPage(IUser iUser, Long userId) { method selectReservationUser (line 43) | default List selectReservationUser() { method selectReservationUserByMinute (line 58) | default List selectReservationUserByMinute(int minute) { method updateUserMinuteBatch (line 69) | @Update("UPDATE i_user SET `minute` = (SELECT FLOOR(RAND() * 50 + 1)) ... method updateUserMinuteEven (line 72) | @Update("SET @row_number = 0;\n" + method deleteIUser (line 78) | int deleteIUser(Long[] iUserId); FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/IMTLogFactory.java class IMTLogFactory (line 15) | public class IMTLogFactory { method reservation (line 18) | public static void reservation(IUser iUser, String logContent) { method recordOper (line 45) | public static TimerTask recordOper(final ILog operLog) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/IMTLogService.java type IMTLogService (line 9) | public interface IMTLogService { method page (line 11) | PageResult page(ILog iLog); method insertLog (line 18) | public int insertLog(ILog iLog); method deleteLogByIds (line 26) | public int deleteLogByIds(Long[] operIds); method cleanLog (line 31) | public void cleanLog(); FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/IMTService.java type IMTService (line 5) | public interface IMTService { method getMTVersion (line 11) | String getMTVersion(); method refreshMTVersion (line 16) | void refreshMTVersion(); method sendCode (line 24) | Boolean sendCode(String mobile, String deviceId); method login (line 34) | boolean login(String mobile, String code, String deviceId); method reservation (line 39) | void reservation(IUser iUser); method getEnergyAward (line 44) | String getEnergyAward(IUser iUser); method getTravelReward (line 52) | void getTravelReward(IUser iUser); method reservationBatch (line 63) | void reservationBatch(); method getTravelRewardBatch (line 68) | void getTravelRewardBatch(); method refreshAll (line 73) | void refreshAll(); method appointmentResults (line 78) | void appointmentResults(); FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/IShopService.java type IShopService (line 9) | public interface IShopService extends IService { method selectShopList (line 11) | List selectShopList(); method refreshShop (line 16) | void refreshShop(); method getCurrentSessionId (line 21) | String getCurrentSessionId(); method refreshItem (line 26) | void refreshItem(); method selectByIShopId (line 39) | IShop selectByIShopId(String iShopId); method getShopsByProvince (line 47) | List getShopsByProvince(String province, String itemId); method getShopId (line 56) | String getShopId(int shopType, String itemId, String province, String ... FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/IUserService.java type IUserService (line 9) | public interface IUserService { method page (line 11) | PageResult page(IUser iUser); method insertIUser (line 20) | int insertIUser(Long mobile, String deviceId, JSONObject body); method selectReservationUser (line 27) | List selectReservationUser(); method selectReservationUserByMinute (line 34) | List selectReservationUserByMinute(int minute); method insertIUser (line 42) | int insertIUser(IUser iUser); method updateIUser (line 50) | int updateIUser(IUser iUser); method updateUserMinuteBatch (line 57) | void updateUserMinuteBatch(); method deleteIUser (line 65) | int deleteIUser(Long[] iUserId); FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/impl/IMTLogServiceImpl.java class IMTLogServiceImpl (line 13) | @Service method page (line 19) | @Override method deleteLogByIds (line 29) | @Override method cleanLog (line 34) | @Override method insertLog (line 39) | @Override FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/impl/IMTServiceImpl.java class IMTServiceImpl (line 46) | @Service method init (line 70) | @PostConstruct method getMTVersion (line 82) | @Override method refreshMTVersion (line 102) | @Override method sendCode (line 108) | @Override method login (line 141) | @Override method reservation (line 181) | @Override method getEnergyAwardDelay (line 224) | public void getEnergyAwardDelay(IUser iUser) { method receiveReward (line 247) | public void receiveReward(IUser iUser) { method shareReward (line 267) | public void shareReward(IUser iUser) { method getEnergyAward (line 289) | @Override method getTravelReward (line 312) | @Override method travelReward (line 332) | public String travelReward(IUser iUser) { method startTravel (line 366) | public String startTravel(IUser iUser) { method getXmTravelReward (line 387) | public Double getXmTravelReward(IUser iUser) { method getUserIsolationPageData (line 410) | public Map getUserIsolationPageData(IUser iUser) { method getExchangeRateInfo (line 481) | public int getExchangeRateInfo(IUser iUser) { method reservationBatch (line 501) | @Async method getTravelRewardBatch (line 521) | @Async method refreshAll (line 540) | @Override method appointmentResults (line 547) | @Override method reservation (line 586) | public JSONObject reservation(IUser iUser, String itemId, String shopI... method AesEncrypt (line 634) | public static String AesEncrypt(String params) { method AesDecrypt (line 645) | public static String AesDecrypt(String params) { method signature (line 657) | private static String signature(String content, long time) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/impl/IShopServiceImpl.java class IShopServiceImpl (line 35) | @Service method selectShopList (line 48) | @Override method refreshShop (line 66) | @Override method getCurrentSessionId (line 95) | @Override method refreshItem (line 128) | @Override method selectByIShopId (line 134) | @Override method getShopsByProvince (line 144) | @Override method reGetShopsByProvince (line 158) | public List reGetShopsByProvince(String province, String ... method getShopId (line 205) | @Override method getMaxInventoryShopId (line 250) | public String getMaxInventoryShopId(List list1, List list2, String province,... method getDisdance (line 293) | public static Double getDisdance(MapPoint point1, MapPoint point2) { FILE: campus-modular/src/main/java/com/oddfar/campus/business/service/impl/IUserServiceImpl.java class IUserServiceImpl (line 19) | @Service method page (line 24) | @Override method insertIUser (line 33) | @Override method selectReservationUser (line 57) | @Override method selectReservationUserByMinute (line 63) | @Override method insertIUser (line 68) | @Override method updateIUser (line 83) | @Override method updateUserMinuteBatch (line 91) | @Override method deleteIUser (line 102) | @Override FILE: campus-modular/src/main/java/com/oddfar/campus/business/task/CampusIMTTask.java class CampusIMTTask (line 17) | @Configuration method updateUserMinuteBatch (line 31) | @Async method getTravelRewardBatch (line 41) | @Async method reservationBatchTask (line 51) | @Async method refresh (line 59) | @Async method appointmentResults (line 75) | @Async FILE: doc/sql/campus_imaotai-1.0.5.sql type `i_item` (line 12) | CREATE TABLE `i_item` ( type `i_log` (line 31) | CREATE TABLE `i_log` ( type `i_shop` (line 46) | CREATE TABLE `i_shop` ( type `i_user` (line 71) | CREATE TABLE `i_user` ( type `sys_config` (line 104) | CREATE TABLE `sys_config` ( type `sys_dict_data` (line 147) | CREATE TABLE `sys_dict_data` ( type `sys_dict_type` (line 189) | CREATE TABLE `sys_dict_type` ( type `sys_log_login` (line 220) | CREATE TABLE `sys_log_login` ( type `sys_log_oper` (line 245) | CREATE TABLE `sys_log_oper` ( type `sys_menu` (line 273) | CREATE TABLE `sys_menu` ( type `sys_resource` (line 397) | CREATE TABLE `sys_resource` ( type `sys_role` (line 428) | CREATE TABLE `sys_role` ( type `sys_role_menu` (line 457) | CREATE TABLE `sys_role_menu` ( type `sys_role_resource` (line 494) | CREATE TABLE `sys_role_resource` ( type `sys_user` (line 520) | CREATE TABLE `sys_user` ( type `sys_user_role` (line 555) | CREATE TABLE `sys_user_role` ( FILE: vue_campus_admin/src/api/imt/item.js function listItem (line 4) | function listItem() { function refreshItem (line 14) | function refreshItem(itemId) { FILE: vue_campus_admin/src/api/imt/log.js function list (line 4) | function list(query) { function delOperlog (line 13) | function delOperlog(operId) { function cleanOperlog (line 21) | function cleanOperlog() { FILE: vue_campus_admin/src/api/imt/shop.js function listShop (line 4) | function listShop(query) { function refreshShop (line 13) | function refreshShop() { FILE: vue_campus_admin/src/api/imt/user.js function reservation (line 5) | function reservation(mobile) { function travelReward (line 13) | function travelReward(mobile) { function sendCode (line 23) | function sendCode(mobile, deviceId) { function login (line 32) | function login(mobile, code, deviceId) { function listUser (line 41) | function listUser(query) { function getUser (line 50) | function getUser(mobile) { function addUser (line 58) | function addUser(data) { function updateUser (line 67) | function updateUser(data) { function delUser (line 76) | function delUser(mobile) { FILE: vue_campus_admin/src/api/login.js function login (line 4) | function login(username, password, code, uuid) { function register (line 22) | function register(data) { function getInfo (line 34) | function getInfo() { function logout (line 42) | function logout() { function getCodeImg (line 50) | function getCodeImg() { FILE: vue_campus_admin/src/api/monitor/cache.js function getCache (line 4) | function getCache() { function listCacheName (line 12) | function listCacheName() { function listCacheKey (line 20) | function listCacheKey(cacheName) { function getCacheValue (line 28) | function getCacheValue(cacheName, cacheKey) { function clearCacheName (line 36) | function clearCacheName(cacheName) { function clearCacheKey (line 44) | function clearCacheKey(cacheKey) { function clearCacheAll (line 52) | function clearCacheAll() { FILE: vue_campus_admin/src/api/monitor/job.js function listJob (line 4) | function listJob(query) { function getJob (line 13) | function getJob(jobId) { function addJob (line 21) | function addJob(data) { function updateJob (line 30) | function updateJob(data) { function delJob (line 39) | function delJob(jobId) { function changeJobStatus (line 47) | function changeJobStatus(jobId, status) { function runJob (line 61) | function runJob(jobId, jobGroup) { FILE: vue_campus_admin/src/api/monitor/jobLog.js function listJobLog (line 4) | function listJobLog(query) { function delJobLog (line 13) | function delJobLog(jobLogId) { function cleanJobLog (line 21) | function cleanJobLog() { FILE: vue_campus_admin/src/api/monitor/logininfor.js function list (line 4) | function list(query) { function delLogininfor (line 13) | function delLogininfor(infoId) { function unlockLogininfor (line 21) | function unlockLogininfor(userName) { function cleanLogininfor (line 29) | function cleanLogininfor() { FILE: vue_campus_admin/src/api/monitor/online.js function list (line 4) | function list(query) { function forceLogout (line 13) | function forceLogout(tokenId) { FILE: vue_campus_admin/src/api/monitor/operlog.js function list (line 4) | function list(query) { function delOperlog (line 13) | function delOperlog(operId) { function cleanOperlog (line 21) | function cleanOperlog() { FILE: vue_campus_admin/src/api/monitor/server.js function getServer (line 4) | function getServer() { FILE: vue_campus_admin/src/api/system/config.js function listConfig (line 4) | function listConfig(query) { function getConfig (line 13) | function getConfig(configId) { function getConfigKey (line 21) | function getConfigKey(configKey) { function addConfig (line 29) | function addConfig(data) { function updateConfig (line 38) | function updateConfig(data) { function delConfig (line 47) | function delConfig(configId) { function refreshCache (line 55) | function refreshCache() { FILE: vue_campus_admin/src/api/system/dept.js function listDept (line 4) | function listDept(query) { function listDeptExcludeChild (line 13) | function listDeptExcludeChild(deptId) { function getDept (line 21) | function getDept(deptId) { function addDept (line 29) | function addDept(data) { function updateDept (line 38) | function updateDept(data) { function delDept (line 47) | function delDept(deptId) { FILE: vue_campus_admin/src/api/system/dict/data.js function listData (line 4) | function listData(query) { function getData (line 13) | function getData(dictCode) { function getDicts (line 21) | function getDicts(dictType) { function addData (line 29) | function addData(data) { function updateData (line 38) | function updateData(data) { function delData (line 47) | function delData(dictCode) { FILE: vue_campus_admin/src/api/system/dict/type.js function listType (line 4) | function listType(query) { function getType (line 13) | function getType(dictId) { function addType (line 21) | function addType(data) { function updateType (line 30) | function updateType(data) { function delType (line 39) | function delType(dictId) { function refreshCache (line 47) | function refreshCache() { function optionselect (line 55) | function optionselect() { FILE: vue_campus_admin/src/api/system/index.js function getVersion (line 4) | function getVersion() { FILE: vue_campus_admin/src/api/system/menu.js function listMenu (line 4) | function listMenu(query) { function getMenu (line 13) | function getMenu(menuId) { function treeselect (line 21) | function treeselect() { function roleMenuTreeselect (line 29) | function roleMenuTreeselect(roleId) { function addMenu (line 37) | function addMenu(data) { function updateMenu (line 46) | function updateMenu(data) { function delMenu (line 55) | function delMenu(menuId) { FILE: vue_campus_admin/src/api/system/notice.js function listNotice (line 4) | function listNotice(query) { function getNotice (line 13) | function getNotice(noticeId) { function addNotice (line 21) | function addNotice(data) { function updateNotice (line 30) | function updateNotice(data) { function delNotice (line 39) | function delNotice(noticeId) { FILE: vue_campus_admin/src/api/system/post.js function listPost (line 4) | function listPost(query) { function getPost (line 13) | function getPost(postId) { function addPost (line 21) | function addPost(data) { function updatePost (line 30) | function updatePost(data) { function delPost (line 39) | function delPost(postId) { FILE: vue_campus_admin/src/api/system/resource.js function roleResourceTreeselect (line 5) | function roleResourceTreeselect(roleId) { function editRoleResource (line 12) | function editRoleResource(data) { FILE: vue_campus_admin/src/api/system/role.js function listRole (line 4) | function listRole(query) { function getRole (line 13) | function getRole(roleId) { function addRole (line 21) | function addRole(data) { function updateRole (line 30) | function updateRole(data) { function dataScope (line 39) | function dataScope(data) { function changeRoleStatus (line 48) | function changeRoleStatus(roleId, status) { function delRole (line 61) | function delRole(roleId) { function allocatedUserList (line 69) | function allocatedUserList(query) { function unallocatedUserList (line 78) | function unallocatedUserList(query) { function authUserCancel (line 87) | function authUserCancel(data) { function authUserCancelAll (line 96) | function authUserCancelAll(data) { function authUserSelectAll (line 105) | function authUserSelectAll(data) { function deptTreeSelect (line 114) | function deptTreeSelect(roleId) { FILE: vue_campus_admin/src/api/system/user.js function listUser (line 5) | function listUser(query) { function getUser (line 14) | function getUser(userId) { function addUser (line 22) | function addUser(data) { function updateUser (line 31) | function updateUser(data) { function delUser (line 40) | function delUser(userId) { function resetUserPwd (line 48) | function resetUserPwd(userId, password) { function changeUserStatus (line 61) | function changeUserStatus(userId, status) { function getUserProfile (line 74) | function getUserProfile() { function updateUserProfile (line 82) | function updateUserProfile(data) { function updateUserPwd (line 91) | function updateUserPwd(oldPassword, newPassword) { function uploadAvatar (line 104) | function uploadAvatar(data) { function getAuthRole (line 113) | function getAuthRole(userId) { function updateAuthRole (line 121) | function updateAuthRole(data) { FILE: vue_campus_admin/src/api/tool/gen.js function listTable (line 4) | function listTable(query) { function listDbTable (line 12) | function listDbTable(query) { function getGenTable (line 21) | function getGenTable(tableId) { function updateGenTable (line 29) | function updateGenTable(data) { function importTable (line 38) | function importTable(data) { function previewTable (line 47) | function previewTable(tableId) { function delTable (line 55) | function delTable(tableId) { function genCode (line 63) | function genCode(tableName) { function synchDb (line 71) | function synchDb(tableName) { FILE: vue_campus_admin/src/components/DictData/index.js function searchDictByKey (line 6) | function searchDictByKey(dict, key) { function install (line 21) | function install() { FILE: vue_campus_admin/src/directive/dialog/drag.js method bind (line 7) | bind(el, binding, vnode, oldVnode) { FILE: vue_campus_admin/src/directive/dialog/dragHeight.js method bind (line 7) | bind(el) { FILE: vue_campus_admin/src/directive/dialog/dragWidth.js method bind (line 7) | bind(el) { FILE: vue_campus_admin/src/directive/module/clipboard.js method bind (line 8) | bind(el, binding, vnode) { method update (line 33) | update(el, binding) { method unbind (line 43) | unbind(el, binding) { FILE: vue_campus_admin/src/directive/permission/hasPermi.js method inserted (line 9) | inserted(el, binding, vnode) { FILE: vue_campus_admin/src/directive/permission/hasRole.js method inserted (line 9) | inserted(el, binding, vnode) { FILE: vue_campus_admin/src/layout/components/Sidebar/FixiOSBug.js method device (line 3) | device() { method mounted (line 7) | mounted() { method fixBugIniOS (line 12) | fixBugIniOS() { FILE: vue_campus_admin/src/layout/mixin/ResizeHandler.js constant WIDTH (line 4) | const WIDTH = 992 // refer to Bootstrap's responsive design method $route (line 8) | $route(route) { method beforeMount (line 14) | beforeMount() { method beforeDestroy (line 17) | beforeDestroy() { method mounted (line 20) | mounted() { method $_isMobile (line 30) | $_isMobile() { method $_resizeHandler (line 34) | $_resizeHandler() { FILE: vue_campus_admin/src/plugins/auth.js function authPermission (line 3) | function authPermission(permission) { function authRole (line 15) | function authRole(role) { method hasPermi (line 29) | hasPermi(permission) { method hasPermiOr (line 33) | hasPermiOr(permissions) { method hasPermiAnd (line 39) | hasPermiAnd(permissions) { method hasRole (line 45) | hasRole(role) { method hasRoleOr (line 49) | hasRoleOr(roles) { method hasRoleAnd (line 55) | hasRoleAnd(roles) { FILE: vue_campus_admin/src/plugins/cache.js method set (line 2) | set (key, value) { method get (line 10) | get (key) { method setJSON (line 19) | setJSON (key, jsonValue) { method getJSON (line 24) | getJSON (key) { method remove (line 30) | remove (key) { method set (line 35) | set (key, value) { method get (line 43) | get (key) { method setJSON (line 52) | setJSON (key, jsonValue) { method getJSON (line 57) | getJSON (key) { method remove (line 63) | remove (key) { FILE: vue_campus_admin/src/plugins/download.js method name (line 11) | name(name, isDelete = true) { method resource (line 28) | resource(resource) { method zip (line 45) | zip(url, name) { method saveAs (line 62) | saveAs(text, name, opts) { method printErrMsg (line 65) | async printErrMsg(data) { FILE: vue_campus_admin/src/plugins/index.js method install (line 8) | install(Vue) { FILE: vue_campus_admin/src/plugins/modal.js method msg (line 7) | msg(content) { method msgError (line 11) | msgError(content) { method msgSuccess (line 15) | msgSuccess(content) { method msgWarning (line 19) | msgWarning(content) { method alert (line 23) | alert(content) { method alertError (line 27) | alertError(content) { method alertSuccess (line 31) | alertSuccess(content) { method alertWarning (line 35) | alertWarning(content) { method notify (line 39) | notify(content) { method notifyError (line 43) | notifyError(content) { method notifySuccess (line 47) | notifySuccess(content) { method notifyWarning (line 51) | notifyWarning(content) { method confirm (line 55) | confirm(content) { method prompt (line 63) | prompt(content) { method loading (line 71) | loading(content) { method closeLoading (line 80) | closeLoading() { FILE: vue_campus_admin/src/plugins/tab.js method refreshPage (line 6) | refreshPage(obj) { method closeOpenPage (line 26) | closeOpenPage(obj) { method closePage (line 33) | closePage(obj) { method closeAllPage (line 42) | closeAllPage() { method closeLeftPage (line 46) | closeLeftPage(obj) { method closeRightPage (line 50) | closeRightPage(obj) { method closeOtherPage (line 54) | closeOtherPage(obj) { method openPage (line 58) | openPage(title, url, params) { method updatePage (line 64) | updatePage(obj) { FILE: vue_campus_admin/src/store/modules/app.js method toggleSideBar (line 44) | toggleSideBar({ commit }) { method closeSideBar (line 47) | closeSideBar({ commit }, { withoutAnimation }) { method toggleDevice (line 50) | toggleDevice({ commit }, device) { method setSize (line 53) | setSize({ commit }, size) { method toggleSideBarHide (line 56) | toggleSideBarHide({ commit }, status) { FILE: vue_campus_admin/src/store/modules/dict.js method setDict (line 31) | setDict({ commit }, data) { method removeDict (line 35) | removeDict({ commit }, key) { method cleanDict (line 39) | cleanDict({ commit }) { FILE: vue_campus_admin/src/store/modules/permission.js method GenerateRoutes (line 33) | GenerateRoutes({ commit }) { function filterAsyncRouter (line 56) | function filterAsyncRouter(asyncRouterMap, lastRouter = false, type = fa... function filterChildren (line 83) | function filterChildren(childrenMap, lastRouter = false) { function filterDynamicRoutes (line 108) | function filterDynamicRoutes(routes) { FILE: vue_campus_admin/src/store/modules/settings.js method changeSetting (line 27) | changeSetting({ commit }, data) { method setTitle (line 31) | setTitle({ commit }, title) { FILE: vue_campus_admin/src/store/modules/tagsView.js method addView (line 121) | addView({ dispatch }, view) { method addIframeView (line 125) | addIframeView({ commit }, view) { method addVisitedView (line 128) | addVisitedView({ commit }, view) { method addCachedView (line 131) | addCachedView({ commit }, view) { method delView (line 134) | delView({ dispatch, state }, view) { method delVisitedView (line 144) | delVisitedView({ commit, state }, view) { method delIframeView (line 150) | delIframeView({ commit, state }, view) { method delCachedView (line 156) | delCachedView({ commit, state }, view) { method delOthersViews (line 162) | delOthersViews({ dispatch, state }, view) { method delOthersVisitedViews (line 172) | delOthersVisitedViews({ commit, state }, view) { method delOthersCachedViews (line 178) | delOthersCachedViews({ commit, state }, view) { method delAllViews (line 184) | delAllViews({ dispatch, state }, view) { method delAllVisitedViews (line 194) | delAllVisitedViews({ commit, state }) { method delAllCachedViews (line 200) | delAllCachedViews({ commit, state }) { method updateVisitedView (line 206) | updateVisitedView({ commit }, view) { method delRightTags (line 209) | delRightTags({ commit }, view) { method delLeftTags (line 215) | delLeftTags({ commit }, view) { FILE: vue_campus_admin/src/store/modules/user.js method Login (line 33) | Login({ commit }, userInfo) { method GetInfo (line 50) | GetInfo({ commit, state }) { method LogOut (line 75) | LogOut({ commit, state }) { method FedLogOut (line 90) | FedLogOut({ commit }) { FILE: vue_campus_admin/src/utils/auth.js function getToken (line 5) | function getToken() { function setToken (line 9) | function setToken(token) { function removeToken (line 13) | function removeToken() { FILE: vue_campus_admin/src/utils/crypto.js method set (line 9) | set(word, keyStr) { method get (line 23) | get(word, keyStr) { FILE: vue_campus_admin/src/utils/dict/Dict.js constant DEFAULT_DICT_OPTIONS (line 6) | const DEFAULT_DICT_OPTIONS = { class Dict (line 16) | class Dict { method constructor (line 17) | constructor() { method init (line 23) | init(options) { method reloadDict (line 49) | reloadDict(type) { function loadDict (line 64) | function loadDict(dict, dictMeta) { FILE: vue_campus_admin/src/utils/dict/DictConverter.js function determineDictField (line 15) | function determineDictField(dict, ...fields) { FILE: vue_campus_admin/src/utils/dict/DictData.js class DictData (line 7) | class DictData { method constructor (line 8) | constructor(label, value, raw) { FILE: vue_campus_admin/src/utils/dict/DictMeta.js class DictMeta (line 11) | class DictMeta { method constructor (line 12) | constructor(options) { FILE: vue_campus_admin/src/utils/dict/DictOptions.js function responseConverter (line 38) | function responseConverter(response, dictMeta) { function mergeOptions (line 47) | function mergeOptions(src) { FILE: vue_campus_admin/src/utils/dict/index.js method data (line 7) | data() { method created (line 17) | created() { FILE: vue_campus_admin/src/utils/generator/css.js function addCss (line 6) | function addCss(cssList, el) { function makeUpCss (line 14) | function makeUpCss(conf) { FILE: vue_campus_admin/src/utils/generator/html.js function dialogWrapper (line 7) | function dialogWrapper(str) { function vueTemplate (line 17) | function vueTemplate(str) { function vueScript (line 25) | function vueScript(str) { function cssStyle (line 31) | function cssStyle(cssStr) { function buildFormTemplate (line 37) | function buildFormTemplate(conf, child, type) { function buildFromBtns (line 55) | function buildFromBtns(conf, type) { function colWrapper (line 72) | function colWrapper(element, str) { method colFormItem (line 82) | colFormItem(element) { method rowFormItem (line 95) | rowFormItem(element) { function attrBuilder (line 277) | function attrBuilder(el) { function buildElButtonChild (line 288) | function buildElButtonChild(conf) { function buildElInputChild (line 297) | function buildElInputChild(conf) { function buildElSelectChild (line 308) | function buildElSelectChild(conf) { function buildElRadioGroupChild (line 316) | function buildElRadioGroupChild(conf) { function buildElCheckboxGroupChild (line 326) | function buildElCheckboxGroupChild(conf) { function buildElUploadChild (line 336) | function buildElUploadChild(conf) { function makeUpHtml (line 344) | function makeUpHtml(conf, type) { FILE: vue_campus_admin/src/utils/generator/js.js function makeUpJs (line 17) | function makeUpJs(conf, type) { function buildAttributes (line 44) | function buildAttributes(el, dataList, ruleList, optionsList, methodList... function mixinMethod (line 79) | function mixinMethod(type) { function buildData (line 120) | function buildData(conf, dataList) { function buildRules (line 131) | function buildRules(conf, ruleList) { function buildOptions (line 152) | function buildOptions(conf, optionsList) { function buildProps (line 159) | function buildProps(conf, propsList) { function buildBeforeUpload (line 169) | function buildBeforeUpload(conf) { function buildSubmitUpload (line 194) | function buildSubmitUpload(conf) { function buildOptionMethod (line 201) | function buildOptionMethod(methodName, model, methodList) { function buildexport (line 209) | function buildexport(conf, type, data, rules, selectOptions, uploadVar, ... FILE: vue_campus_admin/src/utils/generator/render.js function vModel (line 20) | function vModel(self, dataObject, defaultValue) { method default (line 30) | default(h, conf, key) { method prepend (line 35) | prepend(h, conf, key) { method append (line 38) | append(h, conf, key) { method options (line 43) | options(h, conf, key) { method options (line 52) | options(h, conf, key) { method options (line 62) | options(h, conf, key) { method render (line 91) | render(h) { FILE: vue_campus_admin/src/utils/index.js function formatDate (line 6) | function formatDate(cellValue) { function formatTime (line 23) | function formatTime(time, option) { function getQueryObject (line 65) | function getQueryObject(url) { function byteLength (line 84) | function byteLength(str) { function cleanArray (line 100) | function cleanArray(actual) { function param (line 114) | function param(json) { function param2Obj (line 128) | function param2Obj(url) { function html2Text (line 150) | function html2Text(val) { function objectMerge (line 162) | function objectMerge(target, source) { function toggleClass (line 184) | function toggleClass(element, className) { function getTime (line 204) | function getTime(type) { function debounce (line 218) | function debounce(func, wait, immediate) { function deepClone (line 260) | function deepClone(source) { function uniqueArr (line 279) | function uniqueArr(arr) { function createUniqueString (line 286) | function createUniqueString() { function hasClass (line 298) | function hasClass(ele, cls) { function addClass (line 307) | function addClass(ele, cls) { function removeClass (line 316) | function removeClass(ele, cls) { function makeMap (line 323) | function makeMap(str, expectsLowerCase) { function titleCase (line 378) | function titleCase(str) { function camelCase (line 383) | function camelCase(str) { function isNumberStr (line 387) | function isNumberStr(str) { FILE: vue_campus_admin/src/utils/jsencrypt.js function encrypt (line 18) | function encrypt(txt) { function decrypt (line 25) | function decrypt(txt) { FILE: vue_campus_admin/src/utils/permission.js function checkPermi (line 8) | function checkPermi(value) { function checkRole (line 33) | function checkRole(value) { FILE: vue_campus_admin/src/utils/request.js function download (line 133) | function download(url, params, filename, config) { FILE: vue_campus_admin/src/utils/ruoyi.js function parseTime (line 9) | function parseTime(time, pattern) { function resetForm (line 50) | function resetForm(refName) { function addDateRange (line 57) | function addDateRange(params, dateRange, propName) { function selectDictLabel (line 72) | function selectDictLabel(datas, value) { function selectDictLabels (line 90) | function selectDictLabels(datas, value, separator) { function sprintf (line 113) | function sprintf(str) { function parseStrEmpty (line 127) | function parseStrEmpty(str) { function mergeRecursive (line 135) | function mergeRecursive(source, target) { function handleTree (line 157) | function handleTree(data, id, parentId, children) { function tansParams (line 205) | function tansParams(params) { function blobValidate (line 228) | async function blobValidate(data) { FILE: vue_campus_admin/src/utils/scroll-to.js function move (line 19) | function move(amount) { function position (line 25) | function position() { function scrollTo (line 34) | function scrollTo(to, duration, callback) { FILE: vue_campus_admin/src/utils/validate.js function isExternal (line 5) | function isExternal(path) { function validUsername (line 13) | function validUsername(str) { function validURL (line 22) | function validURL(url) { function validLowerCase (line 31) | function validLowerCase(str) { function validUpperCase (line 40) | function validUpperCase(str) { function validAlphabets (line 49) | function validAlphabets(str) { function validEmail (line 58) | function validEmail(email) { function isString (line 67) | function isString(str) { function isArray (line 78) | function isArray(arg) { FILE: vue_campus_admin/src/views/dashboard/mixins/resize.js method data (line 4) | data() { method mounted (line 10) | mounted() { method activated (line 13) | activated() { method beforeDestroy (line 22) | beforeDestroy() { method deactivated (line 25) | deactivated() { method $_sidebarResizeHandler (line 31) | $_sidebarResizeHandler(e) { method initListener (line 36) | initListener() { method destroyListener (line 45) | destroyListener() { method resize (line 51) | resize() { FILE: vue_campus_admin/vue.config.js function resolve (line 4) | function resolve(dir) { method chainWebpack (line 72) | chainWebpack(config) {