Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractDictMap - Class in com.runrunfast.meike.core.common.constant.dictmap.base
字典映射抽象类
AbstractDictMap() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
AbstractGeneratorConfig - Class in com.runrunfast.meike.generator.action.config
代码生成的抽象配置
AbstractGeneratorConfig() - Constructor for class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
 
AbstractTemplateEngine - Class in com.runrunfast.meike.generator.engine.base
模板生成父类
AbstractTemplateEngine() - Constructor for class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
account - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
账号
accountLocked(DisabledAccountException, Model) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
账号被冻结异常
add(CompanyMemberInfoVO) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
新增未注册员工
add(AgentBook) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
新增预约看房
add(Agent) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
新增经纪人/新增
add(AgentShare) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
新增分享房源
add(Appointment) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
新增租客留言
add(AnnouncementReqVO) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
新增消息管理
add(Banner) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
新增首页轮播图管理
add(Material) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
新增内容素材
add(CompanyEditVO) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
新增
add(Device) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
新增门禁
add(Information) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
新增资讯管理
add(Project) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
新增项目管理
add(RepairRequest) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
新增repair
add(BUser) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
新增内容客服
add(Building) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
新增写字楼管理
add(Space) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
新增发布房源
add(Suggestion) - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
新增投诉与建议
add(UserInfoVO) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
新增用户信息
add(AppVersion) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
新增内容APP版本
add(Dept) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
新增部门
add(String, String) - Method in class com.runrunfast.meike.modular.system.controller.DictController
新增字典
add(Menu, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
新增菜单
add(OperationLog) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
新增
add(Role, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
角色新增
add(UserDto, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
添加管理员
addAll(T[]...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将多个数组合并在一起
忽略null的数组
addCompany(CompanyEditVO) - Method in interface com.runrunfast.meike.service.CompanyService
新建企业信息(包括企业管理员帐号)
addCompany(CompanyEditVO) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
addCompanyMember(CompanyMemberInfoVO, Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
addCompanyMember(CompanyMemberInfoVO, Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
addDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
添加设备
addDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
添加设备
addDevice(JSONObject) - Method in interface com.runrunfast.meike.service.LingLingLockService
添加设备
addDevice(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
添加设备
addDict(String, String) - Method in interface com.runrunfast.meike.service.DictService
添加字典
addDict(String, String) - Method in class com.runrunfast.meike.service.impl.DictServiceImpl
 
addLimitQrCode(String, String, int) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
 
addLimitQrCode(String, String, int) - Method in interface com.runrunfast.meike.service.SmartLockService
生成业主二维码
addOwnerQrCode(String, String) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
生成二维码
addOwnerQrCode(String, String) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
生成二维码
addOwnerQrCode(String, String) - Method in interface com.runrunfast.meike.service.LingLingLockService
生成业主二维码
addOwnerQrCode(String, String) - Method in interface com.runrunfast.meike.service.SmartLockService
生成业主二维码
ADDPAGE - Variable in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
addPrefixIfNot(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
如果给定字符串不是以prefix开头的,在开头补充 prefix
addPrefixIfNot(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
如果给定字符串不是以prefix开头的,在开头补充 prefix
addResourceHandlers(ResourceHandlerRegistry) - Method in class com.runrunfast.meike.config.web.WebConfig
增加swagger的支持
addSmartLock(Device) - Method in interface com.runrunfast.meike.service.DeviceService
 
addSmartLock(Device) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
addSuffixIfNot(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
如果给定字符串不是以suffix结尾的,在尾部补充 suffix
addSuffixIfNot(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
如果给定字符串不是以suffix结尾的,在尾部补充 suffix
addView() - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到查看管理员列表的页面
ADMIN_ID - Static variable in interface com.runrunfast.meike.core.common.constant.Const
管理员id
ADMIN_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.Const
管理员角色的名字
ADMIN_ROLE_ID - Static variable in interface com.runrunfast.meike.core.common.constant.Const
超级管理员角色id
age(Date, Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
计算相对于dateToCompare的年龄,长用于计算指定生日在某年的年龄
Agent - Class in com.runrunfast.meike.entity
经纪人信息表
Agent() - Constructor for class com.runrunfast.meike.entity.Agent
 
agentAdd() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
跳转到添加经纪人/新增
agentAuditIndex() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
跳转到经纪人通过审核/新增首页
AgentBook - Class in com.runrunfast.meike.entity
AgentBook() - Constructor for class com.runrunfast.meike.entity.AgentBook
 
agentBookAdd() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
跳转到添加预约看房
AgentBookController - Class in com.runrunfast.meike.modular.operation.controller.agent
预约看房控制器
AgentBookController() - Constructor for class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
 
AgentBookMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
AgentBookNumVO - Class in com.runrunfast.meike.vo
〈〉
AgentBookNumVO() - Constructor for class com.runrunfast.meike.vo.AgentBookNumVO
 
AgentBookService - Interface in com.runrunfast.meike.service
服务类
AgentBookServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
AgentBookServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AgentBookServiceImpl
 
agentBookUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
跳转到修改预约看房
AgentBookVO - Class in com.runrunfast.meike.vo
〈一句话功能简述〉
〈〉
AgentBookVO() - Constructor for class com.runrunfast.meike.vo.AgentBookVO
 
AgentController - Class in com.runrunfast.meike.modular.operation.controller.agent
经纪人待审核/新增控制器
AgentController() - Constructor for class com.runrunfast.meike.modular.operation.controller.agent.AgentController
 
AgentMapper - Interface in com.runrunfast.meike.dao
经纪人信息表 Mapper 接口
agentPendingIndex() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
跳转到经纪人待审核/新增首页
agentRefused(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
跳转到发送拒绝消息界面
AgentReqVO - Class in com.runrunfast.meike.vo
〈〉
AgentReqVO() - Constructor for class com.runrunfast.meike.vo.AgentReqVO
 
AgentService - Interface in com.runrunfast.meike.service
经纪人信息表 服务类
AgentServiceImpl - Class in com.runrunfast.meike.service.impl
经纪人信息表 服务实现类
AgentServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AgentServiceImpl
 
AgentShare - Class in com.runrunfast.meike.entity
AgentShare() - Constructor for class com.runrunfast.meike.entity.AgentShare
 
agentShareAdd() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
跳转到添加分享房源
agentShareByType(String, String) - Method in interface com.runrunfast.meike.dao.AgentShareMapper
经纪人每个房源每个分享类型次数统计
agentShareByType(String, String) - Method in interface com.runrunfast.meike.service.AgentShareService
经纪人每个房源分享次数统计
agentShareByType(String, String) - Method in class com.runrunfast.meike.service.impl.AgentShareServiceImpl
 
AgentShareController - Class in com.runrunfast.meike.modular.operation.controller.agent
分享房源控制器
AgentShareController() - Constructor for class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
 
AgentShareGroupVO - Class in com.runrunfast.meike.vo
〈〉
AgentShareGroupVO() - Constructor for class com.runrunfast.meike.vo.AgentShareGroupVO
 
AgentShareMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
AgentShareService - Interface in com.runrunfast.meike.service
服务类
AgentShareServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
AgentShareServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AgentShareServiceImpl
 
agentShareUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
跳转到修改分享房源
agentTobookNumList() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
经纪人对应预约列表
agentUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
跳转到修改经纪人/新增
AgentVO - Class in com.runrunfast.meike.vo
〈〉
AgentVO() - Constructor for class com.runrunfast.meike.vo.AgentVO
 
ageOfNow(String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
生日转为年龄,计算法定年龄
ageOfNow(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
生日转为年龄,计算法定年龄
AliyunOSSClient - Class in com.runrunfast.meike.core.oss
〈〉
AliyunOSSClient() - Constructor for class com.runrunfast.meike.core.oss.AliyunOSSClient
 
AliYunOssController - Class in com.runrunfast.meike.modular.system.controller
 
AliYunOssController() - Constructor for class com.runrunfast.meike.modular.system.controller.AliYunOssController
 
AndroidNotification - Class in com.runrunfast.meike.core.push
 
AndroidNotification() - Constructor for class com.runrunfast.meike.core.push.AndroidNotification
 
AndroidNotification.AfterOpenAction - Enum in com.runrunfast.meike.core.push
 
AndroidNotification.DisplayType - Enum in com.runrunfast.meike.core.push
 
AndroidUnicast - Class in com.runrunfast.meike.core.push.android
Android单播消息推送
AndroidUnicast(String, String) - Constructor for class com.runrunfast.meike.core.push.android.AndroidUnicast
 
AnnoDict - Class in com.runrunfast.meike.core.common.constant.dictmap
〈〉
AnnoDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.AnnoDict
 
Announcement - Class in com.runrunfast.meike.entity
Announcement() - Constructor for class com.runrunfast.meike.entity.Announcement
 
AnnouncementController - Class in com.runrunfast.meike.modular.operation.controller
消息管理控制器
AnnouncementController() - Constructor for class com.runrunfast.meike.modular.operation.controller.AnnouncementController
 
AnnouncementMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
AnnouncementReqVO - Class in com.runrunfast.meike.vo
〈〉
AnnouncementReqVO() - Constructor for class com.runrunfast.meike.vo.AnnouncementReqVO
 
AnnouncementService - Interface in com.runrunfast.meike.service
服务类
AnnouncementServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
AnnouncementServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AnnouncementServiceImpl
 
API_MENU_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.Const
接口文档的菜单名
ApiMenuFilter - Class in com.runrunfast.meike.core.util
api接口文档显示过滤
ApiMenuFilter() - Constructor for class com.runrunfast.meike.core.util.ApiMenuFilter
 
append(T[], T) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将新元素添加到已有数组中
添加新元素会生成一个新的数组,不影响原数组
appMasterSecret - Variable in class com.runrunfast.meike.core.push.UmengNotification
 
Appointment - Class in com.runrunfast.meike.entity
Appointment() - Constructor for class com.runrunfast.meike.entity.Appointment
 
appointmentAdd() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
跳转到添加租客留言
AppointmentController - Class in com.runrunfast.meike.modular.operation.controller.agent
租客留言控制器
AppointmentController() - Constructor for class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
 
AppointmentMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
AppointmentService - Interface in com.runrunfast.meike.service
服务类
AppointmentServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
AppointmentServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AppointmentServiceImpl
 
appointmentUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
跳转到修改租客留言
AppVersion - Class in com.runrunfast.meike.entity
APP版本更新数据
AppVersion() - Constructor for class com.runrunfast.meike.entity.AppVersion
 
AppVersionMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
AppVersionService - Interface in com.runrunfast.meike.service
 
AppVersionServiceImpl - Class in com.runrunfast.meike.service.impl
 
AppVersionServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.AppVersionServiceImpl
 
APS_KEYS - Static variable in class com.runrunfast.meike.core.push.IOSNotification
 
around(ProceedingJoinPoint) - Method in class com.runrunfast.meike.core.mutidatasource.aop.MultiSourceExAop
 
ATTR_SPLIT - Static variable in class com.runrunfast.meike.core.constant.MutiStrFactory
属性之间的分隔符
audit(Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
通过审核
auditList(AgentReqVO) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
获取通过审核经纪人/新增列表
AUserWarpper - Class in com.runrunfast.meike.modular.operation.warpper
〈〉
AUserWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.operation.warpper.AUserWarpper
 
authenticated() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
已认证通过的用户。不包含已记住的用户,这是与user标签的区别所在。与notAuthenticated搭配使用
authorizationAttributeSourceAdvisor(DefaultWebSecurityManager) - Method in class com.runrunfast.meike.config.web.ShiroConfig
启用shiro授权注解拦截方式,AOP式方法级权限检查

B

BACKSLASH - Static variable in class com.runrunfast.meike.core.support.StrKit
 
BACKSLASH - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
Banner - Class in com.runrunfast.meike.entity
轮播图
Banner() - Constructor for class com.runrunfast.meike.entity.Banner
 
bannerAdd() - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
跳转到添加首页轮播图管理
BannerController - Class in com.runrunfast.meike.modular.operation.controller.appManager
首页轮播图管理控制器
BannerController() - Constructor for class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
 
BannerMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
BannerService - Interface in com.runrunfast.meike.service
服务类
BannerServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
BannerServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.BannerServiceImpl
 
bannerUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
跳转到修改首页轮播图管理
BaseCacheFactory - Class in com.runrunfast.meike.core.cache
缓存工厂基类
BaseCacheFactory() - Constructor for class com.runrunfast.meike.core.cache.BaseCacheFactory
 
BaseController - Class in com.runrunfast.meike.core.base.controller
 
BaseController() - Constructor for class com.runrunfast.meike.core.base.controller.BaseController
 
BaseControllerWarpper - Class in com.runrunfast.meike.core.base.warpper
控制器查询结果的包装类基类
BaseControllerWarpper(Object) - Constructor for class com.runrunfast.meike.core.base.warpper.BaseControllerWarpper
 
BaseTip - Class in com.runrunfast.meike.core.base.tips
返回给前台的提示(最终转化为json形式)
BaseTip() - Constructor for class com.runrunfast.meike.core.base.tips.BaseTip
 
BasicType - Enum in com.runrunfast.meike.core.support
基本变量类型的枚举
BeanKit - Class in com.runrunfast.meike.core.support
Bean工具类
BeanKit() - Constructor for class com.runrunfast.meike.core.support.BeanKit
 
BeanKit.CopyOptions - Class in com.runrunfast.meike.core.support
属性拷贝选项
包括:
1、限制的类或接口,必须为目标对象的实现接口或父类,用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
2、是否忽略空值,当源对象的值为null时,true: 忽略而不注入此值,false: 注入null
3、忽略的属性列表,设置一个属性列表,不拷贝这些属性值
BeanKit.ValueProvider - Interface in com.runrunfast.meike.core.support
值提供者,用于提供Bean注入时参数对应值得抽象接口
继承或匿名实例化此接口
在Bean注入过程中,Bean获得字段名,通过外部方式根据这个字段名查找相应的字段值,然后注入Bean
beanToMap(T) - Static method in class com.runrunfast.meike.core.support.BeanKit
对象转Map
beanToMap(T, boolean) - Static method in class com.runrunfast.meike.core.support.BeanKit
对象转Map
beanTypeAutoProxyCreator() - Method in class com.runrunfast.meike.config.web.WebConfig
druid数据库连接池监控
BEETLCONF_PREFIX - Static variable in class com.runrunfast.meike.config.properties.BeetlProperties
 
BeetlConfig - Class in com.runrunfast.meike.config.web
web 配置类
BeetlConfig() - Constructor for class com.runrunfast.meike.config.web.BeetlConfig
 
beetlConfiguration() - Method in class com.runrunfast.meike.config.web.BeetlConfig
beetl的配置
BeetlConfiguration - Class in com.runrunfast.meike.core.beetl
beetl拓展配置,绑定一些工具类,方便在模板中直接调用
BeetlConfiguration() - Constructor for class com.runrunfast.meike.core.beetl.BeetlConfiguration
 
BeetlProperties - Class in com.runrunfast.meike.config.properties
Beetl配置(如果需要配置别的配置可参照这个形式自己添加)
BeetlProperties() - Constructor for class com.runrunfast.meike.config.properties.BeetlProperties
 
beetlViewResolver() - Method in class com.runrunfast.meike.config.web.BeetlConfig
beetl的视图解析器
binary2Hex(String) - Static method in class com.runrunfast.meike.core.support.HexKit
2进制转16进制
binary2Hex(byte[]) - Static method in class com.runrunfast.meike.core.support.HexKit
将二进制转换成16进制
bindDeviceList(Integer) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
公司门禁列表
bindDevicePage(Integer, Model) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
跳转到绑定门禁列表
bindMember(Integer, Integer) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
绑定员工门禁权限
bindPage(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
 
bindSpace(Integer, Integer, String) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
 
bindSpacePage(Integer, Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
 
BizException - Exception in com.runrunfast.meike.core.exception
封装业务异常
BizException(ServiceExceptionEnum) - Constructor for exception com.runrunfast.meike.core.exception.BizException
 
BizException(Integer, String) - Constructor for exception com.runrunfast.meike.core.exception.BizException
 
BizExceptionEnum - Enum in com.runrunfast.meike.core.exception
异常枚举
BizLogType - Enum in com.runrunfast.meike.core.common.constant.state
业务日志类型
blackboard(Model) - Method in class com.runrunfast.meike.modular.code.CodeController
跳转到代码生成主页
blackboard(Model) - Method in class com.runrunfast.meike.modular.system.controller.BlackboardController
跳转到黑板
BlackboardController - Class in com.runrunfast.meike.modular.system.controller
总览信息
BlackboardController() - Constructor for class com.runrunfast.meike.modular.system.controller.BlackboardController
 
BODY_KEYS - Static variable in class com.runrunfast.meike.core.push.AndroidNotification
 
BookPushVO - Class in com.runrunfast.meike.vo
〈〉
BookPushVO() - Constructor for class com.runrunfast.meike.vo.BookPushVO
 
BookStatistical(Model) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
预约统计
bufferedReaderClose(BufferedReader) - Static method in class com.runrunfast.meike.core.util.StreamClose
 
build(List<MenuNode>) - Static method in class com.runrunfast.meike.core.util.ApiMenuFilter
 
builder() - Static method in class com.runrunfast.meike.core.support.StrKit
创建StringBuilder对象
builder(int) - Static method in class com.runrunfast.meike.core.support.StrKit
创建StringBuilder对象
builder(String...) - Static method in class com.runrunfast.meike.core.support.StrKit
创建StringBuilder对象
builder() - Static method in class com.runrunfast.meike.core.util.StrUtil
创建StringBuilder对象
builder(int) - Static method in class com.runrunfast.meike.core.util.StrUtil
创建StringBuilder对象
builder(String...) - Static method in class com.runrunfast.meike.core.util.StrUtil
创建StringBuilder对象
builder(String...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
创建StringBuilder对象
builder(StringBuilder, String...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
创建StringBuilder对象
Building - Class in com.runrunfast.meike.entity
大楼表(原biz_build)
Building() - Constructor for class com.runrunfast.meike.entity.Building
 
buildingAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
跳转到添加写字楼管理
BuildingController - Class in com.runrunfast.meike.modular.operation.controller.space
写字楼管理控制器
BuildingController() - Constructor for class com.runrunfast.meike.modular.operation.controller.space.BuildingController
 
buildingList() - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
BuildingMapper - Interface in com.runrunfast.meike.dao
大楼表(原biz_build) Mapper 接口
BuildingReqVO - Class in com.runrunfast.meike.vo
〈〉
BuildingReqVO() - Constructor for class com.runrunfast.meike.vo.BuildingReqVO
 
buildingService - Variable in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
BuildingService - Interface in com.runrunfast.meike.service
大楼表(原biz_build) 服务类
BuildingServiceImpl - Class in com.runrunfast.meike.service.impl
大楼表(原biz_build) 服务实现类
BuildingServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.BuildingServiceImpl
 
buildingToSpace(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
buildingUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
跳转到修改写字楼管理
buildingvacantnumlist() - Method in interface com.runrunfast.meike.dao.BuildingMapper
 
BuildingVO - Class in com.runrunfast.meike.vo
〈〉
BuildingVO() - Constructor for class com.runrunfast.meike.vo.BuildingVO
 
buildMenu(List<MenuNode>) - Static method in class com.runrunfast.meike.core.node.MenuNode
构建菜单列表
buildNodeTree(List<MenuNode>) - Method in class com.runrunfast.meike.core.node.MenuNode
构建整个菜单树
BUser - Class in com.runrunfast.meike.entity
后台用户
BUser() - Constructor for class com.runrunfast.meike.entity.BUser
 
BUserMapper - Interface in com.runrunfast.meike.dao
后台用户 Mapper 接口
BUserService - Interface in com.runrunfast.meike.service
后台用户 服务类
BUserServiceImpl - Class in com.runrunfast.meike.service.impl
后台用户 服务实现类
BUserServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.BUserServiceImpl
 
BussinessLog - Annotation Type in com.runrunfast.meike.core.common.annotion
标记需要做业务日志的方法
bussinessLog(Integer, String, String, String, String) - Static method in class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
byteBuffer(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
字符串转换为byteBuffer
byteBuffer(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
字符串转换为byteBuffer
bytes(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
编码字符串
bytes(String, Charset) - Static method in class com.runrunfast.meike.core.support.StrKit
编码字符串
bytes(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
编码字符串
bytes(String, Charset) - Static method in class com.runrunfast.meike.core.util.StrUtil
编码字符串

C

Cache - Interface in com.runrunfast.meike.core.common.constant.cache
所有缓存名称的集合
CacheKey - Interface in com.runrunfast.meike.core.common.constant.cache
缓存标识前缀集合,常用在ConstantFactory类中
CacheKit - Class in com.runrunfast.meike.core.cache
缓存工具类
CacheKit() - Constructor for class com.runrunfast.meike.core.cache.CacheKit
 
cacheManager(CacheManager) - Method in class com.runrunfast.meike.config.EhCacheConfig
EhCache的配置
caseInsensitiveMap(Map<String, Object>) - Static method in class com.runrunfast.meike.core.util.ToolUtil
map的key转为小写
changeDevicePassword(Integer, String) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
 
changePwd(Integer, String) - Method in interface com.runrunfast.meike.dao.BUserMapper
修改密码
changePwd(String, String, String) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
修改当前用户的密码
changePwd(Integer, String) - Method in interface com.runrunfast.meike.service.BUserService
修改密码
changePwd(Integer, String) - Method in class com.runrunfast.meike.service.impl.BUserServiceImpl
 
changeStatus(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
停用/启用企业
changeStatus(Integer) - Method in interface com.runrunfast.meike.service.CompanyService
停用/启用(-1/1)
changeStatus(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
check(Object[]) - Method in interface com.runrunfast.meike.core.shiro.check.ICheck
检查当前登录用户是否拥有指定的角色访问当
check(Object[]) - Method in class com.runrunfast.meike.core.shiro.check.PermissionCheckFactory
 
check(Object[]) - Static method in class com.runrunfast.meike.core.shiro.check.PermissionCheckManager
 
checkAll() - Method in interface com.runrunfast.meike.core.shiro.check.ICheck
检查当前登录用户是否拥有当前请求的servlet的权限
checkAll() - Method in class com.runrunfast.meike.core.shiro.check.PermissionCheckFactory
 
checkAll() - Static method in class com.runrunfast.meike.core.shiro.check.PermissionCheckManager
 
chPwd() - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到修改密码界面
City - Class in com.runrunfast.meike.entity
City() - Constructor for class com.runrunfast.meike.entity.City
 
CityMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
CityService - Interface in com.runrunfast.meike.service
服务类
CityServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
CityServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.CityServiceImpl
 
CityVO - Class in com.runrunfast.meike.vo
〈〉
CityVO(Integer, Integer, String, String) - Constructor for class com.runrunfast.meike.vo.CityVO
 
ClassKit - Class in com.runrunfast.meike.core.support
类工具类 1、扫描指定包下的所有类
参考 http://www.oschina.net/code/snippet_234657_22722
cleanBlank(String) - Static method in class com.runrunfast.meike.core.support.StrKit
清理空白字符
cleanBlank(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
清理空白字符
clearBtnType(List<MenuNode>) - Static method in class com.runrunfast.meike.core.node.MenuNode
清除掉按钮级别的资源
clearDataSourceType() - Static method in class com.runrunfast.meike.core.mutidatasource.DataSourceContextHolder
清除数据源类型
clearLevelTwo(List<MenuNode>) - Static method in class com.runrunfast.meike.core.node.MenuNode
清除所有二级菜单
client - Variable in class com.runrunfast.meike.core.push.PushClient
 
ClientJsonUtil - Class in com.runrunfast.meike.core.util
〈一句话功能简述〉
生成request的json数据
ClientJsonUtil() - Constructor for class com.runrunfast.meike.core.util.ClientJsonUtil
 
clone(T[]) - Static method in class com.runrunfast.meike.core.support.CollectionKit
克隆数组
code - Variable in class com.runrunfast.meike.core.base.tips.BaseTip
 
CodeController - Class in com.runrunfast.meike.modular.code
代码生成控制器
CodeController() - Constructor for class com.runrunfast.meike.modular.code.CodeController
 
CodeGenerator - Class in <Unnamed>
 
CodeGenerator() - Constructor for class CodeGenerator
 
CollectionKit - Class in com.runrunfast.meike.core.support
集合相关工具类,包括数组
com.runrunfast.meike - package com.runrunfast.meike
 
com.runrunfast.meike.config - package com.runrunfast.meike.config
 
com.runrunfast.meike.config.properties - package com.runrunfast.meike.config.properties
 
com.runrunfast.meike.config.web - package com.runrunfast.meike.config.web
 
com.runrunfast.meike.core - package com.runrunfast.meike.core
 
com.runrunfast.meike.core.aop - package com.runrunfast.meike.core.aop
 
com.runrunfast.meike.core.base.controller - package com.runrunfast.meike.core.base.controller
 
com.runrunfast.meike.core.base.tips - package com.runrunfast.meike.core.base.tips
 
com.runrunfast.meike.core.base.warpper - package com.runrunfast.meike.core.base.warpper
 
com.runrunfast.meike.core.beetl - package com.runrunfast.meike.core.beetl
 
com.runrunfast.meike.core.cache - package com.runrunfast.meike.core.cache
 
com.runrunfast.meike.core.common.annotion - package com.runrunfast.meike.core.common.annotion
 
com.runrunfast.meike.core.common.constant - package com.runrunfast.meike.core.common.constant
 
com.runrunfast.meike.core.common.constant.cache - package com.runrunfast.meike.core.common.constant.cache
 
com.runrunfast.meike.core.common.constant.dictmap - package com.runrunfast.meike.core.common.constant.dictmap
 
com.runrunfast.meike.core.common.constant.dictmap.base - package com.runrunfast.meike.core.common.constant.dictmap.base
 
com.runrunfast.meike.core.common.constant.dictmap.factory - package com.runrunfast.meike.core.common.constant.dictmap.factory
 
com.runrunfast.meike.core.common.constant.factory - package com.runrunfast.meike.core.common.constant.factory
 
com.runrunfast.meike.core.common.constant.state - package com.runrunfast.meike.core.common.constant.state
 
com.runrunfast.meike.core.common.exception - package com.runrunfast.meike.core.common.exception
 
com.runrunfast.meike.core.constant - package com.runrunfast.meike.core.constant
 
com.runrunfast.meike.core.datascope - package com.runrunfast.meike.core.datascope
 
com.runrunfast.meike.core.datasource - package com.runrunfast.meike.core.datasource
 
com.runrunfast.meike.core.db - package com.runrunfast.meike.core.db
 
com.runrunfast.meike.core.enums - package com.runrunfast.meike.core.enums
 
com.runrunfast.meike.core.exception - package com.runrunfast.meike.core.exception
 
com.runrunfast.meike.core.intercept - package com.runrunfast.meike.core.intercept
 
com.runrunfast.meike.core.listener - package com.runrunfast.meike.core.listener
 
com.runrunfast.meike.core.log - package com.runrunfast.meike.core.log
 
com.runrunfast.meike.core.log.factory - package com.runrunfast.meike.core.log.factory
 
com.runrunfast.meike.core.mutidatasource - package com.runrunfast.meike.core.mutidatasource
 
com.runrunfast.meike.core.mutidatasource.annotion - package com.runrunfast.meike.core.mutidatasource.annotion
 
com.runrunfast.meike.core.mutidatasource.aop - package com.runrunfast.meike.core.mutidatasource.aop
 
com.runrunfast.meike.core.mutidatasource.config - package com.runrunfast.meike.core.mutidatasource.config
 
com.runrunfast.meike.core.node - package com.runrunfast.meike.core.node
 
com.runrunfast.meike.core.oss - package com.runrunfast.meike.core.oss
 
com.runrunfast.meike.core.page - package com.runrunfast.meike.core.page
 
com.runrunfast.meike.core.push - package com.runrunfast.meike.core.push
 
com.runrunfast.meike.core.push.android - package com.runrunfast.meike.core.push.android
 
com.runrunfast.meike.core.push.ios - package com.runrunfast.meike.core.push.ios
 
com.runrunfast.meike.core.shiro - package com.runrunfast.meike.core.shiro
 
com.runrunfast.meike.core.shiro.check - package com.runrunfast.meike.core.shiro.check
 
com.runrunfast.meike.core.shiro.factory - package com.runrunfast.meike.core.shiro.factory
 
com.runrunfast.meike.core.support - package com.runrunfast.meike.core.support
 
com.runrunfast.meike.core.support.exception - package com.runrunfast.meike.core.support.exception
 
com.runrunfast.meike.core.timer - package com.runrunfast.meike.core.timer
 
com.runrunfast.meike.core.util - package com.runrunfast.meike.core.util
 
com.runrunfast.meike.core.util.poi - package com.runrunfast.meike.core.util.poi
 
com.runrunfast.meike.core.xss - package com.runrunfast.meike.core.xss
 
com.runrunfast.meike.dao - package com.runrunfast.meike.dao
 
com.runrunfast.meike.entity - package com.runrunfast.meike.entity
 
com.runrunfast.meike.generator.action - package com.runrunfast.meike.generator.action
 
com.runrunfast.meike.generator.action.config - package com.runrunfast.meike.generator.action.config
 
com.runrunfast.meike.generator.action.model - package com.runrunfast.meike.generator.action.model
 
com.runrunfast.meike.generator.engine - package com.runrunfast.meike.generator.engine
 
com.runrunfast.meike.generator.engine.base - package com.runrunfast.meike.generator.engine.base
 
com.runrunfast.meike.generator.engine.config - package com.runrunfast.meike.generator.engine.config
 
com.runrunfast.meike.modular - package com.runrunfast.meike.modular
 
com.runrunfast.meike.modular.code - package com.runrunfast.meike.modular.code
 
com.runrunfast.meike.modular.company.controller - package com.runrunfast.meike.modular.company.controller
 
com.runrunfast.meike.modular.company.warpper - package com.runrunfast.meike.modular.company.warpper
 
com.runrunfast.meike.modular.operation.controller - package com.runrunfast.meike.modular.operation.controller
 
com.runrunfast.meike.modular.operation.controller.agent - package com.runrunfast.meike.modular.operation.controller.agent
 
com.runrunfast.meike.modular.operation.controller.appManager - package com.runrunfast.meike.modular.operation.controller.appManager
 
com.runrunfast.meike.modular.operation.controller.device - package com.runrunfast.meike.modular.operation.controller.device
 
com.runrunfast.meike.modular.operation.controller.information - package com.runrunfast.meike.modular.operation.controller.information
 
com.runrunfast.meike.modular.operation.controller.project - package com.runrunfast.meike.modular.operation.controller.project
 
com.runrunfast.meike.modular.operation.controller.space - package com.runrunfast.meike.modular.operation.controller.space
 
com.runrunfast.meike.modular.operation.controller.user - package com.runrunfast.meike.modular.operation.controller.user
 
com.runrunfast.meike.modular.operation.warpper - package com.runrunfast.meike.modular.operation.warpper
 
com.runrunfast.meike.modular.system.controller - package com.runrunfast.meike.modular.system.controller
 
com.runrunfast.meike.modular.system.factory - package com.runrunfast.meike.modular.system.factory
 
com.runrunfast.meike.modular.system.transfer - package com.runrunfast.meike.modular.system.transfer
 
com.runrunfast.meike.modular.system.warpper - package com.runrunfast.meike.modular.system.warpper
 
com.runrunfast.meike.service - package com.runrunfast.meike.service
 
com.runrunfast.meike.service.impl - package com.runrunfast.meike.service.impl
 
com.runrunfast.meike.vo - package com.runrunfast.meike.vo
 
COMMA - Static variable in class com.runrunfast.meike.core.support.StrKit
 
COMMA - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
CommonController - Class in com.runrunfast.meike.modular.system.controller
〈公共页面跳转〉
CommonController() - Constructor for class com.runrunfast.meike.modular.system.controller.CommonController
 
Company - Class in com.runrunfast.meike.entity
公司信息表
Company() - Constructor for class com.runrunfast.meike.entity.Company
 
Company(Integer, Integer) - Constructor for class com.runrunfast.meike.entity.Company
 
CompanyAccountVO - Class in com.runrunfast.meike.vo
企业账户页面列表个体数据分装
CompanyAccountVO() - Constructor for class com.runrunfast.meike.vo.CompanyAccountVO
 
CompanyController - Class in com.runrunfast.meike.modular.operation.controller
企业帐号控制器
CompanyController() - Constructor for class com.runrunfast.meike.modular.operation.controller.CompanyController
 
companyDevicePage() - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
跳转到门禁管理首页
CompanyEditVO - Class in com.runrunfast.meike.vo
新增/编辑公司信息所用的数据封装
CompanyEditVO() - Constructor for class com.runrunfast.meike.vo.CompanyEditVO
 
companyInfo(Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
企业信息设置界面的参数
companyInfoUpdate(Company) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
编辑企业信息
companyInfoUpdatePage(Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
企业信息设置界面的修改界面
CompanyInfoVO - Class in com.runrunfast.meike.vo
企业信息页面列表个体数据分装
CompanyInfoVO() - Constructor for class com.runrunfast.meike.vo.CompanyInfoVO
 
CompanyMapper - Interface in com.runrunfast.meike.dao
公司信息表 Mapper 接口
CompanyMember - Class in com.runrunfast.meike.entity
CompanyMember() - Constructor for class com.runrunfast.meike.entity.CompanyMember
 
CompanyMember(Integer, Integer) - Constructor for class com.runrunfast.meike.entity.CompanyMember
 
companyMemberAdd() - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
跳转到添加companyMember
CompanyMemberController - Class in com.runrunfast.meike.modular.company.controller
企业员工管理控制器
CompanyMemberController() - Constructor for class com.runrunfast.meike.modular.company.controller.CompanyMemberController
 
CompanyMemberHistory - Class in com.runrunfast.meike.entity
员工入离职记录
CompanyMemberHistory() - Constructor for class com.runrunfast.meike.entity.CompanyMemberHistory
 
CompanyMemberHistoryController - Class in com.runrunfast.meike.modular.company.controller
前端控制器
CompanyMemberHistoryController() - Constructor for class com.runrunfast.meike.modular.company.controller.CompanyMemberHistoryController
 
CompanyMemberHistoryMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
CompanyMemberHistoryService - Interface in com.runrunfast.meike.service
员工入离职记录服务类
CompanyMemberHistoryServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
CompanyMemberHistoryServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.CompanyMemberHistoryServiceImpl
 
CompanyMemberHistoryWarpper - Class in com.runrunfast.meike.modular.company.warpper
 
CompanyMemberHistoryWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.company.warpper.CompanyMemberHistoryWarpper
 
CompanyMemberInfoVO - Class in com.runrunfast.meike.vo
员工管理数据封装
CompanyMemberInfoVO() - Constructor for class com.runrunfast.meike.vo.CompanyMemberInfoVO
 
CompanyMemberMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
CompanyMemberService - Interface in com.runrunfast.meike.service
服务类
CompanyMemberServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
CompanyMemberServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
companyMemberUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
跳转到修改companyMember
CompanyMemberWarpper - Class in com.runrunfast.meike.modular.company.warpper
 
CompanyMemberWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.company.warpper.CompanyMemberWarpper
 
CompanyService - Interface in com.runrunfast.meike.service
公司信息表 服务类
CompanyServiceImpl - Class in com.runrunfast.meike.service.impl
公司信息表 服务实现类
CompanyServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
CompanySpace - Class in com.runrunfast.meike.entity
CompanySpace() - Constructor for class com.runrunfast.meike.entity.CompanySpace
 
CompanySpaceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
CompanySpaceService - Interface in com.runrunfast.meike.service
服务类
CompanySpaceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
CompanySpaceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.CompanySpaceServiceImpl
 
CompanyVO - Class in com.runrunfast.meike.vo
 
CompanyVO() - Constructor for class com.runrunfast.meike.vo.CompanyVO
 
CompanyWarpper - Class in com.runrunfast.meike.modular.operation.warpper
公司管理的包装类
CompanyWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.operation.warpper.CompanyWarpper
 
compareDate(String, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
 
compareTo(Object) - Method in class com.runrunfast.meike.core.node.MenuNode
 
compareTo(ExcelHeader) - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
config(DruidDataSource) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
config(DruidDataSource) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
config() - Method in class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
 
config() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
config() - Method in class com.runrunfast.meike.generator.action.config.WebGeneratorConfig
 
ConfigListener - Class in com.runrunfast.meike.core.listener
ServletContext监听器
ConfigListener() - Constructor for class com.runrunfast.meike.core.listener.ConfigListener
 
configListenerRegistration() - Method in class com.runrunfast.meike.config.web.WebConfig
ConfigListener注册
configTemplate(Template) - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
configure(SpringApplicationBuilder) - Method in class com.runrunfast.meike.MeikeWebServletInitializer
 
ConpanyInfoController - Class in com.runrunfast.meike.modular.company.controller
 
ConpanyInfoController() - Constructor for class com.runrunfast.meike.modular.company.controller.ConpanyInfoController
 
Const - Interface in com.runrunfast.meike.core.common.constant
系统常量
CONSTANT - Static variable in interface com.runrunfast.meike.core.common.constant.cache.Cache
常量缓存
ConstantFactory - Class in com.runrunfast.meike.core.common.constant.factory
常量的生产工厂
ConstantFactory() - Constructor for class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
 
contains(T[], T) - Static method in class com.runrunfast.meike.core.support.CollectionKit
数组中是否包含元素
contains(Object, Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象中是否包含元素
containsIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
是否包含特定字符,忽略大小写,如果给定两个参数都为null,返回true
containsIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否包含特定字符,忽略大小写,如果给定两个参数都为null,返回true
contextConfig() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
contextConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
全局配置
ContextConfig - Class in com.runrunfast.meike.generator.engine.config
全局配置
ContextConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.ContextConfig
 
contextDestroyed(ServletContextEvent) - Method in class com.runrunfast.meike.core.listener.ConfigListener
 
contextInitialized(ServletContextEvent) - Method in class com.runrunfast.meike.core.listener.ConfigListener
 
Contrast - Class in com.runrunfast.meike.core.util
对比两个对象的变化的工具类
Contrast() - Constructor for class com.runrunfast.meike.core.util.Contrast
 
contrastObj(Object, Object) - Static method in class com.runrunfast.meike.core.util.Contrast
比较两个对象,并返回不一致的信息
contrastObj(Class, String, Object, Map<String, String>) - Static method in class com.runrunfast.meike.core.util.Contrast
比较两个对象pojo1和pojo2,并输出不一致信息
contrastObjByName(Class, String, Object, Map<String, String>) - Static method in class com.runrunfast.meike.core.util.Contrast
比较两个对象pojo1和pojo2,并输出不一致信息
controllerConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
控制器的配置
ControllerConfig - Class in com.runrunfast.meike.generator.engine.config
控制器模板生成的配置
ControllerConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
Convert - Class in com.runrunfast.meike.core.util
类型转换器
convertCharset(String, String, String) - Static method in class com.runrunfast.meike.core.util.Convert
给定字符串转换字符编码
如果参数为空,则返回原字符串,不报错。
CopyOptions() - Constructor for class com.runrunfast.meike.core.support.BeanKit.CopyOptions
构造拷贝选项
CopyOptions(Class<?>, boolean, String...) - Constructor for class com.runrunfast.meike.core.support.BeanKit.CopyOptions
构造拷贝选项
copyProperties(Object, Object) - Static method in class com.runrunfast.meike.core.support.BeanKit
复制Bean对象属性
copyProperties(Object, Object, String...) - Static method in class com.runrunfast.meike.core.support.BeanKit
复制Bean对象属性
限制类用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
copyProperties(Object, Object, BeanKit.CopyOptions) - Static method in class com.runrunfast.meike.core.support.BeanKit
复制Bean对象属性
限制类用于限制拷贝的属性,例如一个类我只想复制其父类的一些属性,就可以将editable设置为父类
CoreFlag - Class in com.runrunfast.meike.core
此类用来获取core模块的包路径
CoreFlag() - Constructor for class com.runrunfast.meike.core.CoreFlag
 
create(Class<T>) - Static method in class com.runrunfast.meike.core.db.Db
创建包含指定mapper的Db工具类,使用本类的第一种用法
create() - Static method in class com.runrunfast.meike.core.support.BeanKit.CopyOptions
创建拷贝选项
create(Class<?>, boolean, String...) - Static method in class com.runrunfast.meike.core.support.BeanKit.CopyOptions
创建拷贝选项
createFieldWarpper(Object, String) - Static method in class com.runrunfast.meike.core.common.constant.dictmap.factory.DictFieldWarpperFactory
 
createLoginLog(LogType, Integer, String, String) - Static method in class com.runrunfast.meike.core.log.factory.LogFactory
创建登录日志
createOperationLog(LogType, Integer, String, String, String, String, LogSucceed) - Static method in class com.runrunfast.meike.core.log.factory.LogFactory
创建操作日志
createParent() - Static method in class com.runrunfast.meike.core.node.ZTreeNode
 
createRestApi() - Method in class com.runrunfast.meike.config.SwaggerConfig
 
createRoot() - Static method in class com.runrunfast.meike.core.node.MenuNode
 
createUser(UserDto) - Static method in class com.runrunfast.meike.modular.system.factory.UserFactory
 
credentials(CredentialsException, Model) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
账号密码错误异常
credentials(InvalidKaptchaException, Model) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
验证码错误异常
credentials(UndeclaredThrowableException) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
无权访问该资源异常
CRLF - Static variable in class com.runrunfast.meike.core.support.StrKit
 
CRLF - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
current(boolean) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
当前时间long
currentTime() - Static method in class com.runrunfast.meike.core.util.ToolUtil
当前时间
cutPreAndLowerFirst(String, int) - Static method in class com.runrunfast.meike.core.support.StrKit
去掉首部指定长度的字符串并将剩余字符串首字母小写
例如:str=setName, preLength=3 -> return name
cutPreAndLowerFirst(String, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
去掉首部指定长度的字符串并将剩余字符串首字母小写
例如:str=setName, preLength=3 -> return name
cutService() - Method in class com.runrunfast.meike.core.aop.LogAop
 
cutService() - Method in class com.runrunfast.meike.core.intercept.SessionHolderInterceptor
 

D

daoConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
Dao配置
DaoConfig - Class in com.runrunfast.meike.generator.engine.config
Dao模板生成的配置
DaoConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.DaoConfig
 
DATA_SOURCE_BIZ - Static variable in interface com.runrunfast.meike.core.common.constant.DatasourceEnum
其他业务的数据源
DATA_SOURCE_SYS - Static variable in interface com.runrunfast.meike.core.common.constant.DatasourceEnum
主数据源
DataScope - Class in com.runrunfast.meike.core.datascope
数据范围
DataScope() - Constructor for class com.runrunfast.meike.core.datascope.DataScope
 
DataScope(List<Integer>) - Constructor for class com.runrunfast.meike.core.datascope.DataScope
 
DataScope(String, List<Integer>) - Constructor for class com.runrunfast.meike.core.datascope.DataScope
 
dataScopeInterceptor() - Method in class com.runrunfast.meike.config.MybatisPlusConfig
数据范围mybatis插件
DataScopeInterceptor - Class in com.runrunfast.meike.core.datascope
数据范围的拦截器
DataScopeInterceptor() - Constructor for class com.runrunfast.meike.core.datascope.DataScopeInterceptor
 
DataSource - Annotation Type in com.runrunfast.meike.core.mutidatasource.annotion
多数据源标识
dataSourceConfig() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
DataSourceContextHolder - Class in com.runrunfast.meike.core.mutidatasource
datasource的上下文
DataSourceContextHolder() - Constructor for class com.runrunfast.meike.core.mutidatasource.DataSourceContextHolder
 
DatasourceEnum - Interface in com.runrunfast.meike.core.common.constant
多数据源的枚举
date() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
 
date(long) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
Long类型时间转为Date
DateTime - Class in com.runrunfast.meike.core.support
封装java.util.Date
DateTime() - Constructor for class com.runrunfast.meike.core.support.DateTime
当前时间
DateTime(Date) - Constructor for class com.runrunfast.meike.core.support.DateTime
给定日期的构造
DateTime(long) - Constructor for class com.runrunfast.meike.core.support.DateTime
给定日期毫秒数的构造
DateTimeKit - Class in com.runrunfast.meike.core.support
时间工具类
DateTimeKit() - Constructor for class com.runrunfast.meike.core.support.DateTimeKit
 
DateTimeKit.Timer - Class in com.runrunfast.meike.core.support
计时器
计算某个过程话费的时间,精确到毫秒
dateType(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
判断一个对象是否是时间类型
DateUtil - Class in com.runrunfast.meike.core.util
日期工具类
DateUtil() - Constructor for class com.runrunfast.meike.core.util.DateUtil
 
DAY_MS - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
每天的毫秒数
Db<T> - Class in com.runrunfast.meike.core.db
便捷数据库操作类
DDtoDMS(Double) - Static method in class com.runrunfast.meike.core.util.ToolUtil
功能:度-->度分秒
decode(byte[], String) - Static method in class com.runrunfast.meike.core.support.StrKit
解码字节码
decode(byte[], String) - Static method in class com.runrunfast.meike.core.util.StrUtil
解码字节码
decodeHex(char[]) - Static method in class com.runrunfast.meike.core.support.HexKit
将十六进制字符数组转换为字节数组
decodeHexStr(String, Charset) - Static method in class com.runrunfast.meike.core.support.HexKit
将十六进制字符数组转换为字符串
decodeHexStr(char[], Charset) - Static method in class com.runrunfast.meike.core.support.HexKit
将十六进制字符数组转换为字符串
decorationAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.DecorationController
跳转到添加资讯管理
DecorationController - Class in com.runrunfast.meike.modular.operation.controller.information
办公装修
DecorationController() - Constructor for class com.runrunfast.meike.modular.operation.controller.information.DecorationController
 
decorationList() - Method in class com.runrunfast.meike.modular.operation.controller.information.DecorationController
获取资讯管理列表
decorationPage(Model) - Method in class com.runrunfast.meike.modular.system.controller.CommonController
装修页面
DEFAULT_ADMIN_PWD - Static variable in interface com.runrunfast.meike.core.common.constant.Const
系统默认的管理员密码
DEFAULT_USER_PWD - Static variable in interface com.runrunfast.meike.core.common.constant.Const
 
defaultPage() - Method in class com.runrunfast.meike.core.common.constant.factory.PageFactory
 
DefaultTemplateFactory - Class in com.runrunfast.meike.modular.code
模板种类构建器
DefaultTemplateFactory() - Constructor for class com.runrunfast.meike.modular.code.DefaultTemplateFactory
 
defaultWebSessionManager(CacheManager, MeikeProperties) - Method in class com.runrunfast.meike.config.web.ShiroConfig
session管理器(单机环境)
delDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
删除设备
delDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
删除设备
delDevice(JSONObject) - Method in interface com.runrunfast.meike.service.LingLingLockService
删除设备
delDevice(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
删除设备
delete(Integer) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
删除员工信息(踢出企业,不删除账号)
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
删除预约看房
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
删除经纪人/新增
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
删除分享房源
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
删除租客留言
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
删除消息管理
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
删除首页轮播图管理
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
删除内容素材
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
删除
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
删除门禁
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
删除资讯管理
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
删除项目管理
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
删除repair
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
删除内容客服
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
删除写字楼管理
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
删除发布房源
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
删除投诉与建议
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
删除用户信息
delete(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
删除内容APP版本
delete(Integer) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
删除部门
delete(Integer) - Method in class com.runrunfast.meike.modular.system.controller.DictController
删除字典记录
delete(Integer) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
删除
delete(Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
删除管理员(逻辑删除)
deleteCompany(Integer) - Method in interface com.runrunfast.meike.service.CompanyService
删除公司信息(包括dept表、company表、user表)
deleteCompany(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
deleteCompanyMember(Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
deleteCompanyMember(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
deleteCookieByName(String) - Method in class com.runrunfast.meike.core.base.controller.BaseController
删除cookie
deleteDept(Integer) - Method in interface com.runrunfast.meike.service.DeptService
删除部门
deleteDept(Integer) - Method in class com.runrunfast.meike.service.impl.DeptServiceImpl
 
DeleteDict - Class in com.runrunfast.meike.core.common.constant.dictmap
用于删除业务的字典
DeleteDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.DeleteDict
 
deleteDir(File) - Static method in class com.runrunfast.meike.core.util.FileUtil
删除目录
deleteMaturity() - Method in class com.runrunfast.meike.core.timer.PushTimer
每天凌晨十二点执行一次 删除公司的过期房源
deleteRelationByMenu(Integer) - Method in interface com.runrunfast.meike.dao.MenuMapper
删除menu关联的relation
deleteRelationByMenu(Integer) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
deleteRelationByMenu(Integer) - Method in interface com.runrunfast.meike.service.MenuService
删除menu关联的relation
deleteRolesById(Integer) - Method in interface com.runrunfast.meike.dao.RoleMapper
删除某个角色的所有权限
deleteRolesById(Integer) - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
deleteRolesById(Integer) - Method in interface com.runrunfast.meike.service.RoleService
删除某个角色的所有权限
deleteSmartLock(Integer) - Method in interface com.runrunfast.meike.service.DeviceService
 
deleteSmartLock(Integer) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
delLog() - Method in class com.runrunfast.meike.modular.system.controller.LogController
清空日志
delLog() - Method in class com.runrunfast.meike.modular.system.controller.LoginLogController
清空日志
delMenu(Integer) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
delMenu(Integer) - Method in interface com.runrunfast.meike.service.MenuService
删除菜单
delMenuContainSubMenus(Integer) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
delMenuContainSubMenus(Integer) - Method in interface com.runrunfast.meike.service.MenuService
删除菜单包含所有子菜单
delRoleById(Integer) - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
delRoleById(Integer) - Method in interface com.runrunfast.meike.service.RoleService
删除角色
delteDict(Integer) - Method in interface com.runrunfast.meike.service.DictService
删除字典
delteDict(Integer) - Method in class com.runrunfast.meike.service.impl.DictServiceImpl
 
Dept - Class in com.runrunfast.meike.entity
公司(部门)表(原biz_company)
Dept() - Constructor for class com.runrunfast.meike.entity.Dept
 
DEPT_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.cache.CacheKey
部门名称
deptAdd() - Method in class com.runrunfast.meike.modular.system.controller.DeptController
跳转到添加部门
deptAdd() - Method in class com.runrunfast.meike.modular.system.controller.DictController
跳转到添加字典
DeptController - Class in com.runrunfast.meike.modular.system.controller
部门控制器
DeptController() - Constructor for class com.runrunfast.meike.modular.system.controller.DeptController
 
DeptDict - Class in com.runrunfast.meike.core.common.constant.dictmap
部门的映射
DeptDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.DeptDict
 
deptId - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
部门id
DeptMapper - Interface in com.runrunfast.meike.dao
公司(部门)表(原biz_company) Mapper 接口
deptName - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
部门名称
DeptService - Interface in com.runrunfast.meike.service
公司(部门)表(原biz_company) 服务类
DeptServiceImpl - Class in com.runrunfast.meike.service.impl
公司(部门)表(原biz_company) 服务实现类
DeptServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.DeptServiceImpl
 
deptUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
跳转到修改部门
deptUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.DictController
跳转到修改字典
DeptWarpper - Class in com.runrunfast.meike.modular.system.warpper
部门列表的包装
DeptWarpper(Object) - Constructor for class com.runrunfast.meike.modular.system.warpper.DeptWarpper
 
destory() - Method in class com.runrunfast.meike.core.util.OssClientUtil
销毁
destroy() - Method in class com.runrunfast.meike.core.xss.XssFilter
 
destroy() - Method in class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
删除不必要的代码
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
预约看房详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
经纪人/新增详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
分享房源详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
租客留言详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
首页轮播图管理详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
内容素材详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
门禁详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
资讯管理详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
项目管理详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
repair详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
内容客服详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
写字楼管理详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
发布房源详情
detail() - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
查询房源基础信息列表
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
投诉与建议详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
用户信息详情
detail(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
内容APP版本详情
detail(Integer) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
部门详情
detail(Integer) - Method in class com.runrunfast.meike.modular.system.controller.DictController
字典详情
detail(Integer) - Method in class com.runrunfast.meike.modular.system.controller.LogController
查询操作日志详情
detail(Integer) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
详情
determineCurrentLookupKey() - Method in class com.runrunfast.meike.core.mutidatasource.DynamicDataSource
 
Device - Class in com.runrunfast.meike.entity
门禁设备
Device() - Constructor for class com.runrunfast.meike.entity.Device
 
deviceAdd() - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
跳转到添加门禁
DeviceController - Class in com.runrunfast.meike.modular.operation.controller.device
门禁管理控制器
DeviceController() - Constructor for class com.runrunfast.meike.modular.operation.controller.device.DeviceController
 
DeviceJson - Class in com.runrunfast.meike.vo
〈〉
DeviceJson() - Constructor for class com.runrunfast.meike.vo.DeviceJson
 
DeviceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
DeviceOnlineStatusVO - Class in com.runrunfast.meike.vo
门禁管理界面->门禁信息数据封装
DeviceOnlineStatusVO() - Constructor for class com.runrunfast.meike.vo.DeviceOnlineStatusVO
 
DeviceService - Interface in com.runrunfast.meike.service
门锁服务类
DeviceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
DeviceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
deviceUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
跳转到修改门禁
Dict - Class in com.runrunfast.meike.entity
字典表
Dict() - Constructor for class com.runrunfast.meike.entity.Dict
 
DictController - Class in com.runrunfast.meike.modular.system.controller
字典控制器
DictController() - Constructor for class com.runrunfast.meike.modular.system.controller.DictController
 
DictFieldWarpperFactory - Class in com.runrunfast.meike.core.common.constant.dictmap.factory
字典字段的包装器(从ConstantFactory中获取包装值)
DictFieldWarpperFactory() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.factory.DictFieldWarpperFactory
 
DictMap - Class in com.runrunfast.meike.core.common.constant.dictmap
字典map
DictMap() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.DictMap
 
DictMapper - Interface in com.runrunfast.meike.dao
字典表 Mapper 接口
dictory - Variable in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
DictService - Interface in com.runrunfast.meike.service
字典表 服务类
DictServiceImpl - Class in com.runrunfast.meike.service.impl
字典表 服务实现类
DictServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.DictServiceImpl
 
DictWarpper - Class in com.runrunfast.meike.modular.system.warpper
字典列表的包装
DictWarpper(Object) - Constructor for class com.runrunfast.meike.modular.system.warpper.DictWarpper
 
diff(Date, Date, long) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
判断两个日期相差的时长
返回 minuend - subtrahend 的差
digits(long, int) - Static method in class com.runrunfast.meike.core.util.UuidUtil
编写uuid生成工具方法
digitUppercase(double) - Static method in class com.runrunfast.meike.core.util.Convert
数字金额大写转换 先写个完整的然后将如零拾替换成零
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.runrunfast.meike.core.xss.XssFilter
 
doGetAuthenticationInfo(AuthenticationToken) - Method in class com.runrunfast.meike.core.shiro.ShiroDbRealm
登录认证
doGetAuthorizationInfo(PrincipalCollection) - Method in class com.runrunfast.meike.core.shiro.ShiroDbRealm
权限认证
doGunsGeneration() - Method in class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
 
doMpGeneration() - Method in class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
 
doPermission(ProceedingJoinPoint) - Method in class com.runrunfast.meike.core.aop.PermissionAop
 
doPost(String, String) - Static method in class com.runrunfast.meike.core.util.HttpClientJsonUtil
post请求(用于请求json格式的参数)
doPostJson(String, NameValuePair[]) - Method in class com.runrunfast.meike.core.util.HttpClientJsonUtil
http post请求
DOT - Static variable in class com.runrunfast.meike.core.support.StrKit
 
DOT - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
DruidProperties - Class in com.runrunfast.meike.core.datasource
数据库数据源配置
DruidProperties() - Constructor for class com.runrunfast.meike.core.datasource.DruidProperties
 
druidServletRegistration() - Method in class com.runrunfast.meike.config.web.WebConfig
druidServlet注册
druidStatAdvisor() - Method in class com.runrunfast.meike.config.web.WebConfig
druid 为druidStatPointcut添加拦截
druidStatFilter() - Method in class com.runrunfast.meike.config.web.WebConfig
druid监控 配置URI拦截策略
druidStatInterceptor() - Method in class com.runrunfast.meike.config.web.WebConfig
druid数据库连接池监控
druidStatPointcut() - Method in class com.runrunfast.meike.config.web.WebConfig
 
duration() - Method in class com.runrunfast.meike.core.support.DateTimeKit.Timer
 
durationRestart() - Method in class com.runrunfast.meike.core.support.DateTimeKit.Timer
 
DynamicDataSource - Class in com.runrunfast.meike.core.mutidatasource
动态数据源
DynamicDataSource() - Constructor for class com.runrunfast.meike.core.mutidatasource.DynamicDataSource
 

E

edit(Menu, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
修改菜单
edit(Role, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
角色修改
edit(UserDto, BindingResult) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
修改管理员
editCompany(Integer, CompanyEditVO) - Method in interface com.runrunfast.meike.service.CompanyService
修改企业信息(包括企业管理员帐号)
editCompany(Integer, CompanyEditVO) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
editDict(Integer, String, String) - Method in interface com.runrunfast.meike.service.DictService
编辑字典
editDict(Integer, String, String) - Method in class com.runrunfast.meike.service.impl.DictServiceImpl
 
ehcache() - Method in class com.runrunfast.meike.config.EhCacheConfig
EhCache的配置
EhCacheConfig - Class in com.runrunfast.meike.config
ehcache配置
EhCacheConfig() - Constructor for class com.runrunfast.meike.config.EhCacheConfig
 
EhcacheFactory - Class in com.runrunfast.meike.core.cache
Ehcache缓存工厂
EhcacheFactory() - Constructor for class com.runrunfast.meike.core.cache.EhcacheFactory
 
EMPTY - Static variable in class com.runrunfast.meike.core.support.StrKit
 
EMPTY - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
EMPTY_JSON - Static variable in class com.runrunfast.meike.core.support.StrKit
 
EMPTY_JSON - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
emptyToNull(String) - Static method in class com.runrunfast.meike.core.support.StrKit
当给定字符串为空字符串时,转换为null
emptyToNull(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
当给定字符串为空字符串时,转换为null
encode(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
编码字符串
encode(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
编码字符串
encodeHex(byte[]) - Static method in class com.runrunfast.meike.core.support.HexKit
将字节数组转换为十六进制字符数组
encodeHex(String, Charset) - Static method in class com.runrunfast.meike.core.support.HexKit
将字节数组转换为十六进制字符数组
encodeHex(byte[], boolean) - Static method in class com.runrunfast.meike.core.support.HexKit
将字节数组转换为十六进制字符数组
encodeHexStr(byte[]) - Static method in class com.runrunfast.meike.core.support.HexKit
将字节数组转换为十六进制字符串
encodeHexStr(byte[], boolean) - Static method in class com.runrunfast.meike.core.support.HexKit
将字节数组转换为十六进制字符串
encrypt(String) - Static method in class com.runrunfast.meike.core.util.MD5Util
 
endWith(String, String, boolean) - Static method in class com.runrunfast.meike.core.support.StrKit
是否以指定字符串结尾
endWith(String, String, boolean) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否以指定字符串结尾
Entrance - Class in com.runrunfast.meike.entity
Entrance() - Constructor for class com.runrunfast.meike.entity.Entrance
 
EntranceLog - Class in com.runrunfast.meike.entity
EntranceLog() - Constructor for class com.runrunfast.meike.entity.EntranceLog
 
EntranceLogMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
EntranceLogService - Interface in com.runrunfast.meike.service
服务类
EntranceLogServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
EntranceLogServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.EntranceLogServiceImpl
 
EntranceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
EntranceRecord - Class in com.runrunfast.meike.entity
EntranceRecord() - Constructor for class com.runrunfast.meike.entity.EntranceRecord
 
EntranceRecordMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
EntranceRecordService - Interface in com.runrunfast.meike.service
服务类
EntranceRecordServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
EntranceRecordServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.EntranceRecordServiceImpl
 
EntranceService - Interface in com.runrunfast.meike.service
服务类
EntranceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
EntranceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.EntranceServiceImpl
 
equals(Object, Object) - Static method in class com.runrunfast.meike.core.support.ObjectKit
比较两个对象是否相等。
相同的条件有两个,满足其一即可:
1.
equals(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
比较两个字符串(大小写敏感)。
equals(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
比较两个字符串(大小写敏感)。
equals(Object, Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
比较两个对象是否相等。
相同的条件有两个,满足其一即可:
1.
equalsIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
比较两个字符串(大小写不敏感)。
equalsIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
比较两个字符串(大小写不敏感)。
ERROR - Static variable in class com.runrunfast.meike.core.base.controller.BaseController
 
errorPage() - Method in class com.runrunfast.meike.core.base.controller.GlobalController
跳转到404页面
errorPageInfo(Model) - Method in class com.runrunfast.meike.core.base.controller.GlobalController
跳转到session超时页面
ErrorTip - Class in com.runrunfast.meike.core.base.tips
返回给前台的错误提示
ErrorTip(int, String) - Constructor for class com.runrunfast.meike.core.base.tips.ErrorTip
 
ErrorView - Class in com.runrunfast.meike.core.base.controller
错误页面的默认跳转(例如请求404的时候,默认走这个视图解析器)
ErrorView() - Constructor for class com.runrunfast.meike.core.base.controller.ErrorView
 
essayAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.EssayController
跳转到添加资讯管理
EssayController - Class in com.runrunfast.meike.modular.operation.controller.information
资讯文章
EssayController() - Constructor for class com.runrunfast.meike.modular.operation.controller.information.EssayController
 
essayList() - Method in class com.runrunfast.meike.modular.operation.controller.information.EssayController
获取资讯管理列表
ExcelCheckResult - Class in com.runrunfast.meike.core.util.poi
Excel数据检查结果返回
ExcelCheckResult() - Constructor for class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
ExcelHeader - Class in com.runrunfast.meike.core.util.poi
POI导出Excel创建表头信息
ExcelHeader(String, int, String) - Constructor for class com.runrunfast.meike.core.util.poi.ExcelHeader
 
ExcelResources - Annotation Type in com.runrunfast.meike.core.util.poi
用来在对象的get方法上加入的annotation,通过该annotation说明某个属性所对应的标题 Created by 钟述林 393156105@qq.com on 2016/10/29 0:14.
ExcelUtil - Class in com.runrunfast.meike.core.util
 
ExcelUtil() - Constructor for class com.runrunfast.meike.core.util.ExcelUtil
 
exceptionLog(Integer, Exception) - Static method in class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
executeLog(TimerTask) - Method in class com.runrunfast.meike.core.log.LogManager
 
exitLog(Integer, String) - Static method in class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
ExpenseState - Enum in com.runrunfast.meike.core.common.constant.state
是否是菜单的枚举
ExportExcel<T> - Class in com.runrunfast.meike.core.util.poi
 
ExportExcel() - Constructor for class com.runrunfast.meike.core.util.poi.ExportExcel
 
exportExcel(String, String[], String[], Collection<T>, String) - Method in class com.runrunfast.meike.core.util.poi.ExportExcel
 
exportXLS(HttpServletResponse, String, String, String) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
导出员工数据

F

fieldWarpperDictory - Variable in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
FileUtil - Class in com.runrunfast.meike.core.util
文件上传工具
FileUtil() - Constructor for class com.runrunfast.meike.core.util.FileUtil
 
fillBean(T, BeanKit.ValueProvider) - Static method in class com.runrunfast.meike.core.support.BeanKit
填充Bean
fillBeanWithMap(Map<?, ?>, T) - Static method in class com.runrunfast.meike.core.support.BeanKit
使用Map填充Bean对象
fillBeanWithMap(Map<?, ?>, T, boolean) - Static method in class com.runrunfast.meike.core.support.BeanKit
使用Map填充Bean对象,可配置将下划线转换为驼峰
fillBeanWithMapIgnoreCase(Map<?, ?>, T) - Static method in class com.runrunfast.meike.core.support.BeanKit
使用Map填充Bean对象,忽略大小写
fillBeanWithRequestParam(ServletRequest, T) - Static method in class com.runrunfast.meike.core.support.BeanKit
ServletRequest 参数转Bean
filterEntryString(String[]) - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
filterParamString(String) - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
findChildNodes(List<MenuNode>, Long) - Method in class com.runrunfast.meike.core.node.MenuNode
查询子节点的集合
findDataScopeObject(Object) - Method in class com.runrunfast.meike.core.datascope.DataScopeInterceptor
查找参数是否包括DataScope对象
findEditor(Class<?>) - Static method in class com.runrunfast.meike.core.support.BeanKit
 
findInDict(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
查询字典
findInDict(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
查询字典
findPermissionsByRoleId(Integer) - Method in interface com.runrunfast.meike.core.shiro.factory.IShiro
获取权限列表通过角色id
findPermissionsByRoleId(Integer) - Method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
findRoleNameByRoleId(Integer) - Method in interface com.runrunfast.meike.core.shiro.factory.IShiro
根据角色id获取角色名称
findRoleNameByRoleId(Integer) - Method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
firstCharToLowerCase(String) - Static method in class com.runrunfast.meike.core.support.StrKit
首字母变小写
firstCharToLowerCase(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
首字母变小写
firstCharToUpperCase(String) - Static method in class com.runrunfast.meike.core.support.StrKit
首字母变大写
firstCharToUpperCase(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
首字母变大写
firstLetterToLower(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
首字母小写
firstLetterToUpper(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
首字母大写
format(Date, String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
根据特定格式格式化日期
format(String, Object...) - Static method in class com.runrunfast.meike.core.support.StrKit
格式化文本, {} 表示占位符
例如:format("aaa {} ccc", "bbb") ----> aaa bbb ccc
format(String, Map<?, ?>) - Static method in class com.runrunfast.meike.core.support.StrKit
格式化文本,使用 {varName} 占位
map = {a: "aValue", b: "bValue"} format("{a} and {b}", map) ----> aValue and bValue
format(Date, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
格式化日期
format(Date) - Static method in class com.runrunfast.meike.core.util.DateUtil
把日期转换为Timestamp
format(String, Object...) - Static method in class com.runrunfast.meike.core.util.StrUtil
格式化文本, {} 表示占位符
例如:format("aaa {} ccc", "bbb") ----> aaa bbb ccc
format(String, Map<?, ?>) - Static method in class com.runrunfast.meike.core.util.StrUtil
格式化文本,使用 {varName} 占位
map = {a: "aValue", b: "bValue"} format("{a} and {b}", map) ----> aValue and bValue
format(String, Object...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
格式化文本
format(String, Map<?, ?>) - Static method in class com.runrunfast.meike.core.util.ToolUtil
格式化文本
formatDate(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式 yyyy-MM-dd
formatDate(Date, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
 
formatDateTime(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式 yyyy-MM-dd HH:mm:ss
formatHttpDate(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式化为Http的标准日期格式
FORWARD - Static variable in class com.runrunfast.meike.core.base.controller.BaseController
 
freeze(Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
冻结用户

G

generate(GenQo) - Method in class com.runrunfast.meike.modular.code.CodeController
生成代码
generateController() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generateController() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generateFile(String, String) - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageAddHtml() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageAddHtml() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generatePageEditHtml() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageEditHtml() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generatePageHtml() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageHtml() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generatePageInfoJs() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageInfoJs() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generatePageJs() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generatePageJs() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
generateSqls() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
generateSqls() - Method in class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
GeneratorConfig - Class in com.runrunfast.meike.generator.action.config
默认的代码生成的配置
GeneratorConfig() - Constructor for class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
genGetter(String) - Static method in class com.runrunfast.meike.core.support.StrKit
生成get方法名
genGetter(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
生成get方法名
GenQo - Class in com.runrunfast.meike.generator.action.model
代码生成的查询参数
GenQo() - Constructor for class com.runrunfast.meike.generator.action.model.GenQo
 
genSetter(String) - Static method in class com.runrunfast.meike.core.support.StrKit
生成set方法名
例如:name 返回 setName
genSetter(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
生成set方法名
例如:name 返回 setName
get(String, Object, ILoader) - Method in class com.runrunfast.meike.core.cache.BaseCacheFactory
 
get(String, Object, Class<? extends ILoader>) - Method in class com.runrunfast.meike.core.cache.BaseCacheFactory
 
get(String, Object) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
get(String, Object, ILoader) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
get(String, Object, Class<? extends ILoader>) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
get(String, Object) - Method in class com.runrunfast.meike.core.cache.EhcacheFactory
 
get(String, Object) - Method in interface com.runrunfast.meike.core.cache.ICache
 
get(String, Object, ILoader) - Method in interface com.runrunfast.meike.core.cache.ICache
 
get(String, Object, Class<? extends ILoader>) - Method in interface com.runrunfast.meike.core.cache.ICache
 
get(String) - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
get() - Method in class com.runrunfast.meike.core.log.LogObjectHolder
 
get() - Static method in class com.runrunfast.meike.core.util.HttpSessionHolder
 
getAccount() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getAccount() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getAccountList(Page<CompanyAccountVO>, String, String, String, String) - Method in interface com.runrunfast.meike.service.CompanyService
查询企业帐号信息列表(分页)
getAccountList(Page<CompanyAccountVO>, String, String, String, String) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
getAddPageSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getAddPageSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getAfterDayDate(String) - Static method in class com.runrunfast.meike.core.util.DateUtil
得到n天之后的日期
getAfterDayWeek(String) - Static method in class com.runrunfast.meike.core.util.DateUtil
得到n天之后是周几
getAgentId() - Method in class com.runrunfast.meike.entity.AgentBook
 
getAgentId() - Method in class com.runrunfast.meike.entity.Appointment
 
getAllTables() - Method in class com.runrunfast.meike.modular.code.TableService
获取当前数据库所有的表信息
getAllTime() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYYMMDDHHmmss格式
getApplicationContext() - Static method in class com.runrunfast.meike.core.util.SpringContextHolder
 
getAppMasterSecret() - Method in class com.runrunfast.meike.core.push.UmengNotification
 
getAptitudeImg() - Method in class com.runrunfast.meike.entity.Agent
 
getAUserNameById(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
根据用户id获取用户名称
getAUserNameById(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
根据用户id获取用户名称
getAuthor() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getBean(String) - Static method in class com.runrunfast.meike.core.util.SpringContextHolder
 
getBean(Class<T>) - Static method in class com.runrunfast.meike.core.util.SpringContextHolder
 
getBeginTimeOfDay(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获取某天的开始时间
getBillStatus() - Method in class com.runrunfast.meike.entity.AgentBook
 
getBirthday() - Method in class com.runrunfast.meike.entity.Agent
 
getBizChName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getBizEnBigName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getBizEnName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getBizName() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getBookEndTime() - Method in class com.runrunfast.meike.entity.AgentBook
 
getBookNum() - Method in class com.runrunfast.meike.entity.AgentBook
 
getBookStartTime() - Method in class com.runrunfast.meike.entity.AgentBook
 
getBookStatus() - Method in class com.runrunfast.meike.entity.AgentBook
 
getBUserNameById(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
根据用户id获取用户名称
getBUserNameById(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
根据用户id获取用户名称
getByAccount(String) - Method in interface com.runrunfast.meike.dao.BUserMapper
通过账号获取用户
getByAccount(String) - Method in interface com.runrunfast.meike.service.BUserService
通过账号获取用户
getByAccount(String) - Method in class com.runrunfast.meike.service.impl.BUserServiceImpl
 
getBytes(String, Charset) - Static method in class com.runrunfast.meike.core.support.StrKit
获得字符串对应byte数组
getBytes(String, Charset) - Static method in class com.runrunfast.meike.core.util.StrUtil
获得字符串对应byte数组
getCacheObject(String) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取被缓存的对象(用户删除业务)
getCacheObject(String) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取被缓存的对象(用户删除业务)
getCacheShiroManager(EhCacheManagerFactoryBean) - Method in class com.runrunfast.meike.config.web.ShiroConfig
缓存管理器 使用Ehcache实现
getCellNum() - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
getChecked() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getChildren() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getCityId() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getCityName() - Method in class com.runrunfast.meike.entity.Agent
 
getClasses(Object...) - Static method in class com.runrunfast.meike.core.support.ClassKit
获得对象数组的类数组
getCode() - Method in class com.runrunfast.meike.core.base.tips.BaseTip
 
getCode() - Method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
 
getCode() - Method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
 
getCode() - Method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
 
getCode() - Method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
 
getCode() - Method in enum com.runrunfast.meike.core.constant.MenuType
 
getCode() - Method in exception com.runrunfast.meike.core.exception.BizException
 
getCode() - Method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
 
getCode() - Method in interface com.runrunfast.meike.core.exception.ServiceExceptionEnum
获取异常编码
getCode() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getCompanyName() - Method in class com.runrunfast.meike.entity.Agent
 
getConf() - Static method in class com.runrunfast.meike.core.listener.ConfigListener
 
getConnection() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getContent() - Method in class com.runrunfast.meike.entity.AgentBook
 
getContent() - Method in class com.runrunfast.meike.entity.Appointment
 
getContentType() - Method in class com.runrunfast.meike.core.base.controller.ErrorView
 
getcontentType(String) - Static method in class com.runrunfast.meike.core.util.OssClientUtil
Description: 判断OSS服务文件上传时文件的contentType
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getContextConfig() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getControllerConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getControllerPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
getControllerSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getControllerSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getCookies() - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
getCoreBasePackage() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getCorePackage() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getCreateTime() - Method in class com.runrunfast.meike.entity.Agent
 
getCreateTime() - Method in class com.runrunfast.meike.entity.AgentBook
 
getCreateTime() - Method in class com.runrunfast.meike.entity.AgentShare
 
getCreateTime() - Method in class com.runrunfast.meike.entity.Appointment
 
getCreateTime() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getCreatetime() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getCurrentTime() - Static method in class com.runrunfast.meike.core.util.DateUtil
获得当前以秒为单位的时间戳
getDaoConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getDaoPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
getDaoSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getDaoSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getData() - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
getDataSourceType() - Static method in class com.runrunfast.meike.core.mutidatasource.DataSourceContextHolder
获取数据源类型
getDay() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY-MM-DD格式
getDay(Date) - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY-MM-DD格式
getDays() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYYMMDD格式
getDays(Date) - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYYMMDD格式
getDaySub(String, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
功能描述:时间相减得到天数
getDefaultDataSourceName() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getDefaultParams() - Static method in class com.runrunfast.meike.modular.code.DefaultTemplateFactory
获取默认的参数
getDefaultTemplates() - Static method in class com.runrunfast.meike.modular.code.DefaultTemplateFactory
获取所有的模板种类
getDelimiterStatementEnd() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getDelimiterStatementStart() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getDeptDataScope() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
获取当前用户的部门数据范围的集合
getDeptId() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getDeptid() - Method in class com.runrunfast.meike.entity.Role
 
getDeptid() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getDeptIds() - Method in class com.runrunfast.meike.core.datascope.DataScope
 
getDeptName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取部门名称
getDeptName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取部门名称
getDeptName() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getDes() - Method in enum com.runrunfast.meike.core.common.constant.state.Order
 
getDictName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取字典名称
getDictName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取字典名称
getDictsByName(String, Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
根据字典名称和字典中的值获取对应的名称
getDictsByName(String, Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
根据字典名称和字典中的值获取对应的名称
getDiffYear(String, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
 
getDriverClassName() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getDriverClassName() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getEditPageSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getEditPageSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getEndTime() - Method in class com.runrunfast.meike.entity.Appointment
 
getEndTimeOfDay(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获取某天的结束时间
getEntityName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getEntitySwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getEntitySwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getErrorMsg() - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
getExcelInfo(MultipartFile) - Method in interface com.runrunfast.meike.core.util.poi.ReadExcelService
读EXCEL文件
getExceptionMsg(Exception) - Static method in class com.runrunfast.meike.core.util.ToolUtil
获取异常的具体信息
getFeedbackTime() - Method in class com.runrunfast.meike.entity.AgentBook
 
getFieldNamePropertyDescriptorMap(Class<?>) - Static method in class com.runrunfast.meike.core.support.BeanKit
获得字段名和字段描述Map
getFieldWarpperMethodName(String) - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
getFileUploadPath() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getFilters() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getFirstOrNull(Map<K, V>) - Static method in class com.runrunfast.meike.core.util.ToolUtil
获取map中第一个数据值
getGeneralField(String) - Static method in class com.runrunfast.meike.core.support.StrKit
获得set或get方法对应的标准属性名
例如:setName 返回 name
getGeneralField(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
获得set或get方法对应的标准属性名
例如:setName 返回 name
getGroupId() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getGroupKey() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getGroupName() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getGroupType() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getHeader(String) - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
getHeader(String) - Method in class com.runrunfast.meike.core.xss.XssHttpServletRequestWrapper
 
getHeadUrl() - Method in class com.runrunfast.meike.entity.Agent
 
getHttpServletRequest() - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getHttpServletResponse() - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getIcon() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getIcon() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getId() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getId() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getId() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getId() - Method in class com.runrunfast.meike.entity.Agent
 
getId() - Method in class com.runrunfast.meike.entity.AgentBook
 
getId() - Method in class com.runrunfast.meike.entity.AgentShare
 
getId() - Method in class com.runrunfast.meike.entity.Appointment
 
getId() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getId() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getId() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getIdCardBackImg() - Method in class com.runrunfast.meike.entity.Agent
 
getIdCardFrontImg() - Method in class com.runrunfast.meike.entity.Agent
 
getIgnoreTabelPrefix() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getImgUrl(String) - Method in class com.runrunfast.meike.core.util.OssClientUtil
获得图片路径
getImports() - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
getImportTemplate(HttpServletResponse) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
获取员工数据导入模版
getIndexPageSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getIndexPageSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getInfoJsSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getInfoJsSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getInfoList(Page<CompanyInfoVO>, String, String, String, String) - Method in interface com.runrunfast.meike.service.CompanyService
 
getInfoList(Page<CompanyInfoVO>, String, String, String, String) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
getInitialSize() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getInstance() - Static method in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
getInstance() - Static method in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
getIp() - Static method in class com.runrunfast.meike.core.support.HttpKit
 
getIsOpen() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getIsopen() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getItemGroupId() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getItemId() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getItemName() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getItemValueMax() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getItemValueMin() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
getJobTitle() - Method in class com.runrunfast.meike.entity.Agent
 
getJoinCompanyTime() - Method in class com.runrunfast.meike.entity.Agent
 
getJsSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getJsSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getKaptchaOnOff() - Static method in class com.runrunfast.meike.core.util.KaptchaUtil
获取验证码开关
getKaptchaOpen() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getKeys(String) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
getKeys(String) - Method in class com.runrunfast.meike.core.cache.EhcacheFactory
 
getKeys(String) - Method in interface com.runrunfast.meike.core.cache.ICache
 
getLatestVersion(String) - Method in interface com.runrunfast.meike.service.AppVersionService
获取APP最新版本信息
getLatestVersion(String) - Method in class com.runrunfast.meike.service.impl.AppVersionServiceImpl
 
getLevels() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getLevels() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getLimit() - Method in class com.runrunfast.meike.core.page.PageBT
 
getLingLingId() - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
生成门禁注册码
getLingLingId() - Method in interface com.runrunfast.meike.service.LingLingLockService
获取单个LingLingId
getLingLingIds(int) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
 
getLingLingIds(int) - Method in interface com.runrunfast.meike.service.LingLingLockService
批量获取LingLingId(最多20个)
getLoginLogs(Page<OperationLog>, String, String, boolean) - Method in interface com.runrunfast.meike.dao.LoginLogMapper
获取登录日志
getLoginLogs(Page<OperationLog>, String, String, boolean) - Method in class com.runrunfast.meike.service.impl.LoginLogServiceImpl
 
getLoginLogs(Page<OperationLog>, String, String, boolean) - Method in interface com.runrunfast.meike.service.LoginLogService
获取登录日志列表
getLoginTime() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getMapper(Class<T>) - Static method in class com.runrunfast.meike.core.db.Db
获取一个mapper的快捷方法
getMapper() - Method in class com.runrunfast.meike.core.db.Db
获取一个mapper的快捷方法
getMaxActive() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getMaxPoolPreparedStatementPerConnectionSize() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getMaxWait() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getMenuIdsByRoleId(String) - Method in interface com.runrunfast.meike.dao.MenuMapper
根据条件查询菜单
getMenuIdsByRoleId(String) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
getMenuIdsByRoleId(String) - Method in interface com.runrunfast.meike.service.MenuService
根据条件查询菜单
getMenuName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取菜单名称
getMenuName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取菜单名称
getMenuNameByCode(String) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取菜单名称通过编号
getMenuNameByCode(String) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取菜单名称通过编号
getMenuNames(String) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取菜单的名称们(多个)
getMenuNames(String) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取菜单的名称们(多个)
getMenus() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getMenusByRoleIds(List<Integer>) - Method in interface com.runrunfast.meike.dao.MenuMapper
根据角色获取菜单
getMenusByRoleIds(List<Integer>) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
getMenusByRoleIds(List<Integer>) - Method in interface com.runrunfast.meike.service.MenuService
根据角色获取菜单
getMenuStatusName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取菜单状态
getMenuStatusName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取菜单状态
getMessage() - Method in class com.runrunfast.meike.core.base.tips.BaseTip
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.LogSucceed
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.LogType
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
 
getMessage() - Method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
 
getMessage() - Method in enum com.runrunfast.meike.core.constant.MenuType
 
getMessage() - Method in exception com.runrunfast.meike.core.exception.BizException
 
getMessage() - Method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
 
getMessage() - Method in interface com.runrunfast.meike.core.exception.ServiceExceptionEnum
获取异常信息
getMethodName() - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
getMinEvictableIdleTimeMillis() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getMinIdle() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getModelMapperPackageName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getModelPackageName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getModuleName() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getModuleName() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getMsTime() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY-MM-DD HH:mm:ss.SSS格式
getName() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getName() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getName() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getName() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getName() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getNickName() - Method in class com.runrunfast.meike.entity.Agent
 
getNum() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getNum() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getOffset() - Method in class com.runrunfast.meike.core.page.PageBT
 
getOpen() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getOperationLogs(Page<OperationLog>, String, String, String, String, String, boolean) - Method in interface com.runrunfast.meike.dao.OperationLogMapper
获取操作日志
getOperationLogs(Page<OperationLog>, String, String, String, String, String, boolean) - Method in class com.runrunfast.meike.service.impl.OperationLogServiceImpl
 
getOperationLogs(Page<OperationLog>, String, String, String, String, String, boolean) - Method in interface com.runrunfast.meike.service.OperationLogService
获取操作日志列表
getOrder() - Method in class com.runrunfast.meike.core.mutidatasource.aop.MultiSourceExAop
aop的顺序要早于spring的事务
getOrder() - Method in class com.runrunfast.meike.core.page.PageBT
 
getOrder() - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
getPackageName() - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
getPackageName() - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
getPackageName() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getPageAddPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getPageConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getPageEditPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getPageInfoJsPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getPageJsPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getPageNumber() - Method in class com.runrunfast.meike.core.page.PageBT
 
getPagePathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
getPageSize() - Method in class com.runrunfast.meike.core.page.PageBT
 
getPara(String) - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getParameter(String) - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
getParameter(String) - Method in class com.runrunfast.meike.core.xss.XssHttpServletRequestWrapper
 
getParameterMap() - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
getParameterValues(String) - Method in class com.runrunfast.meike.core.support.WafRequestWrapper
 
getParameterValues(String) - Method in class com.runrunfast.meike.core.xss.XssHttpServletRequestWrapper
 
getParentDeptIds(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取所有父部门id
getParentDeptIds(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取所有父部门id
getParentId() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getParentMenuName() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getParentMenuName() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getPassword() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getPassword() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getPassword() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getPassword() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getPcode() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getPcodeAndPcodes() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getPcodes() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getPhone() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getpId() - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
getPolicy() - Method in class com.runrunfast.meike.modular.system.controller.AliYunOssController
 
getPoolPreparedStatements() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getPostBody() - Method in class com.runrunfast.meike.core.push.UmengNotification
 
getPostObjectPolicy(String, String, long) - Method in class com.runrunfast.meike.core.oss.AliyunOSSClient
获取Policy签名等信息
getPrefix() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getProjectPackage() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getProjectPath() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getProjectPath() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getProPackage() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getProperties() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getProperty(String) - Method in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
getProperty(String) - Method in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
getPropertyDescriptor(Class<?>, String) - Static method in class com.runrunfast.meike.core.support.BeanKit
获得Bean类属性描述
getPropertyDescriptors(Class<?>) - Static method in class com.runrunfast.meike.core.support.BeanKit
获得Bean字段描述数组
getRandomSalt(int) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
获取随机盐值
getRandomString(int) - Static method in class com.runrunfast.meike.core.util.ToolUtil
获取随机位数的字符串
getReader(String) - Static method in class com.runrunfast.meike.core.support.StrKit
获得StringReader
getReader(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
获得StringReader
getReadStatus() - Method in class com.runrunfast.meike.entity.Appointment
 
getRequest() - Static method in class com.runrunfast.meike.core.support.HttpKit
获取 包装防Xss Sql注入的 HttpServletRequest
getRequestParameters() - Static method in class com.runrunfast.meike.core.support.HttpKit
获取所有请求的值
getResourceAutoCheck() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getResourceTagroot() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getResourceTagsuffix() - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
getResponse() - Static method in class com.runrunfast.meike.core.support.HttpKit
获取 HttpServletRequest
getResUrlsByRoleId(Integer) - Method in interface com.runrunfast.meike.dao.MenuMapper
获取资源url通过角色id
getResUrlsByRoleId(Integer) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
getResUrlsByRoleId(Integer) - Method in interface com.runrunfast.meike.service.MenuService
获取资源url通过角色id
getRoleid() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getRoleList() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getRoleName(String) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
通过角色ids获取角色名称
getRoleName(String) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
通过角色ids获取角色名称
getRoleNames() - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
getRowNum() - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
getRows() - Method in class com.runrunfast.meike.core.page.PageInfoBT
 
getRrfId() - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
生成门禁注册码
getRrfId() - Method in interface com.runrunfast.meike.service.SmartLockService
生成门禁注册码
getRrfIds(int) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
批量生成门禁注册码
getRrfIds(int) - Method in interface com.runrunfast.meike.service.SmartLockService
 
getScopeName() - Method in class com.runrunfast.meike.core.datascope.DataScope
 
getScore() - Method in class com.runrunfast.meike.entity.Agent
 
getServiceConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getServiceImplImports() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getServiceImplPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getServiceInterfaceImports() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getServicePathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
getServiceSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getServiceSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getSession() - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getSession(Boolean) - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getSession() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
从shiro获取session
getSessionAttr(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
获取shiro指定的sessionKey
getSessionInvalidateTime() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getSessionValidationInterval() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getSex() - Method in class com.runrunfast.meike.entity.Agent
 
getSexName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取性别名称
getSexName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取性别名称
getShareScore() - Method in class com.runrunfast.meike.entity.AgentShare
 
getShareType() - Method in class com.runrunfast.meike.entity.AgentShare
 
getSingleRoleName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
通过角色id获取角色名称
getSingleRoleName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
通过角色id获取角色名称
getSingleRoleTip(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
通过角色id获取角色英文名称
getSingleRoleTip(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
通过角色id获取角色英文名称
getSize() - Method in enum com.runrunfast.meike.core.enums.ImageSizeEnum
 
getSpaceId() - Method in class com.runrunfast.meike.entity.AgentBook
 
getSpaceId() - Method in class com.runrunfast.meike.entity.AgentShare
 
getSpaceId() - Method in class com.runrunfast.meike.entity.Appointment
 
getSpaceWithBindStatus(Integer, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
根据公司id查询所有房源(包括绑定和未绑定)
getSpringSessionOpen() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getSqlConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getSqlPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
getSqlSwitch() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getSqlSwitch() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getStartTime() - Method in class com.runrunfast.meike.entity.Appointment
 
getStatus() - Method in class com.runrunfast.meike.entity.Agent
 
getStatus() - Method in class com.runrunfast.meike.entity.AgentBook
 
getStatus() - Method in class com.runrunfast.meike.entity.Appointment
 
getStatus() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getStatus() - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
getStatusName(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取用户登录状态
getStatusName(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取用户登录状态
getSubDeptId(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
获取子部门id
getSubDeptId(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
获取子部门id
getSubject() - Static method in class com.runrunfast.meike.core.beetl.ShiroExt
获取当前 Subject
getSubject() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
获取当前 Subject
getSwaggerOpen() - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
getSystemInvokCount() - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
getTableInfo() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
getTableName() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getTemplatePrefixPath() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
getTempPath() - Static method in class com.runrunfast.meike.core.util.ToolUtil
获取临时目录
getTestOnBorrow() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getTestOnReturn() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getTestWhileIdle() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getTime() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY-MM-DD HH:mm:ss格式
getTime(Date) - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY-MM-DD HH:mm:ss格式
getTimeBetweenEvictionRunsMillis() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getTips() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getTitle() - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
getTotal() - Method in class com.runrunfast.meike.core.page.PageInfoBT
 
getType() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getType() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getUrl() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getUrl() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getUrl() - Method in class com.runrunfast.meike.core.node.MenuNode
 
getUrl(String) - Method in class com.runrunfast.meike.core.util.OssClientUtil
获得url链接
getUrl() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getUrl() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
getUrlExclusion() - Method in class com.runrunfast.meike.core.xss.XssFilter
 
getUser() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
获取封装的 ShiroUser
getUser() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
获取封装的 ShiroUser
getUserAccountById(Integer) - Method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
根据用户id获取用户账号
getUserAccountById(Integer) - Method in interface com.runrunfast.meike.core.common.constant.factory.IConstantFactory
根据用户id获取用户账号
getUserId() - Method in class com.runrunfast.meike.entity.Agent
 
getUserId() - Method in class com.runrunfast.meike.entity.AgentShare
 
getUserId() - Method in class com.runrunfast.meike.entity.Appointment
 
getUserId() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getUserId() - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
getUsername() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getUsername() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getUserName() - Method in class com.runrunfast.meike.entity.Appointment
 
getUserName() - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
getUserName() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getUserName() - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
getUserName() - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
getUserNo() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getUserNo() - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
getUserPassword() - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
getUserPassword() - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
getUserPhone() - Method in class com.runrunfast.meike.entity.Appointment
 
getUserPhone() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getUserPhone() - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
getUserPhone() - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
getUserRole() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getUserRole() - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
getUserStatus() - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
getVal() - Method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
 
getValidationQuery() - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
getValidationQuery() - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
getValue() - Method in enum com.runrunfast.meike.core.push.AndroidNotification.DisplayType
 
getValue(Object, Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
如果为空, 则调用默认值
getWebRootPath(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
获取项目路径
getWorkLicenseImg() - Method in class com.runrunfast.meike.entity.Agent
 
getWriter() - Static method in class com.runrunfast.meike.core.support.StrKit
获得StringWriter
getWriter() - Static method in class com.runrunfast.meike.core.util.StrUtil
获得StringWriter
getXmlPathTemplate() - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
getYear() - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY格式
getYear(Date) - Static method in class com.runrunfast.meike.core.util.DateUtil
获取YYYY格式
globalConfig() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
GlobalController - Class in com.runrunfast.meike.core.base.controller
全局的控制器
GlobalController() - Constructor for class com.runrunfast.meike.core.base.controller.GlobalController
 
GlobalExceptionHandler - Class in com.runrunfast.meike.core.aop
全局的的异常拦截器(拦截所有的控制器)(带有@RequestMapping注解的方法上都会拦截)
GlobalExceptionHandler() - Constructor for class com.runrunfast.meike.core.aop.GlobalExceptionHandler
 
goActivityAfterOpen(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
goAppAfterOpen() - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
goCustomAfterOpen(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
goCustomAfterOpen(JSONObject) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
goUrlAfterOpen(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 

H

hasAllRoles(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
验证当前用户是否属于以下所有角色。
hasAllRoles(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
验证当前用户是否属于以下所有角色。
hasAnyRoles(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
验证当前用户是否属于以下任意一个角色。
hasAnyRoles(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
验证当前用户是否属于以下任意一个角色。
hasBlank(String...) - Static method in class com.runrunfast.meike.core.support.StrKit
是否包含空字符串
hasBlank(String...) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否包含空字符串
hasEmpty(String...) - Static method in class com.runrunfast.meike.core.support.StrKit
是否包含空字符串
hasEmpty(String...) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否包含空字符串
hasError() - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
hashAlgorithmName - Static variable in class com.runrunfast.meike.core.shiro.ShiroKit
加盐参数
hashIterations - Static variable in class com.runrunfast.meike.core.shiro.ShiroKit
循环次数
hasPermission(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
验证当前用户是否拥有指定权限,使用时与lacksPermission 搭配使用
hasPermission(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
验证当前用户是否拥有指定权限,使用时与lacksPermission 搭配使用
hasRole(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
验证当前用户是否属于该角色?,使用时与lacksRole 搭配使用
hasRole(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
验证当前用户是否属于该角色?,使用时与lacksRole 搭配使用
HEADER - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
hex2Binary(String) - Static method in class com.runrunfast.meike.core.support.HexKit
16进制转2进制
hex2Byte(String) - Static method in class com.runrunfast.meike.core.support.HexKit
将16进制转换为二进制
HexKit - Class in com.runrunfast.meike.core.support
十六进制(简写为hex或下标16)在数学中是一种逢16进1的进位制,一般用数字0到9和字母A到F表示(其中:A~F即10~15)。
例如十进制数57,在二进制写作111001,在16进制写作39。
像java,c这样的语言为了区分十六进制和十进制数值,会在十六进制数的前面加上 0x,比如0x20是十进制的32,而不是十进制的20
HexKit() - Constructor for class com.runrunfast.meike.core.support.HexKit
 
hexStrToStr(String, Charset) - Static method in class com.runrunfast.meike.core.util.Convert
十六进制转换字符串
hexToBytes(String) - Static method in class com.runrunfast.meike.core.util.Convert
Hex字符串转换为Byte值
host - Static variable in class com.runrunfast.meike.core.push.PushClient
 
HOST_METHOD_ADD_DEVICE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_ADD_GET_RRFID - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_ADD_GET_RRFIDS - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_ADD_LIMIT_QRCODE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_ADD_OPENDOORCARD - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_ADD_OWNER_QRCODE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_DEL_DEVICE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_DEL_OPENDOORCARD - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_GET_DEVICE_LIST - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_GET_OPENDOORLOG - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_MAKE_SDK_KEY - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_RE_OPENDOOR - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_UPDATE_DEVICE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_METHOD_UPDATE_SDK_KEY - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOST_SERVER - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
HOUR_MS - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
每小时的毫秒数
HTML_AMP - Static variable in class com.runrunfast.meike.core.support.StrKit
 
HTML_AMP - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
HTML_GT - Static variable in class com.runrunfast.meike.core.support.StrKit
 
HTML_GT - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
HTML_LT - Static variable in class com.runrunfast.meike.core.support.StrKit
 
HTML_LT - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
HTML_NBSP - Static variable in class com.runrunfast.meike.core.support.StrKit
 
HTML_NBSP - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
HTML_QUOTE - Static variable in class com.runrunfast.meike.core.support.StrKit
 
HTML_QUOTE - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
HtmlUtil - Class in com.runrunfast.meike.core.util
 
HtmlUtil() - Constructor for class com.runrunfast.meike.core.util.HtmlUtil
 
HTTP_DATETIME_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
HTTP头中日期时间格式
HttpClientJsonUtil - Class in com.runrunfast.meike.core.util
〈一句话功能简述〉
〈〉
HttpClientJsonUtil() - Constructor for class com.runrunfast.meike.core.util.HttpClientJsonUtil
 
HttpKit - Class in com.runrunfast.meike.core.support
 
HttpKit() - Constructor for class com.runrunfast.meike.core.support.HttpKit
 
HttpSessionHolder - Class in com.runrunfast.meike.core.util
非Controller中获取当前session的工具类
HttpSessionHolder() - Constructor for class com.runrunfast.meike.core.util.HttpSessionHolder
 

I

ICache - Interface in com.runrunfast.meike.core.cache
通用缓存接口
ICheck - Interface in com.runrunfast.meike.core.shiro.check
检查用接口
IConstantFactory - Interface in com.runrunfast.meike.core.common.constant.factory
常量生产工厂的接口
id - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
主键ID
ILoader - Interface in com.runrunfast.meike.core.cache
数据重载
ImageSizeEnum - Enum in com.runrunfast.meike.core.enums
〈〉
imgBannerPage() - Method in class com.runrunfast.meike.modular.system.controller.CommonController
 
imgJsonToOriginSrc(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
 
imgJsonToThumbnail(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
 
imgJsonToThumbnailSrc(String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
 
imgUrlToJsonArrayStr(List<String>, ImageSizeEnum) - Static method in class com.runrunfast.meike.core.util.JsonUtil
 
imgUrlToJsonObjectStr(String, ImageSizeEnum) - Static method in class com.runrunfast.meike.core.util.JsonUtil
 
importData(MultipartFile) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
员工数据导入
IncreasementService - Class in com.runrunfast.meike.entity
IncreasementService() - Constructor for class com.runrunfast.meike.entity.IncreasementService
 
IncreasementServiceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
IncreasementServiceService - Interface in com.runrunfast.meike.service
服务类
IncreasementServiceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
IncreasementServiceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.IncreasementServiceServiceImpl
 
index() - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
跳转到companyMember页面
index() - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberHistoryController
跳转到companyMember页面
index(String) - Method in class com.runrunfast.meike.modular.LingLingCallbackController
 
index() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
跳转到预约看房首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
跳转到分享房源首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
跳转到租客留言首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
跳转到首页轮播图管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
跳转到内容素材首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
跳转到门禁管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.information.DecorationController
跳转到资讯管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.information.EssayController
跳转到资讯管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.information.LeaseController
跳转到资讯管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
跳转到项目管理首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
跳转到repair首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
跳转到内容客服首页
index(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
跳转到写字楼管理首页
index(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
如果是写字楼页面跳转到房源页面需要传buildingId 跳转到发布房源首页
index(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
跳转到绑定门禁页面
index() - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
跳转到投诉与建议首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
跳转到用户信息首页
index() - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
跳转到内容APP版本首页
index() - Method in class com.runrunfast.meike.modular.system.controller.DeptController
跳转到部门管理首页
index() - Method in class com.runrunfast.meike.modular.system.controller.DictController
跳转到字典管理首页
index(HttpServletRequest, HttpServletResponse) - Method in class com.runrunfast.meike.modular.system.controller.KaptchaController
生成验证码
index() - Method in class com.runrunfast.meike.modular.system.controller.LogController
跳转到日志管理的首页
index(Model) - Method in class com.runrunfast.meike.modular.system.controller.LoginController
跳转到主页
index() - Method in class com.runrunfast.meike.modular.system.controller.LoginLogController
跳转到日志管理的首页
index() - Method in class com.runrunfast.meike.modular.system.controller.MenuController
跳转到菜单列表列表页面
index() - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
跳转到首页
index() - Method in class com.runrunfast.meike.modular.system.controller.RoleController
跳转到角色列表页面
index() - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到查看管理员列表的页面
info(ShiroUser, BUser, String) - Method in interface com.runrunfast.meike.core.shiro.factory.IShiro
获取shiro的认证信息
info(ShiroUser, BUser, String) - Method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
info() - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
跳转到企业信息首页
Information - Class in com.runrunfast.meike.entity
Information() - Constructor for class com.runrunfast.meike.entity.Information
 
informationAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.LeaseController
跳转到添加资讯管理
InformationController - Class in com.runrunfast.meike.modular.operation.controller.information
资讯管理控制器
InformationController() - Constructor for class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
informationH5(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
InformationMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
informationPage(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
informationService - Variable in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
InformationService - Interface in com.runrunfast.meike.service
服务类
InformationServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
InformationServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.InformationServiceImpl
 
informationUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
跳转到修改资讯管理
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.AnnoDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
初始化字段英文名称和中文名称对应的字典
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.SystemDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DeleteDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DeptDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DictMap
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.LogDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.MenuDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.NoticeMap
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.RoleDict
 
init() - Method in class com.runrunfast.meike.core.common.constant.dictmap.UserDict
 
init() - Method in class com.runrunfast.meike.core.util.OssClientUtil
初始化
init(FilterConfig) - Method in class com.runrunfast.meike.core.xss.XssFilter
 
init() - Method in class com.runrunfast.meike.generator.action.config.AbstractGeneratorConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
init() - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
initBeetlEngine() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.AnnoDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
初始化需要被包装的字段(例如:性别为1:男,2:女,需要被包装为汉字)
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.SystemDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DeleteDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DeptDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.DictMap
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.LogDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.MenuDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.NoticeMap
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.RoleDict
 
initBeWrapped() - Method in class com.runrunfast.meike.core.common.constant.dictmap.UserDict
 
initConfig() - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
initOther() - Method in class com.runrunfast.meike.core.beetl.BeetlConfiguration
 
inputStreamClose(InputStream) - Static method in class com.runrunfast.meike.core.util.StreamClose
 
insertAnnoToId(Announcement) - Method in interface com.runrunfast.meike.dao.AnnouncementMapper
 
insertAnnoToId(Announcement) - Method in interface com.runrunfast.meike.service.AnnouncementService
 
insertAnnoToId(Announcement) - Method in class com.runrunfast.meike.service.impl.AnnouncementServiceImpl
 
insertDeptGetId(Dept) - Method in interface com.runrunfast.meike.dao.DeptMapper
添加部门并返回id
insertDeptGetId(Dept) - Method in interface com.runrunfast.meike.service.DeptService
添加部门并返回id
insertDeptGetId(Dept) - Method in class com.runrunfast.meike.service.impl.DeptServiceImpl
添加部门并返回id
intercept(Invocation) - Method in class com.runrunfast.meike.core.datascope.DataScopeInterceptor
 
InvalidKaptchaException - Exception in com.runrunfast.meike.core.common.exception
验证码错误异常
InvalidKaptchaException() - Constructor for exception com.runrunfast.meike.core.common.exception.InvalidKaptchaException
 
invite(String) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
邀请已注册员工
inviteUserJoinCompanyByPhone(String, Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
根据手机号查找用户并添加为企业员工
inviteUserJoinCompanyByPhone(String, Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
IOSNotification - Class in com.runrunfast.meike.core.push
 
IOSNotification() - Constructor for class com.runrunfast.meike.core.push.IOSNotification
 
IOSUnicast - Class in com.runrunfast.meike.core.push.ios
IOS单播消息推送
IOSUnicast(String, String) - Constructor for class com.runrunfast.meike.core.push.ios.IOSUnicast
 
isAbstract(Class<?>) - Static method in class com.runrunfast.meike.core.support.ClassKit
是否为抽象类
isAccessAllowed(ServletRequest, ServletResponse, Object) - Method in class com.runrunfast.meike.core.intercept.UserFilter
 
isAdmin() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
判断当前用户是否是超级管理员
isAllBlank(String...) - Static method in class com.runrunfast.meike.core.support.StrKit
给定所有字符串是否为空白
isAllBlank(String...) - Static method in class com.runrunfast.meike.core.util.StrUtil
给定所有字符串是否为空白
isAllEmpty(String...) - Static method in class com.runrunfast.meike.core.support.StrKit
是否全部为空字符串
isAllEmpty(String...) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否全部为空字符串
isAllEmpty(Object...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象组中是否全是 Empty Object
isArray(Object) - Static method in class com.runrunfast.meike.core.support.CollectionKit
判定给定对象是否为数组类型
isAssignable(Class<?>, Class<?>) - Static method in class com.runrunfast.meike.core.support.ClassKit
检查目标类是否可以从原类转化
转化包括:
1、原类是对象,目标类型是原类型实现的接口
2、目标类型是原类型的父类
3、两者是原始类型或者包装类型(相互转换)
isAuthenticated() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
已认证通过的用户。不包含已记住的用户,这是与user标签的区别所在。与notAuthenticated搭配使用
isBean(Class<?>) - Static method in class com.runrunfast.meike.core.support.BeanKit
判断是否为Bean对象
isBlank(String) - Static method in class com.runrunfast.meike.core.support.StrKit
字符串是否为空白 空白的定义如下:
1、为null
2、为不可见字符(如空格)
3、""
isBlank(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
字符串是否为空白 空白的定义如下:
1、为null
2、为不可见字符(如空格)
3、""
isEmpty(T[]) - Static method in class com.runrunfast.meike.core.support.CollectionKit
数组是否为空
isEmpty(Collection<?>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
集合是否为空
isEmpty(Map<?, ?>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
Map是否为空
isEmpty(String) - Static method in class com.runrunfast.meike.core.support.StrKit
字符串是否为空,空的定义如下 1、为null
2、为""
isEmpty(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
字符串是否为空,空的定义如下 1、为null
2、为""
isEmpty(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象是否为空
isExcel2003(String) - Static method in interface com.runrunfast.meike.core.util.poi.ReadExcelService
是否是2003的excel,返回true是2003
isExcel2007(String) - Static method in interface com.runrunfast.meike.core.util.poi.ReadExcelService
是否是2007的excel,返回true是2007
isGuest() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
验证当前用户是否为“访客”,即未认证(包含未记住)的用户。用user搭配使用
isGuest() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
验证当前用户是否为“访客”,即未认证(包含未记住)的用户。用user搭配使用
IShiro - Interface in com.runrunfast.meike.core.shiro.factory
定义shirorealm所需数据的接口
isNormalClass(Class<?>) - Static method in class com.runrunfast.meike.core.support.ClassKit
是否为标准的类
这个类必须:
1、非接口 2、非抽象类 3、非Enum枚举 4、非数组 5、非注解 6、非原始类型(int, long等)
isNotEmpty(T[]) - Static method in class com.runrunfast.meike.core.support.CollectionKit
数组是否为非空
isNotEmpty(Collection<?>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
集合是否为非空
isNotEmpty(Map<?, ?>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
Map是否为非空
isNotEmpty(String) - Static method in class com.runrunfast.meike.core.support.StrKit
字符串是否为非空白 空白的定义如下:
1、不为null
2、不为""
isNotEmpty(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
字符串是否为非空白 空白的定义如下:
1、不为null
2、不为""
isNotEmpty(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象是否不为空(新增)
isNotPublic(Class<?>) - Static method in class com.runrunfast.meike.core.support.ClassKit
指定类是否为非public
isNotPublic(Method) - Static method in class com.runrunfast.meike.core.support.ClassKit
指定方法是否为非public
isNum(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
是否为数字
isOneEmpty(Object...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象组中是否存在 Empty Object
isOneNoEmpty(Object...) - Static method in class com.runrunfast.meike.core.util.ToolUtil
对象组中是否存在 Empty Object
isPublic(Class<?>) - Static method in class com.runrunfast.meike.core.support.ClassKit
指定类是否为Public
isPublic(Method) - Static method in class com.runrunfast.meike.core.support.ClassKit
指定方法是否为Public
isSurround(String, String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
给定字符串是否被字符包围
isSurround(String, char, char) - Static method in class com.runrunfast.meike.core.support.StrKit
给定字符串是否被字符包围
isSurround(String, String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
给定字符串是否被字符包围
isSurround(String, char, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
给定字符串是否被字符包围
isUser() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
认证通过或已记住的用户。与guset搭配使用。
isUser() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
认证通过或已记住的用户。与guset搭配使用。
isValidDate(String) - Static method in class com.runrunfast.meike.core.util.DateUtil
校验日期是否合法
isValidDate(String, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
校验日期是否合法
isWinOs() - Static method in class com.runrunfast.meike.core.util.ToolUtil
判断是否是windows操作系统
isWrap(String, String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
指定字符串是否被包装
isWrap(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(String, char) - Static method in class com.runrunfast.meike.core.support.StrKit
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(String, char, char) - Static method in class com.runrunfast.meike.core.support.StrKit
指定字符串是否被包装
isWrap(String, String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
指定字符串是否被包装
isWrap(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(String, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
指定字符串是否被同一字符包装(前后都有这些字符串)
isWrap(String, char, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
指定字符串是否被包装
ITEM_SPLIT - Static variable in class com.runrunfast.meike.core.constant.MutiStrFactory
每个条目之间的分隔符

J

join(Iterable<T>, String) - Static method in class com.runrunfast.meike.core.support.CollectionKit
以 conjunction 为分隔符将集合转换为字符串
join(T[], String) - Static method in class com.runrunfast.meike.core.support.CollectionKit
以 conjunction 为分隔符将数组转换为字符串
join(String, Object...) - Static method in class com.runrunfast.meike.core.support.StrKit
以 conjunction 为分隔符将多个对象转换为字符串
join(String, Object...) - Static method in class com.runrunfast.meike.core.util.StrUtil
以 conjunction 为分隔符将多个对象转换为字符串
JsonUtil - Class in com.runrunfast.meike.core.util
〈〉
JsonUtil() - Constructor for class com.runrunfast.meike.core.util.JsonUtil
 

K

kaptcha() - Method in class com.runrunfast.meike.config.web.WebConfig
验证码生成相关
KaptchaController - Class in com.runrunfast.meike.modular.system.controller
验证码生成
KaptchaController() - Constructor for class com.runrunfast.meike.modular.system.controller.KaptchaController
 
KaptchaUtil - Class in com.runrunfast.meike.core.util
验证码工具类
KaptchaUtil() - Constructor for class com.runrunfast.meike.core.util.KaptchaUtil
 
Keeper - Class in com.runrunfast.meike.entity
Keeper() - Constructor for class com.runrunfast.meike.entity.Keeper
 
KeeperMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
KeeperService - Interface in com.runrunfast.meike.service
服务类
KeeperServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
KeeperServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.KeeperServiceImpl
 
Keyword - Class in com.runrunfast.meike.entity
Keyword() - Constructor for class com.runrunfast.meike.entity.Keyword
 
KeywordMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
KeywordService - Interface in com.runrunfast.meike.service
服务类
KeywordServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
KeywordServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.KeywordServiceImpl
 

L

lacksPermission(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
与hasPermission标签逻辑相反,当前用户没有制定权限时,验证通过。
lacksPermission(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
与hasPermission标签逻辑相反,当前用户没有制定权限时,验证通过。
lacksRole(String) - Method in class com.runrunfast.meike.core.beetl.ShiroExt
与hasRole标签逻辑相反,当用户不属于该角色时验证通过。
lacksRole(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
与hasRole标签逻辑相反,当用户不属于该角色时验证通过。
lastMouth() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
上个月
lastWeek() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
上周
LeaseController - Class in com.runrunfast.meike.modular.operation.controller.information
办公租赁
LeaseController() - Constructor for class com.runrunfast.meike.modular.operation.controller.information.LeaseController
 
leaseList() - Method in class com.runrunfast.meike.modular.operation.controller.information.LeaseController
获取资讯管理列表
leasePage(Model) - Method in class com.runrunfast.meike.modular.system.controller.CommonController
租赁页面
length(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
计算对象长度,如果是字符串调用其length函数,集合类调用其size函数,数组调用其length属性,其他可遍历对象遍历计算长度
lifecycleBeanPostProcessor() - Method in class com.runrunfast.meike.config.web.ShiroConfig
Shiro生命周期处理器: 用于在实现了Initializable接口的Shiro bean初始化时调用Initializable接口回调(例如:UserRealm) 在实现了Destroyable接口的Shiro bean销毁时调用 Destroyable接口回调(例如:DefaultSecurityManager)
LINGLING_METHOD_ADD_DEVICE - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_ADD_OWNER_QRCODE - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_DEL_DEVICE - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_GET_DEVICE_LIST - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_GET_LINGLING - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
获取令令ID
LINGLING_METHOD_GET_LINGLING_BATCH - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
批量获取令令ID
LINGLING_METHOD_GET_OPENDOORLOG - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_MAKE_SDK_KEY - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_METHOD_UPDATE_DEVICE - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LINGLING_SERVER - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
LingLingCallbackController - Class in com.runrunfast.meike.modular
令令二维码开门日志回调
LingLingCallbackController() - Constructor for class com.runrunfast.meike.modular.LingLingCallbackController
 
LingLingConfigUtil - Class in com.runrunfast.meike.core.util
〈〉
LingLingLockService - Interface in com.runrunfast.meike.service
〈〉
LingLingLockServiceImpl - Class in com.runrunfast.meike.service.impl
〈〉
LingLingLockServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
 
linglingMessage(JSONObject) - Static method in class com.runrunfast.meike.core.util.ClientJsonUtil
 
list(String) - Method in interface com.runrunfast.meike.dao.DeptMapper
获取所有部门列表
list(String) - Method in interface com.runrunfast.meike.dao.DictMapper
查询字典列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
获取companyMember列表
list() - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberHistoryController
查询员工入离职记录
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
获取预约看房列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
获取分享房源列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
获取租客留言列表
list(String) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
获取首页轮播图管理列表
list(String) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
获取内容素材列表
list(String, String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
获取企业列表
list(String, String, String, String, String, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
获取门禁管理列表
list(String) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
获取项目管理列表
list(String) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
获取repair列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
获取内容客服列表
list(BuildingReqVO) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
获取写字楼管理列表
list(SpaceReqVO) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
获取发布房源列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
获取门禁列表
list(Integer, String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
获取门禁列表
list() - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
获取投诉与建议列表
list(String, String, String) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
获取用户信息列表
list(String) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
获取内容APP版本列表
list(String) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
获取所有部门列表
list(String) - Method in class com.runrunfast.meike.modular.system.controller.DictController
获取所有字典列表
list(String, String, String, Integer) - Method in class com.runrunfast.meike.modular.system.controller.LogController
查询操作日志列表
list(String) - Method in class com.runrunfast.meike.modular.system.controller.LoginLogController
查询登录日志列表
list(String, String) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
获取菜单列表
list(String) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
获取列表
list(String) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
获取角色列表
list(String, String, String, Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
查询管理员列表
list(String) - Method in interface com.runrunfast.meike.service.DeptService
获取所有部门列表
list(String) - Method in interface com.runrunfast.meike.service.DictService
查询字典列表
list(String) - Method in class com.runrunfast.meike.service.impl.DeptServiceImpl
 
list(String) - Method in class com.runrunfast.meike.service.impl.DictServiceImpl
 
listToMapList(List<T>) - Static method in class com.runrunfast.meike.core.support.BeanKit
对象转Map
load() - Method in interface com.runrunfast.meike.core.cache.ILoader
 
LogAop - Class in com.runrunfast.meike.core.aop
日志记录
LogAop() - Constructor for class com.runrunfast.meike.core.aop.LogAop
 
LogController - Class in com.runrunfast.meike.modular.system.controller
日志管理的控制器
LogController() - Constructor for class com.runrunfast.meike.modular.system.controller.LogController
 
LogDict - Class in com.runrunfast.meike.core.common.constant.dictmap
日志的字典
LogDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.LogDict
 
LogFactory - Class in com.runrunfast.meike.core.log.factory
日志对象创建工厂
LogFactory() - Constructor for class com.runrunfast.meike.core.log.factory.LogFactory
 
login() - Method in class com.runrunfast.meike.modular.system.controller.LoginController
跳转到登录页面
LoginController - Class in com.runrunfast.meike.modular.system.controller
登录控制器
LoginController() - Constructor for class com.runrunfast.meike.modular.system.controller.LoginController
 
loginLog(Integer, String) - Static method in class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
loginLog(String, String, String) - Static method in class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
LoginLog - Class in com.runrunfast.meike.entity
登录记录
LoginLog() - Constructor for class com.runrunfast.meike.entity.LoginLog
 
LoginLogController - Class in com.runrunfast.meike.modular.system.controller
日志管理的控制器
LoginLogController() - Constructor for class com.runrunfast.meike.modular.system.controller.LoginLogController
 
LoginLogMapper - Interface in com.runrunfast.meike.dao
登录记录 Mapper 接口
LoginLogService - Interface in com.runrunfast.meike.service
登录记录 服务类
LoginLogServiceImpl - Class in com.runrunfast.meike.service.impl
登录记录 服务实现类
LoginLogServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.LoginLogServiceImpl
 
loginVali() - Method in class com.runrunfast.meike.modular.system.controller.LoginController
点击登录执行的动作
LogManager - Class in com.runrunfast.meike.core.log
日志管理器
logManager - Static variable in class com.runrunfast.meike.core.log.LogManager
 
LogObjectHolder - Class in com.runrunfast.meike.core.log
被修改的bean临时存放的地方
LogObjectHolder() - Constructor for class com.runrunfast.meike.core.log.LogObjectHolder
 
logOut() - Method in class com.runrunfast.meike.modular.system.controller.LoginController
退出登录
LogSucceed - Enum in com.runrunfast.meike.core.common.constant.state
业务是否成功的日志记录
LogTaskFactory - Class in com.runrunfast.meike.core.log.factory
日志操作任务创建工厂
LogTaskFactory() - Constructor for class com.runrunfast.meike.core.log.factory.LogTaskFactory
 
LogType - Enum in com.runrunfast.meike.core.common.constant.state
日志类型
LogWarpper - Class in com.runrunfast.meike.modular.system.warpper
日志列表的包装类
LogWarpper(Object) - Constructor for class com.runrunfast.meike.modular.system.warpper.LogWarpper
 
lowerFirst(String) - Static method in class com.runrunfast.meike.core.support.StrKit
小写首字母
例如:str = Name, return name
lowerFirst(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
小写首字母
例如:str = Name, return name

M

main(String[]) - Static method in class CodeGenerator
 
main(String[]) - Static method in class com.runrunfast.meike.core.beetl.ShiroExt
 
main(String[]) - Static method in class com.runrunfast.meike.core.util.MD5Util
 
main(String[]) - Static method in class com.runrunfast.meike.generator.action.MeikeCodeGenerator
 
main(String[]) - Static method in class com.runrunfast.meike.MeikeWebApplication
 
makeMessage(JSONObject) - Static method in class com.runrunfast.meike.core.util.ClientJsonUtil
生成发送消息
makeSdkKey(JSONObject) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
生成开门密钥Key
makeSdkKey(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
生成开门密钥Key
makeSdkKey(JSONObject) - Method in interface com.runrunfast.meike.service.LingLingLockService
生成开门密钥Key
makeSdkKey(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
生成开门密钥Key
ManagerStatus - Enum in com.runrunfast.meike.core.common.constant.state
管理员的状态
ManagerUser - Class in com.runrunfast.meike.modular.system.transfer
管理员的信息封装
ManagerUser() - Constructor for class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
mapToBean(Map<?, ?>, Class<T>) - Static method in class com.runrunfast.meike.core.support.BeanKit
Map转换为Bean对象
mapToBeanIgnoreCase(Map<?, ?>, Class<T>) - Static method in class com.runrunfast.meike.core.support.BeanKit
Map转换为Bean对象
忽略大小写
Material - Class in com.runrunfast.meike.entity
Material() - Constructor for class com.runrunfast.meike.entity.Material
 
materialAdd() - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
跳转到添加内容素材
MaterialController - Class in com.runrunfast.meike.modular.operation.controller.appManager
内容素材控制器
MaterialController() - Constructor for class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
 
MaterialMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
MaterialService - Interface in com.runrunfast.meike.service
服务类
MaterialServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
MaterialServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.MaterialServiceImpl
 
materialUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
跳转到修改内容素材
MAX_RADIX - Static variable in class com.runrunfast.meike.core.util.UuidUtil
支持的最大进制数
md5(String, String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
shiro密码加密工具类
md5(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
shiro密码加密工具类
MD5Util - Class in com.runrunfast.meike.core.util
MD5加密类(封装jdk自带的md5加密方法)
MD5Util() - Constructor for class com.runrunfast.meike.core.util.MD5Util
 
me() - Static method in class com.runrunfast.meike.core.common.constant.factory.ConstantFactory
 
me() - Static method in class com.runrunfast.meike.core.log.LogManager
 
me() - Static method in class com.runrunfast.meike.core.log.LogObjectHolder
 
me() - Static method in class com.runrunfast.meike.core.shiro.check.PermissionCheckFactory
 
me() - Static method in class com.runrunfast.meike.core.shiro.check.PermissionCheckManager
 
me() - Static method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
MeikeCodeGenerator - Class in com.runrunfast.meike.generator.action
代码生成器,可以生成实体,dao,service,controller,html,js
MeikeCodeGenerator() - Constructor for class com.runrunfast.meike.generator.action.MeikeCodeGenerator
 
MeikeProperties - Class in com.runrunfast.meike.config.properties
美客美租项目配置
MeikeProperties() - Constructor for class com.runrunfast.meike.config.properties.MeikeProperties
 
MeikeWebApplication - Class in com.runrunfast.meike
 
MeikeWebApplication() - Constructor for class com.runrunfast.meike.MeikeWebApplication
 
MeikeWebServletInitializer - Class in com.runrunfast.meike
 
MeikeWebServletInitializer() - Constructor for class com.runrunfast.meike.MeikeWebServletInitializer
 
memberDeviceList() - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
跳转到门禁管理列表
Menu - Class in com.runrunfast.meike.entity
菜单表
Menu() - Constructor for class com.runrunfast.meike.entity.Menu
 
Menu - Class in com.runrunfast.meike.generator.engine.config
菜单表
Menu() - Constructor for class com.runrunfast.meike.generator.engine.config.Menu
 
menuAdd() - Method in class com.runrunfast.meike.modular.system.controller.MenuController
跳转到菜单列表列表页面
MenuController - Class in com.runrunfast.meike.modular.system.controller
菜单控制器
MenuController() - Constructor for class com.runrunfast.meike.modular.system.controller.MenuController
 
MenuDict - Class in com.runrunfast.meike.core.common.constant.dictmap
菜单的字典
MenuDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.MenuDict
 
menuEdit(Long, Model) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
跳转到菜单详情列表页面
MenuMapper - Interface in com.runrunfast.meike.dao
菜单表 Mapper 接口
MenuNode - Class in com.runrunfast.meike.core.node
 
MenuNode() - Constructor for class com.runrunfast.meike.core.node.MenuNode
 
MenuNode(Long, Long) - Constructor for class com.runrunfast.meike.core.node.MenuNode
 
MenuOpenStatus - Enum in com.runrunfast.meike.core.common.constant.state
菜单是否打开的状态
MenuService - Interface in com.runrunfast.meike.service
菜单表 服务类
MenuServiceImpl - Class in com.runrunfast.meike.service.impl
菜单表 服务实现类
MenuServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.MenuServiceImpl
 
MenuStatus - Enum in com.runrunfast.meike.core.common.constant.state
菜单的状态
menuTreeList() - Method in interface com.runrunfast.meike.dao.MenuMapper
获取菜单列表树
menuTreeList() - Method in class com.runrunfast.meike.modular.system.controller.MenuController
获取菜单列表(首页用)
menuTreeList() - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
menuTreeList() - Method in interface com.runrunfast.meike.service.MenuService
获取菜单列表树
menuTreeListByMenuIds(List<String>) - Method in interface com.runrunfast.meike.dao.MenuMapper
获取菜单列表树
menuTreeListByMenuIds(List<String>) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
menuTreeListByMenuIds(List<String>) - Method in interface com.runrunfast.meike.service.MenuService
获取菜单列表树
menuTreeListByRoleId(String) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
根据角色获取菜单树结构
MenuType - Enum in com.runrunfast.meike.core.constant
是否是菜单的枚举
MenuWarpper - Class in com.runrunfast.meike.modular.system.warpper
菜单列表的包装类
MenuWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.system.warpper.MenuWarpper
 
message - Variable in class com.runrunfast.meike.core.base.tips.BaseTip
 
methodInvokingFactoryBean(DefaultWebSecurityManager) - Method in class com.runrunfast.meike.config.web.ShiroConfig
在方法中 注入 securityManager,进行代理控制
MIN_RADIX - Static variable in class com.runrunfast.meike.core.util.UuidUtil
支持的最小进制数
MINUTE_MS - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
每分钟的毫秒数
month(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获得月份,从1月开始计数
MS - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
毫秒
MultiSourceExAop - Class in com.runrunfast.meike.core.mutidatasource.aop
多数据源切换的aop
MultiSourceExAop() - Constructor for class com.runrunfast.meike.core.mutidatasource.aop.MultiSourceExAop
 
MUTI_STR_ID - Static variable in class com.runrunfast.meike.core.constant.MutiStrFactory
拼接字符串的id
MUTI_STR_KEY - Static variable in class com.runrunfast.meike.core.constant.MutiStrFactory
拼接字符串的key
MUTI_STR_VALUE - Static variable in class com.runrunfast.meike.core.constant.MutiStrFactory
拼接字符串的value
mutiDataSource() - Method in class com.runrunfast.meike.config.MybatisPlusConfig
多数据源连接池配置
MutiDataSourceProperties - Class in com.runrunfast.meike.core.mutidatasource.config
默认多数据源配置
MutiDataSourceProperties() - Constructor for class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
MutiStrFactory - Class in com.runrunfast.meike.core.constant
组合字符串生产者
MutiStrFactory() - Constructor for class com.runrunfast.meike.core.constant.MutiStrFactory
 
MybatisPlusConfig - Class in com.runrunfast.meike.config
 
MybatisPlusConfig() - Constructor for class com.runrunfast.meike.config.MybatisPlusConfig
 

N

name - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
姓名
newArray(Class<?>, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个空数组
newArrayList() - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个ArrayList
newArrayList(T...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个ArrayList
newHashMap() - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个HashMap
newHashMap(int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个HashMap
newHashSet() - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个HashSet
newHashSet(T...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
新建一个HashSet
newInstance(String) - Static method in class com.runrunfast.meike.core.support.ClassKit
实例化对象
newInstance(Class<T>) - Static method in class com.runrunfast.meike.core.support.ClassKit
实例化对象
newInstance(Class<T>, Object...) - Static method in class com.runrunfast.meike.core.support.ClassKit
实例化对象
NEWLINE - Static variable in class com.runrunfast.meike.core.support.StrKit
 
NEWLINE - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
NORM_DATE_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
标准日期格式
NORM_DATETIME_MINUTE_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
标准日期时间格式,精确到分
NORM_DATETIME_MS_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
标准日期时间格式,精确到毫秒
NORM_DATETIME_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
标准日期时间格式,精确到秒
NORM_TIME_PATTERN - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
标准时间格式
notAuthenticated() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
未认证通过用户,与authenticated标签相对应。与guest标签的区别是,该标签包含已记住用户。。
notAuthenticated() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
未认证通过用户,与authenticated标签相对应。与guest标签的区别是,该标签包含已记住用户。。
notBlank(String) - Static method in class com.runrunfast.meike.core.support.StrKit
字符串是否为非空白 空白的定义如下:
1、不为null
2、不为不可见字符(如空格)
3、不为""
notBlank(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
字符串是否为非空白 空白的定义如下:
1、不为null
2、不为不可见字符(如空格)
3、不为""
notFount(BizException) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
拦截业务异常
notFount(RuntimeException) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
拦截未知的运行时异常
NoticeMap - Class in com.runrunfast.meike.core.common.constant.dictmap
通知的映射
NoticeMap() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.NoticeMap
 
now() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
当前时间,格式 yyyy-MM-dd HH:mm:ss
nullToDefault(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
nullToDefault(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
如果字符串是null,则返回指定默认字符串,否则返回字符串本身。
nullToEmpty(String) - Static method in class com.runrunfast.meike.core.support.StrKit
当给定字符串为null时,转换为Empty
nullToEmpty(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
当给定字符串为null时,转换为Empty

O

obj - Variable in class com.runrunfast.meike.core.base.warpper.BaseControllerWarpper
 
ObjectKit - Class in com.runrunfast.meike.core.support
一些通用的函数
ObjectKit() - Constructor for class com.runrunfast.meike.core.support.ObjectKit
 
offsiteDate(Date, int, int) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获取指定日期偏移指定时间后的时间
offsiteDay(Date, int) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
偏移天
offsiteMonth(Date, int) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
偏移月
offsiteWeek(Date, int) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
偏移周
onAccessDenied(ServletRequest, ServletResponse) - Method in class com.runrunfast.meike.core.intercept.UserFilter
This default implementation simply calls saveRequestAndRedirectToLogin and then immediately returns false, thereby preventing the chain from continuing so the redirect may execute.
OPEN_TOKEN - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
openMapPage(String, String, Model) - Method in class com.runrunfast.meike.modular.system.controller.CommonController
打开地图选取经纬度页面
OPERATION_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.Const
运营管理员的名字
OperationLog - Class in com.runrunfast.meike.entity
操作日志
OperationLog() - Constructor for class com.runrunfast.meike.entity.OperationLog
 
operationLogAdd() - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
跳转到添加
OperationLogController - Class in com.runrunfast.meike.modular.system.controller
控制器
OperationLogController() - Constructor for class com.runrunfast.meike.modular.system.controller.OperationLogController
 
OperationLogMapper - Interface in com.runrunfast.meike.dao
操作日志 Mapper 接口
OperationLogService - Interface in com.runrunfast.meike.service
操作日志 服务类
OperationLogServiceImpl - Class in com.runrunfast.meike.service.impl
操作日志 服务实现类
OperationLogServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.OperationLogServiceImpl
 
operationLogUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
跳转到修改
Order - Enum in com.runrunfast.meike.core.common.constant.state
数据库排序
OssClientUtil - Class in com.runrunfast.meike.core.util
 
OssClientUtil() - Constructor for class com.runrunfast.meike.core.util.OssClientUtil
 

P

packageConfig() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
packForBT(Page<T>) - Method in class com.runrunfast.meike.core.base.controller.BaseController
把service层的分页信息,封装为bootstrap table通用的分页封装
padEnd(String, int, char) - Static method in class com.runrunfast.meike.core.support.StrKit
补充字符串以满足最小长度 StrUtil.padEnd("1", 3, '0');//"100"
padEnd(String, int, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
补充字符串以满足最小长度 StrUtil.padEnd("1", 3, '0');//"100"
padPre(String, int, char) - Static method in class com.runrunfast.meike.core.support.StrKit
补充字符串以满足最小长度 StrUtil.padPre("1", 3, '0');//"001"
padPre(String, int, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
补充字符串以满足最小长度 StrUtil.padPre("1", 3, '0');//"001"
PageBT - Class in com.runrunfast.meike.core.page
分页参数类(for BootStrap Table)
PageBT() - Constructor for class com.runrunfast.meike.core.page.PageBT
 
PageBT(int, int) - Constructor for class com.runrunfast.meike.core.page.PageBT
 
pageConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
页面的控制器
PageConfig - Class in com.runrunfast.meike.generator.engine.config
页面 模板生成的配置
PageConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.PageConfig
 
PageFactory<T> - Class in com.runrunfast.meike.core.common.constant.factory
BootStrap Table默认的分页参数创建
PageFactory() - Constructor for class com.runrunfast.meike.core.common.constant.factory.PageFactory
 
PageInfoBT<T> - Class in com.runrunfast.meike.core.page
分页结果的封装(for Bootstrap Table)
PageInfoBT(Page<T>) - Constructor for class com.runrunfast.meike.core.page.PageInfoBT
 
PageKit - Class in com.runrunfast.meike.core.support
分页工具类
PageKit() - Constructor for class com.runrunfast.meike.core.support.PageKit
 
PageKit - Class in com.runrunfast.meike.core.util
分页工具类
PageKit() - Constructor for class com.runrunfast.meike.core.util.PageKit
 
paginationInterceptor() - Method in class com.runrunfast.meike.config.MybatisPlusConfig
mybatis-plus分页插件
parse(Date) - Static method in class com.runrunfast.meike.core.support.DateTime
转换JDK date为 DateTime
parse(String, SimpleDateFormat) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
构建DateTime对象
parse(String, String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
将特定格式的日期转换为Date对象
parse(String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式:
1、yyyy-MM-dd HH:mm:ss
2、yyyy-MM-dd
3、HH:mm:ss
4、yyyy-MM-dd HH:mm 5、yyyy-MM-dd HH:mm:ss.SSS
parse(Class<?>, Object) - Static method in class com.runrunfast.meike.core.util.Convert
强制转换类型
parse(String, String) - Static method in class com.runrunfast.meike.core.util.DateUtil
格式化日期
parseBasic(Class<?>, String) - Static method in class com.runrunfast.meike.core.util.Convert
转换基本类型
将字符串转换为原始类型或包装类型
parseDate(String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式yyyy-MM-dd
parseDate(String) - Static method in class com.runrunfast.meike.core.util.DateUtil
格式化日期
parseDateTime(String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式yyyy-MM-dd HH:mm:ss
parseIdKeyValue(String) - Static method in class com.runrunfast.meike.core.constant.MutiStrFactory
解析id:key:value这样类型的字符串
parseKeyValue(String) - Static method in class com.runrunfast.meike.core.constant.MutiStrFactory
解析一个组合字符串(例如: "1:启用;2:禁用;3:冻结" 这样的字符串)
parseMutiKey(AbstractDictMap, String, Map<String, String>) - Static method in class com.runrunfast.meike.core.util.Contrast
解析多个key(逗号隔开的)
parseTime(String) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式HH:mm:ss
parseTime(String) - Static method in class com.runrunfast.meike.core.util.DateUtil
格式化日期
passCheck(Integer, String) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
审核通过企业认证申请
PAYLOAD_KEYS - Static variable in class com.runrunfast.meike.core.push.AndroidNotification
 
pendingList(AgentReqVO) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
获取待审核经纪人/新增列表
performanceInterceptor() - Method in class com.runrunfast.meike.config.MybatisPlusConfig
mybatis-plus SQL执行效率插件【生产环境可以关闭】
Permission - Annotation Type in com.runrunfast.meike.core.common.annotion
权限注解 用于检查权限 规定访问权限
PermissionAop - Class in com.runrunfast.meike.core.aop
AOP 权限自定义检查
PermissionAop() - Constructor for class com.runrunfast.meike.core.aop.PermissionAop
 
PermissionCheckFactory - Class in com.runrunfast.meike.core.shiro.check
权限自定义检查
PermissionCheckFactory() - Constructor for class com.runrunfast.meike.core.shiro.check.PermissionCheckFactory
 
PermissionCheckManager - Class in com.runrunfast.meike.core.shiro.check
权限检查管理器(入口)
PermissionCheckManager(ICheck) - Constructor for class com.runrunfast.meike.core.shiro.check.PermissionCheckManager
 
pkVal() - Method in class com.runrunfast.meike.entity.Agent
 
pkVal() - Method in class com.runrunfast.meike.entity.AgentBook
 
pkVal() - Method in class com.runrunfast.meike.entity.AgentShare
 
pkVal() - Method in class com.runrunfast.meike.entity.Announcement
 
pkVal() - Method in class com.runrunfast.meike.entity.Appointment
 
pkVal() - Method in class com.runrunfast.meike.entity.Banner
 
pkVal() - Method in class com.runrunfast.meike.entity.Building
 
pkVal() - Method in class com.runrunfast.meike.entity.BUser
 
pkVal() - Method in class com.runrunfast.meike.entity.City
 
pkVal() - Method in class com.runrunfast.meike.entity.Company
 
pkVal() - Method in class com.runrunfast.meike.entity.CompanyMember
 
pkVal() - Method in class com.runrunfast.meike.entity.CompanyMemberHistory
 
pkVal() - Method in class com.runrunfast.meike.entity.CompanySpace
 
pkVal() - Method in class com.runrunfast.meike.entity.Dept
 
pkVal() - Method in class com.runrunfast.meike.entity.Device
 
pkVal() - Method in class com.runrunfast.meike.entity.Dict
 
pkVal() - Method in class com.runrunfast.meike.entity.Entrance
 
pkVal() - Method in class com.runrunfast.meike.entity.EntranceLog
 
pkVal() - Method in class com.runrunfast.meike.entity.EntranceRecord
 
pkVal() - Method in class com.runrunfast.meike.entity.IncreasementService
 
pkVal() - Method in class com.runrunfast.meike.entity.Information
 
pkVal() - Method in class com.runrunfast.meike.entity.Keeper
 
pkVal() - Method in class com.runrunfast.meike.entity.Keyword
 
pkVal() - Method in class com.runrunfast.meike.entity.LoginLog
 
pkVal() - Method in class com.runrunfast.meike.entity.Material
 
pkVal() - Method in class com.runrunfast.meike.entity.Menu
 
pkVal() - Method in class com.runrunfast.meike.entity.OperationLog
 
pkVal() - Method in class com.runrunfast.meike.entity.Project
 
pkVal() - Method in class com.runrunfast.meike.entity.Relation
 
pkVal() - Method in class com.runrunfast.meike.entity.RepairRequest
 
pkVal() - Method in class com.runrunfast.meike.entity.Role
 
pkVal() - Method in class com.runrunfast.meike.entity.Space
 
pkVal() - Method in class com.runrunfast.meike.entity.SpaceDevice
 
pkVal() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
pkVal() - Method in class com.runrunfast.meike.entity.Suggestion
 
pkVal() - Method in class com.runrunfast.meike.entity.SystemSetting
 
pkVal() - Method in class com.runrunfast.meike.entity.User
 
pkVal() - Method in class com.runrunfast.meike.entity.UserAnnouncement
 
pkVal() - Method in class com.runrunfast.meike.entity.UserCollection
 
pkVal() - Method in class com.runrunfast.meike.entity.UserDevice
 
pkVal() - Method in class com.runrunfast.meike.entity.UserInfo
 
pkVal() - Method in class com.runrunfast.meike.entity.UserMessagePad
 
pkVal() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
plaformAnnoAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
跳转到编辑系统消息界面
plaformAnnoIndex() - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
跳转到消息管理首页
platformList() - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
获取系统消息列表
plugin(Object) - Method in class com.runrunfast.meike.core.datascope.DataScopeInterceptor
 
POLICY_KEYS - Static variable in class com.runrunfast.meike.core.push.UmengNotification
 
popPart(Stack<T>, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
切取部分数据
popPart(Deque<T>, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
切取部分数据
PostObjectPolicy - Class in com.runrunfast.meike.vo
〈〉
PostObjectPolicy() - Constructor for class com.runrunfast.meike.vo.PostObjectPolicy
 
postPath - Static variable in class com.runrunfast.meike.core.push.PushClient
 
PREFIX - Static variable in class com.runrunfast.meike.config.properties.MeikeProperties
 
primitiveWrapperMap - Static variable in enum com.runrunfast.meike.core.support.BasicType
包装类型为Key,原始类型为Value,例如: Integer.class -> int.class.
principal() - Method in class com.runrunfast.meike.core.beetl.ShiroExt
输出当前用户信息,通常为登录帐号信息。
principal() - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
输出当前用户信息,通常为登录帐号信息。
Project - Class in com.runrunfast.meike.entity
项目表(原biz_build)
Project() - Constructor for class com.runrunfast.meike.entity.Project
 
projectAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
跳转到添加项目管理
ProjectController - Class in com.runrunfast.meike.modular.operation.controller.project
项目管理控制器
ProjectController() - Constructor for class com.runrunfast.meike.modular.operation.controller.project.ProjectController
 
ProjectMapper - Interface in com.runrunfast.meike.dao
项目表(原biz_build) Mapper 接口
ProjectService - Interface in com.runrunfast.meike.service
项目表(原biz_build) 服务类
ProjectServiceImpl - Class in com.runrunfast.meike.service.impl
项目表(原biz_build) 服务实现类
ProjectServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.ProjectServiceImpl
 
projectUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
跳转到修改项目管理
PushClient - Class in com.runrunfast.meike.core.push
 
PushClient() - Constructor for class com.runrunfast.meike.core.push.PushClient
 
PushTimer - Class in com.runrunfast.meike.core.timer
〈〉
PushTimer() - Constructor for class com.runrunfast.meike.core.timer.PushTimer
 
put(String, Object, Object) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
put(String, Object, Object) - Method in class com.runrunfast.meike.core.cache.EhcacheFactory
 
put(String, Object, Object) - Method in interface com.runrunfast.meike.core.cache.ICache
 
put(String, String) - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 
put(HttpSession) - Static method in class com.runrunfast.meike.core.util.HttpSessionHolder
 
putFieldWrapperMethodName(String, String) - Method in class com.runrunfast.meike.core.common.constant.dictmap.base.AbstractDictMap
 

Q

queryDeviceList() - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
列表设备
queryDeviceList() - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
列表设备
queryDeviceList() - Method in interface com.runrunfast.meike.service.LingLingLockService
获得日志列表设备
queryDeviceList() - Method in interface com.runrunfast.meike.service.SmartLockService
获得日志列表设备

R

range(int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
生成一个数字列表
自动判定正序反序
range(int, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
生成一个数字列表
自动判定正序反序
range(int, int, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
生成一个数字列表
自动判定正序反序
ReadExcelService - Interface in com.runrunfast.meike.core.util.poi
检查Excel数据格式工具类
readExcelValue(Workbook, ExcelCheckResult) - Method in interface com.runrunfast.meike.core.util.poi.ReadExcelService
读取Excel中数据并校验
readExcelValue(Workbook, ExcelCheckResult) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
recordSysLog(ProceedingJoinPoint) - Method in class com.runrunfast.meike.core.aop.LogAop
 
recursionFn(List<MenuNode>, MenuNode, Long) - Method in class com.runrunfast.meike.core.node.MenuNode
遍历一个节点的子节点
REDIRECT - Static variable in class com.runrunfast.meike.core.base.controller.BaseController
 
refuse(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
修改成拒绝状态
refuseCheck(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
审批拒绝企业认证申请
Relation - Class in com.runrunfast.meike.entity
角色和菜单关联表
Relation() - Constructor for class com.runrunfast.meike.entity.Relation
 
RelationMapper - Interface in com.runrunfast.meike.dao
角色和菜单关联表 Mapper 接口
RelationService - Interface in com.runrunfast.meike.service
角色和菜单关联表 服务类
RelationServiceImpl - Class in com.runrunfast.meike.service.impl
角色和菜单关联表 服务实现类
RelationServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.RelationServiceImpl
 
releaseSpace(Integer) - Method in class com.runrunfast.meike.service.impl.SpaceServiceImpl
 
releaseSpace(Integer) - Method in interface com.runrunfast.meike.service.SpaceService
1.删除房源 2.释放企业房源绑定关系 3.释放房源门锁绑定关系
reletSpace(Integer, Integer, String) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
续租房源
reletSpace(Integer, Integer, String) - Method in interface com.runrunfast.meike.service.CompanySpaceService
续租房源
reletSpace(Integer, Integer, String) - Method in class com.runrunfast.meike.service.impl.CompanySpaceServiceImpl
 
rememberMeCookie() - Method in class com.runrunfast.meike.config.web.ShiroConfig
记住密码Cookie
rememberMeManager(SimpleCookie) - Method in class com.runrunfast.meike.config.web.ShiroConfig
rememberMe管理器, cipherKey生成见Base64Test.java
remoteOpenDoor(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
远程开门
remoteOpenDoor(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
远程开门
remove(String, Object) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
remove(String, Object) - Method in class com.runrunfast.meike.core.cache.EhcacheFactory
 
remove(String, Object) - Method in interface com.runrunfast.meike.core.cache.ICache
 
remove() - Static method in class com.runrunfast.meike.core.util.HttpSessionHolder
 
remove(Integer) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
删除菜单
remove(Integer) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
删除角色
removeAll(String) - Static method in class com.runrunfast.meike.core.cache.CacheKit
 
removeAll(String) - Method in class com.runrunfast.meike.core.cache.EhcacheFactory
 
removeAll(String) - Method in interface com.runrunfast.meike.core.cache.ICache
 
removePrefix(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
去掉指定前缀
removePrefix(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
去掉指定前缀
removePrefixIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
忽略大小写去掉指定前缀
removePrefixIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
忽略大小写去掉指定前缀
removeSessionAttr(String) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
移除shiro指定的sessionKey
removeSuffix(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
去掉指定后缀
removeSuffix(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
去掉指定后缀
removeSuffix(String, String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
去掉指定后缀
removeSuffixIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
忽略大小写去掉指定后缀
removeSuffixIgnoreCase(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
忽略大小写去掉指定后缀
removeTagFromText(String) - Static method in class com.runrunfast.meike.core.util.HtmlUtil
 
render(Map<String, ?>, HttpServletRequest, HttpServletResponse) - Method in class com.runrunfast.meike.core.base.controller.ErrorView
 
renderFile(String, String) - Method in class com.runrunfast.meike.core.base.controller.BaseController
返回前台文件流
renderFile(String, byte[]) - Method in class com.runrunfast.meike.core.base.controller.BaseController
返回前台文件流
renderPicture(String, HttpServletResponse) - Method in class com.runrunfast.meike.modular.system.controller.KaptchaController
返回图片
RepairRequest - Class in com.runrunfast.meike.entity
RepairRequest() - Constructor for class com.runrunfast.meike.entity.RepairRequest
 
repairRequestAdd() - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
跳转到添加repair
RepairRequestController - Class in com.runrunfast.meike.modular.operation.controller
repair控制器
RepairRequestController() - Constructor for class com.runrunfast.meike.modular.operation.controller.RepairRequestController
 
RepairRequestMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
RepairRequestService - Interface in com.runrunfast.meike.service
服务类
RepairRequestServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
RepairRequestServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.RepairRequestServiceImpl
 
repairRequestUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
跳转到修改repair
repeat(char, int) - Static method in class com.runrunfast.meike.core.support.StrKit
重复某个字符
repeat(String, int) - Static method in class com.runrunfast.meike.core.support.StrKit
重复某个字符串
repeat(char, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
重复某个字符
repeat(String, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
重复某个字符串
ReqAddManager - Class in com.runrunfast.meike.modular.system.transfer
添加管理员的请求bean
ReqAddManager() - Constructor for class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
ReqEditManager - Class in com.runrunfast.meike.modular.system.transfer
编辑管理员的请求
ReqEditManager() - Constructor for class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
REQUEST_PARAM - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
requestContextListenerRegistration() - Method in class com.runrunfast.meike.config.web.WebConfig
RequestContextListener注册
requestParamToBean(ServletRequest, Class<T>) - Static method in class com.runrunfast.meike.core.support.BeanKit
ServletRequest 参数转Bean
reservedDecimal(Double, int) - Static method in class com.runrunfast.meike.core.util.ToolUtil
保留小数点后几位
reset(Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
重置管理员的密码
resetPassword(Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
resetPassword(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
resize(T[], int, Class<?>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
生成一个新的重新设置大小的数组
resize(T[], int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
生成一个新的重新设置大小的数组
新数组的类型为原数组的类型
RESPONSE_RESULT - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
restPsw(Integer) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
重置密码
Role - Class in com.runrunfast.meike.entity
角色表
Role() - Constructor for class com.runrunfast.meike.entity.Role
 
roleAdd() - Method in class com.runrunfast.meike.modular.system.controller.RoleController
跳转到添加角色
roleAssign(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
跳转到角色分配
roleAssign(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到角色分配页面
RoleController - Class in com.runrunfast.meike.modular.system.controller
角色控制器
RoleController() - Constructor for class com.runrunfast.meike.modular.system.controller.RoleController
 
RoleDict - Class in com.runrunfast.meike.core.common.constant.dictmap
角色的字典
RoleDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.RoleDict
 
roleEdit(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
跳转到修改角色
roleList - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
角色集
RoleMapper - Interface in com.runrunfast.meike.dao
角色表 Mapper 接口
roleNames - Variable in class com.runrunfast.meike.core.shiro.ShiroUser
角色名称集
ROLES_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.cache.CacheKey
角色名称(多个)
RoleService - Interface in com.runrunfast.meike.service
角色表 服务类
RoleServiceImpl - Class in com.runrunfast.meike.service.impl
角色表 服务实现类
RoleServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.RoleServiceImpl
 
roleTreeList() - Method in interface com.runrunfast.meike.dao.RoleMapper
获取角色列表树
roleTreeList() - Method in class com.runrunfast.meike.modular.system.controller.RoleController
获取角色列表
roleTreeList() - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
roleTreeList() - Method in interface com.runrunfast.meike.service.RoleService
获取角色列表树
roleTreeListByRoleId(String[]) - Method in interface com.runrunfast.meike.dao.RoleMapper
获取角色列表树
roleTreeListByRoleId(String[]) - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
roleTreeListByRoleId(String[]) - Method in interface com.runrunfast.meike.service.RoleService
获取角色列表树
roleTreeListByUserId(Integer) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
获取角色列表
RoleWarpper - Class in com.runrunfast.meike.modular.system.warpper
角色列表的包装类
RoleWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.system.warpper.RoleWarpper
 
ROOT_KEYS - Static variable in class com.runrunfast.meike.core.push.UmengNotification
 
rootJson - Variable in class com.runrunfast.meike.core.push.UmengNotification
 

S

saveMember(Map<String, Object>, Company) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
season(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获得季节
SECOND_MS - Static variable in class com.runrunfast.meike.core.support.DateTimeKit
每秒钟的毫秒数
securityManager(CookieRememberMeManager, CacheManager, SessionManager) - Method in class com.runrunfast.meike.config.web.ShiroConfig
安全管理器
seeContent(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
 
selectAgentBookList(Page<AgentBookVO>, String, String, String) - Method in interface com.runrunfast.meike.dao.AgentBookMapper
预约看房LIST
selectAgentBookList(Page<AgentBookVO>, String, String, String) - Method in interface com.runrunfast.meike.service.AgentBookService
 
selectAgentBookList(Page<AgentBookVO>, String, String, String) - Method in class com.runrunfast.meike.service.impl.AgentBookServiceImpl
 
selectAgentList(Page<AgentVO>, AgentReqVO) - Method in interface com.runrunfast.meike.dao.AgentMapper
 
selectAgentList(Page<AgentVO>, AgentReqVO) - Method in interface com.runrunfast.meike.service.AgentService
 
selectAgentList(Page<AgentVO>, AgentReqVO) - Method in class com.runrunfast.meike.service.impl.AgentServiceImpl
 
selectBaseList() - Method in interface com.runrunfast.meike.dao.ProjectMapper
 
selectBaseList() - Method in interface com.runrunfast.meike.dao.SpaceMapper
 
selectBaseList() - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
查询项目基础信息列表
selectBaseList() - Method in class com.runrunfast.meike.service.impl.ProjectServiceImpl
 
selectBaseList() - Method in class com.runrunfast.meike.service.impl.SpaceServiceImpl
 
selectBaseList() - Method in interface com.runrunfast.meike.service.ProjectService
 
selectBaseList() - Method in interface com.runrunfast.meike.service.SpaceService
 
selectBindSpace(Integer) - Method in interface com.runrunfast.meike.dao.SpaceMapper
 
selectBookNumByAgent() - Method in interface com.runrunfast.meike.dao.AgentBookMapper
 
selectBookNumByAgent() - Method in interface com.runrunfast.meike.service.AgentBookService
 
selectBookNumByAgent() - Method in class com.runrunfast.meike.service.impl.AgentBookServiceImpl
 
selectBookNumToday() - Method in interface com.runrunfast.meike.dao.AgentBookMapper
 
selectBookNumToday() - Method in interface com.runrunfast.meike.service.AgentBookService
 
selectBookNumToday() - Method in class com.runrunfast.meike.service.impl.AgentBookServiceImpl
 
selectBookPush(Integer) - Method in interface com.runrunfast.meike.dao.AgentBookMapper
 
selectBookPush(Integer) - Method in interface com.runrunfast.meike.service.AgentBookService
推送的参数
selectBookPush(Integer) - Method in class com.runrunfast.meike.service.impl.AgentBookServiceImpl
 
selectBuildingIds(List<Integer>) - Method in class com.runrunfast.meike.service.impl.ProjectServiceImpl
 
selectBuildingIds(List<Integer>) - Method in interface com.runrunfast.meike.service.ProjectService
查询项目下所有写字楼
selectBuildingList(Page<BuildingVO>, BuildingReqVO) - Method in interface com.runrunfast.meike.dao.BuildingMapper
写字楼显示List
selectBuildingList(Page<BuildingVO>, BuildingReqVO) - Method in interface com.runrunfast.meike.service.BuildingService
写字楼显示List
selectBuildingList(Page<BuildingVO>, BuildingReqVO) - Method in class com.runrunfast.meike.service.impl.BuildingServiceImpl
 
selectByCode(String) - Method in interface com.runrunfast.meike.dao.DictMapper
根据编码获取词典列表
selectByCode(String) - Method in interface com.runrunfast.meike.service.DictService
根据编码获取词典列表
selectByCode(String) - Method in class com.runrunfast.meike.service.impl.DictServiceImpl
 
selectByDeptId(Integer) - Method in interface com.runrunfast.meike.dao.CompanyMapper
 
selectCompanyAccountList(Page<CompanyAccountVO>, String, String, String, String) - Method in interface com.runrunfast.meike.dao.CompanyMapper
 
selectCompanyDeviceList(Page<DeviceOnlineStatusVO>, Integer, List<Object>) - Method in interface com.runrunfast.meike.dao.CompanyMemberMapper
根据userId和spaceIds集合来查询员工门禁有没有权限
selectCompanyDeviceList(Page<DeviceOnlineStatusVO>, Integer, Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
根据userId和spaceIds集合来查询员工门禁有没有权限
selectCompanyDeviceList(Page<DeviceOnlineStatusVO>, Integer, Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
根据userId和spaceIds集合来查询员工门禁有没有权限
selectCompanyInfo(Integer) - Method in interface com.runrunfast.meike.dao.CompanyMapper
企业管理者的公司信息查询
selectCompanyInfo(Integer) - Method in interface com.runrunfast.meike.service.CompanyService
企业管理者的公司信息查询
selectCompanyInfo(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
企业管理者的公司信息查询
selectCompanyInfoList(Page<CompanyInfoVO>, String, String, String, String) - Method in interface com.runrunfast.meike.dao.CompanyMapper
 
selectDayPriceList() - Method in interface com.runrunfast.meike.dao.SpaceSearchOptionsMapper
每日租金
selectDayPriceList() - Method in class com.runrunfast.meike.service.impl.SpaceSearchOptionsServiceImpl
 
selectDayPriceList() - Method in interface com.runrunfast.meike.service.SpaceSearchOptionsService
每日租金
selectDeviceInfoList(Page<DeviceOnlineStatusVO>, String, String, String, String, String, Integer) - Method in interface com.runrunfast.meike.dao.DeviceMapper
查询门禁管理页面数据
selectDeviceListWithOnlineStatus(Page<DeviceOnlineStatusVO>, String, String, String, String, String, Integer) - Method in interface com.runrunfast.meike.service.DeviceService
根据DeviceCode批量查询设备在线状态
selectDeviceListWithOnlineStatus(Page<DeviceOnlineStatusVO>, String, String, String, String, String, Integer) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
selectDeviceOnlineStatus(List<String>) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
 
selectDeviceOnlineStatus(List<String>) - Method in interface com.runrunfast.meike.service.SmartLockService
批量查询门锁设备在线状态
selectInfoVOList(DataScope, Page, String, String, String) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
selectInfoVOList(DataScope, Page, String, String, String) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
selectInfoVOListByDeptId(DataScope, Page, String, String, String) - Method in interface com.runrunfast.meike.dao.CompanyMemberMapper
 
selectMemberById(Integer) - Method in interface com.runrunfast.meike.dao.CompanyMemberMapper
根据员工关系id查询员工信息
selectMemberById(Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
selectMemberById(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
selectMemberDeviceList(List<CompanySpace>) - Method in interface com.runrunfast.meike.dao.CompanySpaceMapper
 
selectMemberDeviceList(List<CompanySpace>) - Method in interface com.runrunfast.meike.service.CompanySpaceService
 
selectMemberDeviceList(List<CompanySpace>) - Method in class com.runrunfast.meike.service.impl.CompanySpaceServiceImpl
 
selectMenus(String, String) - Method in interface com.runrunfast.meike.dao.MenuMapper
根据条件查询菜单
selectMenus(String, String) - Method in class com.runrunfast.meike.service.impl.MenuServiceImpl
 
selectMenus(String, String) - Method in interface com.runrunfast.meike.service.MenuService
根据条件查询菜单
selectMenuTreeList() - Method in class com.runrunfast.meike.modular.system.controller.MenuController
获取菜单列表(选择父级菜单用)
selectNotbindSpace(Page<SpaceStatVO>, String, String) - Method in interface com.runrunfast.meike.dao.SpaceMapper
根据条件来查询为未绑定的房源
selectOneByCon(String, Object) - Method in class com.runrunfast.meike.core.db.Db
通过一个条件获取数据库中的一条记录(会返回null)
selectOneByConList(String, Object) - Method in class com.runrunfast.meike.core.db.Db
通过一个条件获取一堆记录(会返回null)
selectOpenDoorLog(JSONObject) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
日志查询
selectOpenDoorLog(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
日志查询
selectOpenDoorLog(JSONObject) - Method in interface com.runrunfast.meike.service.LingLingLockService
日志查询
selectOpenDoorLog(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
日志查询
selectPageByCompany(Page, Integer) - Method in interface com.runrunfast.meike.service.CompanyMemberHistoryService
获取公司的所有入离职记录
selectPageByCompany(Page, Integer) - Method in class com.runrunfast.meike.service.impl.CompanyMemberHistoryServiceImpl
 
selectRoles(String) - Method in interface com.runrunfast.meike.dao.RoleMapper
根据条件查询角色列表
selectRoles(String) - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
selectRoles(String) - Method in interface com.runrunfast.meike.service.RoleService
根据条件查询角色列表
selectSpaceDevice(Page<Device>, Integer, String, String, String) - Method in interface com.runrunfast.meike.service.DeviceService
房源绑定门禁逻辑
selectSpaceDevice(Page<Device>, Integer, String, String, String) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
selectSpaceDeviceList(Page<DeviceOnlineStatusVO>, String, String, String) - Method in interface com.runrunfast.meike.dao.DeviceMapper
查询绑定门禁界面
selectSpaceDeviceList(Page<DeviceOnlineStatusVO>, String, String, String) - Method in interface com.runrunfast.meike.service.DeviceService
房源绑定门禁界面
selectSpaceDeviceList(Page<DeviceOnlineStatusVO>, String, String, String) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
selectSpaceIds(List<Integer>) - Method in class com.runrunfast.meike.service.impl.ProjectServiceImpl
 
selectSpaceIds(List<Integer>) - Method in interface com.runrunfast.meike.service.ProjectService
查询项目下所有房源
selectSpaceList(Page<SpaceListVO>, SpaceReqVO) - Method in interface com.runrunfast.meike.dao.SpaceMapper
 
selectSpaceList(Page<SpaceListVO>, SpaceReqVO) - Method in class com.runrunfast.meike.service.impl.SpaceServiceImpl
 
selectSpaceList(Page<SpaceListVO>, SpaceReqVO) - Method in interface com.runrunfast.meike.service.SpaceService
 
selectSpaceShareList(Page<SpaceShareVO>, String, String, String) - Method in interface com.runrunfast.meike.dao.AgentShareMapper
 
selectSpaceShareList(Page<SpaceShareVO>, String, String, String) - Method in interface com.runrunfast.meike.service.AgentShareService
 
selectSpaceShareList(Page<SpaceShareVO>, String, String, String) - Method in class com.runrunfast.meike.service.impl.AgentShareServiceImpl
 
selectSpaceStat(Integer, Integer, Integer) - Method in interface com.runrunfast.meike.dao.SpaceMapper
根据年/季/月查询房源的租赁状态
selectSpaceStat(Integer, Integer, Integer) - Method in class com.runrunfast.meike.service.impl.SpaceServiceImpl
根据年/季/月查询房源的租赁状态
selectSpaceStat(Integer, Integer, Integer) - Method in interface com.runrunfast.meike.service.SpaceService
根据年/季/月查询房源的租赁状态
selectSpaceWithBindStatus(Page<SpaceStatVO>, Integer, String, String) - Method in class com.runrunfast.meike.service.impl.SpaceServiceImpl
 
selectSpaceWithBindStatus(Page<SpaceStatVO>, Integer, String, String) - Method in interface com.runrunfast.meike.service.SpaceService
查询所有房源与指定公司的绑定关系
selectUserInfo(Page<UserInfoVO>, String, String, String) - Method in interface com.runrunfast.meike.dao.UserMapper
 
selectUserInfo(Page<UserInfoVO>, String, String, String) - Method in class com.runrunfast.meike.service.impl.UserServiceImpl
 
selectUserInfo(Page<UserInfoVO>, String, String, String) - Method in interface com.runrunfast.meike.service.UserService
 
selectUserMessageList(Page<UserMessageVO>, String, String, String) - Method in interface com.runrunfast.meike.dao.AppointmentMapper
 
selectUserMessageList(Page<UserMessageVO>, String, String, String) - Method in interface com.runrunfast.meike.service.AppointmentService
 
selectUserMessageList(Page<UserMessageVO>, String, String, String) - Method in class com.runrunfast.meike.service.impl.AppointmentServiceImpl
 
selectUsers(DataScope, String, String, String, Integer) - Method in interface com.runrunfast.meike.dao.BUserMapper
根据条件查询用户列表
selectUsers(DataScope, String, String, String, Integer) - Method in interface com.runrunfast.meike.service.BUserService
根据条件查询用户列表
selectUsers(DataScope, String, String, String, Integer) - Method in class com.runrunfast.meike.service.impl.BUserServiceImpl
 
selectVO(Page<SuggestionVO>, List<Integer>) - Method in interface com.runrunfast.meike.dao.SuggestionMapper
 
selectVOByDeptId(Integer) - Method in interface com.runrunfast.meike.service.CompanyService
查找企业信息(包括企业管理员帐号)
selectVOByDeptId(Integer) - Method in class com.runrunfast.meike.service.impl.CompanyServiceImpl
 
selectVOPageByCustomerServiceId(Page, Integer) - Method in class com.runrunfast.meike.service.impl.SuggestionServiceImpl
 
selectVOPageByCustomerServiceId(Page, Integer) - Method in interface com.runrunfast.meike.service.SuggestionService
分页查询投诉与建议
send(UmengNotification) - Method in class com.runrunfast.meike.core.push.PushClient
 
sendGet(String, Map<String, String>) - Static method in class com.runrunfast.meike.core.support.HttpKit
向指定URL发送GET方法的请求
sendPost(String, Map<String, String>) - Static method in class com.runrunfast.meike.core.support.HttpKit
向指定 URL 发送POST方法的请求
sendUnicast(Integer, String, String, String, String) - Method in class com.runrunfast.meike.core.push.UMengPushClient
 
separator - Static variable in class com.runrunfast.meike.core.util.Contrast
记录每个修改字段的分隔符
serviceConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
Service配置
ServiceConfig - Class in com.runrunfast.meike.generator.engine.config
Service模板生成的配置
ServiceConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
ServiceExceptionEnum - Interface in com.runrunfast.meike.core.exception
抽象接口
servicerAdd() - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
跳转到添加内容客服
ServicerController - Class in com.runrunfast.meike.modular.operation.controller
 
ServicerController() - Constructor for class com.runrunfast.meike.modular.operation.controller.ServicerController
 
servicerUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
跳转到修改内容客服
servletContainerSessionManager() - Method in class com.runrunfast.meike.config.web.ShiroConfig
spring session管理器(多机环境)
SessionHolderInterceptor - Class in com.runrunfast.meike.core.intercept
静态调用session的拦截器
SessionHolderInterceptor() - Constructor for class com.runrunfast.meike.core.intercept.SessionHolderInterceptor
 
sessionKit(ProceedingJoinPoint) - Method in class com.runrunfast.meike.core.intercept.SessionHolderInterceptor
 
set(Object) - Method in class com.runrunfast.meike.core.log.LogObjectHolder
 
setAccessible(Method) - Static method in class com.runrunfast.meike.core.support.ClassKit
设置方法为可访问
setAccount(String) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setAccount(String) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setActivity(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setAddPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setAddPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setAfterOpenAction(AndroidNotification.AfterOpenAction) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setAgentId(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setAgentId(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setAlert(String, String) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setApplicationContext(ApplicationContext) - Method in class com.runrunfast.meike.core.util.SpringContextHolder
 
setAppMasterSecret(String) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setAptitudeImg(String) - Method in class com.runrunfast.meike.entity.Agent
 
setAttr(String, Object) - Method in class com.runrunfast.meike.core.base.controller.BaseController
 
setAuthor(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setAuthority(Integer, String) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
配置权限
setAuthority(Integer, String) - Method in class com.runrunfast.meike.service.impl.RoleServiceImpl
 
setAuthority(Integer, String) - Method in interface com.runrunfast.meike.service.RoleService
设置某个角色的权限
setBadge(Integer) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setBillStatus(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setBirthday(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setBizChName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setBizEnBigName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setBizEnName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setBizName(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setBookEndTime(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setBookNum(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setBookStartTime(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setBookStatus(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setBuilderId(Integer) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setCellNum(int) - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
setChecked(Boolean) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setChildren(List<MenuNode>) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setCityId(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setCityName(String) - Method in class com.runrunfast.meike.entity.Agent
 
setCode(int) - Method in class com.runrunfast.meike.core.base.tips.BaseTip
 
setCode(int) - Method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
 
setCode(int) - Method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
 
setCode(int) - Method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
 
setCode(int) - Method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
 
setCode(int) - Method in enum com.runrunfast.meike.core.constant.MenuType
 
setCode(Integer) - Method in exception com.runrunfast.meike.core.exception.BizException
 
setCode(Integer) - Method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
 
setCode(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setCompanyName(String) - Method in class com.runrunfast.meike.entity.Agent
 
setConnection(Connection) - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
setContent(String) - Method in class com.runrunfast.meike.entity.AgentBook
 
setContent(String) - Method in class com.runrunfast.meike.entity.Appointment
 
setContentAvailable(Integer) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setContextConfig(ContextConfig) - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
setControllerConfig(ControllerConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setControllerPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
setControllerSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setControllerSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setCoreBasePackage(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setCorePackage(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setCreateTime(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setCreateTime(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setCreateTime(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setCreateTime(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setCreateTime(Date) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setCreatetime(Date) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setCustomField(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setCustomField(JSONObject) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setCustomizedField(String, String) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setDaoConfig(DaoConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setDaoPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
setDaoSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setDaoSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setData(Object) - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
setDataSourceType(String) - Static method in class com.runrunfast.meike.core.mutidatasource.DataSourceContextHolder
设置数据源类型
setDefaultCheckFactory(ICheck) - Method in class com.runrunfast.meike.core.shiro.check.PermissionCheckManager
 
setDefaultDataSourceName(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setDelimiterStatementEnd(String) - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
setDelimiterStatementStart(String) - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
setDeptId(Integer) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setDeptid(Integer) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setDeptIds(List<Integer>) - Method in class com.runrunfast.meike.core.datascope.DataScope
 
setDeptName(String) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setDes(String) - Method in enum com.runrunfast.meike.core.common.constant.state.Order
 
setDescription(String) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setDeviceToken(String) - Method in class com.runrunfast.meike.core.push.android.AndroidUnicast
 
setDeviceToken(String) - Method in class com.runrunfast.meike.core.push.ios.IOSUnicast
 
setDisplayType(AndroidNotification.DisplayType) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setDriverClassName(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setDriverClassName(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setEditable(Class<?>) - Method in class com.runrunfast.meike.core.support.BeanKit.CopyOptions
设置限制的类或接口,必须为目标对象的实现接口或父类,用于限制拷贝的属性
setEditPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setEditPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setEndTime(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setEntityName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setEntitySwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setEntitySwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setErrorMsg(String) - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
setExpireTime(String) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setExtraField(String, String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setFeedbackTime(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setFileUploadPath(String) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setFilters(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setGroupId(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setGroupKey(String) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setGroupName(String) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setGroupType(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setHasError(boolean) - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
setHeadUrl(String) - Method in class com.runrunfast.meike.entity.Agent
 
setIcon(String) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setIcon(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setIcon(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setId(Long) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setId(Long) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setId(Integer) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setId(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setId(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setId(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setId(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setId(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setId(Long) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setId(Integer) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setIdCardBackImg(String) - Method in class com.runrunfast.meike.entity.Agent
 
setIdCardFrontImg(String) - Method in class com.runrunfast.meike.entity.Agent
 
setIgnoreNullValue(boolean) - Method in class com.runrunfast.meike.core.support.BeanKit.CopyOptions
设置是否忽略空值,当源对象的值为null时,true: 忽略而不注入此值,false: 注入null
setIgnoreProperties(String...) - Method in class com.runrunfast.meike.core.support.BeanKit.CopyOptions
设置忽略的属性列表,设置一个属性列表,不拷贝这些属性值
setIgnoreTabelPrefix(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setImg(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setImports(List<String>) - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
setIndexPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setIndexPageSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setInfoJsSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setInfoJsSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setInitialSize(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setIsOpen(Boolean) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setIsopen(Integer) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setItemGroupId(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setItemId(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setItemName(String) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setItemValueMax(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setItemValueMin(Integer) - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
setJobTitle(String) - Method in class com.runrunfast.meike.entity.Agent
 
setJoinCompanyTime(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setJsSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setJsSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setKaptchaOpen(Boolean) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setLargeIcon(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setLevels(Integer) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setLevels(Integer) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setLimit(int) - Method in class com.runrunfast.meike.core.page.PageBT
 
setLoginTime(Date) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setMaxActive(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setMaxPoolPreparedStatementPerConnectionSize(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setMaxSendNum(Integer) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setMaxWait(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setMenus(List<Menu>) - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
setMessage(String) - Method in class com.runrunfast.meike.core.base.tips.BaseTip
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.LogSucceed
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.LogType
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
 
setMessage(String) - Method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
 
setMessage(String) - Method in enum com.runrunfast.meike.core.constant.MenuType
 
setMessage(String) - Method in exception com.runrunfast.meike.core.exception.BizException
 
setMessage(String) - Method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
 
setMethodName(String) - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
setMinEvictableIdleTimeMillis(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setMinIdle(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setModelMapperPackageName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setModelPackageName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setModuleName(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setModuleName(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setName(String) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setName(String) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setName(String) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setName(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setName(String) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setNickName(String) - Method in class com.runrunfast.meike.entity.Agent
 
setNum(Integer) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setNum(Integer) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setOffset(int) - Method in class com.runrunfast.meike.core.page.PageBT
 
setOpen(Boolean) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setOrder(String) - Method in class com.runrunfast.meike.core.page.PageBT
 
setOrder(int) - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
setPackageName(String) - Method in class com.runrunfast.meike.generator.engine.config.ControllerConfig
 
setPackageName(String) - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
setPackageName(String) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setPageAddPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setPageConfig(PageConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setPageEditPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setPageInfoJsPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setPageJsPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setPagePathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.PageConfig
 
setParentId(Long) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setParentMenuName(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setParentMenuName(String) - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
setPassword(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setPassword(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setPassword(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setPassword(String) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setPcode(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setPcodes(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setPhone(String) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setpId(Long) - Method in class com.runrunfast.meike.core.node.ZTreeNode
 
setPlayLights(Boolean) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setPlaySound(Boolean) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setPlaySound(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setPlayVibrate(Boolean) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setPoolPreparedStatements(Boolean) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setPredefinedKeyValue(String, Object) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setPredefinedKeyValue(String, Object) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setPredefinedKeyValue(String, Object) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setProductionMode(Boolean) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setProductionMode() - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setProjectPackage(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setProjectPath(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setProjectPath(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setProPackage(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setProperties(Properties) - Method in class com.runrunfast.meike.core.datascope.DataScopeInterceptor
 
setReadStatus(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setResourceAutoCheck(String) - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
setResourceTagroot(String) - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
setResourceTagsuffix(String) - Method in class com.runrunfast.meike.config.properties.BeetlProperties
 
setRole(Integer, String) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
分配角色
setRoleid(String) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setRoleList(List<Integer>) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setRoleNames(List<String>) - Method in class com.runrunfast.meike.core.shiro.ShiroUser
 
setRoles(Integer, String) - Method in interface com.runrunfast.meike.dao.BUserMapper
设置用户的角色
setRoles(Integer, String) - Method in interface com.runrunfast.meike.service.BUserService
设置用户的角色
setRoles(Integer, String) - Method in class com.runrunfast.meike.service.impl.BUserServiceImpl
 
setRowNum(int) - Method in class com.runrunfast.meike.core.util.poi.ExcelCheckResult
 
setRows(List<T>) - Method in class com.runrunfast.meike.core.page.PageInfoBT
 
setScopeName(String) - Method in class com.runrunfast.meike.core.datascope.DataScope
 
setScore(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setServiceConfig(ServiceConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setServiceImplImports(List<String>) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setServiceImplPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setServiceInterfaceImports(List<String>) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setServicePathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.ServiceConfig
 
setServiceSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setServiceSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setSessionAttr(String, Object) - Static method in class com.runrunfast.meike.core.shiro.ShiroKit
设置shiro指定的sessionKey
setSessionInvalidateTime(Integer) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setSessionValidationInterval(Integer) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setSex(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setShareScore(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setShareType(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setSize(String) - Method in enum com.runrunfast.meike.core.enums.ImageSizeEnum
 
setSound(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setSound(String) - Method in class com.runrunfast.meike.core.push.IOSNotification
 
setSpaceId(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setSpaceId(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setSpaceId(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setSpringSessionOpen(Boolean) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setSqlConfig(SqlConfig) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setSqlPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.SqlConfig
 
setSqlSwitch(Boolean) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setSqlSwitch(Boolean) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setStartTime(String) - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setStartTime(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setStatus(Integer, int) - Method in interface com.runrunfast.meike.dao.BUserMapper
修改用户状态
setStatus(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setStatus(Integer) - Method in class com.runrunfast.meike.entity.AgentBook
 
setStatus(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setStatus(Integer) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setStatus(Integer) - Method in class com.runrunfast.meike.modular.system.transfer.UserDto
 
setStatus(Integer, int) - Method in interface com.runrunfast.meike.service.BUserService
修改用户状态
setStatus(Integer, int) - Method in class com.runrunfast.meike.service.impl.BUserServiceImpl
 
setSwaggerOpen(Boolean) - Method in class com.runrunfast.meike.config.properties.MeikeProperties
 
setTableInfo(TableInfo) - Method in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
 
setTableName(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setTemplatePrefixPath(String) - Method in class com.runrunfast.meike.generator.engine.config.ContextConfig
 
setTestMode() - Method in class com.runrunfast.meike.core.push.UmengNotification
 
setTestOnBorrow(Boolean) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setTestOnReturn(Boolean) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setTestWhileIdle(Boolean) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setText(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setTicker(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setTimeBetweenEvictionRunsMillis(Integer) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setTips(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setTitle(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setTitle(String) - Method in class com.runrunfast.meike.core.util.poi.ExcelHeader
 
setTotal(long) - Method in class com.runrunfast.meike.core.page.PageInfoBT
 
setType(Integer) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setType(Integer) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setUrl(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setUrl(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setUrl(String) - Method in class com.runrunfast.meike.core.node.MenuNode
 
setUrl(String) - Method in class com.runrunfast.meike.core.push.AndroidNotification
 
setUrl(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setUrl(String) - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
setUrlExclusion(List<String>) - Method in class com.runrunfast.meike.core.xss.XssFilter
 
setUserId(Integer) - Method in class com.runrunfast.meike.entity.Agent
 
setUserId(Integer) - Method in class com.runrunfast.meike.entity.AgentShare
 
setUserId(Integer) - Method in class com.runrunfast.meike.entity.Appointment
 
setUserId(String) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setUserId(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
setUsername(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setUsername(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setUserName(String) - Method in class com.runrunfast.meike.entity.Appointment
 
setUserName(String) - Method in class com.runrunfast.meike.generator.action.model.GenQo
 
setUserName(String) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setUserName(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
setUserName(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
setUserNo(String) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setUserNo(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
setUserPassword(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
setUserPassword(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
setUserPhone(String) - Method in class com.runrunfast.meike.entity.Appointment
 
setUserPhone(String) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setUserPhone(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
setUserPhone(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqEditManager
 
setUserRole(String) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setUserRole(String) - Method in class com.runrunfast.meike.modular.system.transfer.ReqAddManager
 
setUserStatus(Integer) - Method in class com.runrunfast.meike.modular.system.transfer.ManagerUser
 
setVal(Integer) - Method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
 
setValidationQuery(String) - Method in class com.runrunfast.meike.core.datasource.DruidProperties
 
setValidationQuery(String) - Method in class com.runrunfast.meike.core.mutidatasource.config.MutiDataSourceProperties
 
setWorkLicenseImg(String) - Method in class com.runrunfast.meike.entity.Agent
 
setXmlPathTemplate(String) - Method in class com.runrunfast.meike.generator.engine.config.DaoConfig
 
SEX_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.cache.CacheKey
性别
ShiroConfig - Class in com.runrunfast.meike.config.web
shiro权限管理的配置
ShiroConfig() - Constructor for class com.runrunfast.meike.config.web.ShiroConfig
 
shiroDbRealm() - Method in class com.runrunfast.meike.config.web.ShiroConfig
项目自定义的Realm
ShiroDbRealm - Class in com.runrunfast.meike.core.shiro
 
ShiroDbRealm() - Constructor for class com.runrunfast.meike.core.shiro.ShiroDbRealm
 
ShiroExt - Class in com.runrunfast.meike.core.beetl
 
ShiroExt() - Constructor for class com.runrunfast.meike.core.beetl.ShiroExt
 
ShiroFactroy - Class in com.runrunfast.meike.core.shiro.factory
 
ShiroFactroy() - Constructor for class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
shiroFilter(DefaultWebSecurityManager) - Method in class com.runrunfast.meike.config.web.ShiroConfig
Shiro的过滤器链
ShiroKit - Class in com.runrunfast.meike.core.shiro
shiro工具类
ShiroKit() - Constructor for class com.runrunfast.meike.core.shiro.ShiroKit
 
shiroUser(BUser) - Method in interface com.runrunfast.meike.core.shiro.factory.IShiro
根据系统用户获取Shiro的用户
shiroUser(BUser) - Method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
ShiroUser - Class in com.runrunfast.meike.core.shiro
自定义Authentication对象,使得Subject除了携带用户的登录名外还可以携带更多信息
ShiroUser() - Constructor for class com.runrunfast.meike.core.shiro.ShiroUser
 
showContent(Integer) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
SIGNATURE - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
SIGNATURE - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
SIGNATURE - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
SimpleTemplateEngine - Class in com.runrunfast.meike.generator.engine
通用的模板生成引擎
SimpleTemplateEngine() - Constructor for class com.runrunfast.meike.generator.engine.SimpleTemplateEngine
 
SINGLE_ROLE_NAME - Static variable in interface com.runrunfast.meike.core.common.constant.cache.CacheKey
角色名称(单个)
SINGLE_ROLE_TIP - Static variable in interface com.runrunfast.meike.core.common.constant.cache.CacheKey
角色英文名称
singleDatasource() - Method in class com.runrunfast.meike.config.MybatisPlusConfig
单数据源连接池配置
SLASH - Static variable in class com.runrunfast.meike.core.support.StrKit
 
SLASH - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
SmartLockConfigUtil - Class in com.runrunfast.meike.core.util
〈一句话功能简述〉
〈〉
SmartLockService - Interface in com.runrunfast.meike.service
〈一句话功能简述〉
SmartLockServiceImpl - Class in com.runrunfast.meike.service.impl
〈门禁接口服务〉
SmartLockServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SmartLockServiceImpl
 
sort(Collection<T>, Comparator<T>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
排序集合
sortEntrySetToList(Set<Map.Entry<Long, Long>>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将Set排序(根据Entry的值)
sortPageAll(int, int, Comparator<T>, Collection<T>...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将多个集合排序并显示不同的段落(分页)
SPACE - Static variable in class com.runrunfast.meike.core.support.StrKit
 
SPACE - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
Space - Class in com.runrunfast.meike.entity
房源表(原biz_houses)
Space() - Constructor for class com.runrunfast.meike.entity.Space
 
spaceAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
跳转到添加发布房源
SpaceController - Class in com.runrunfast.meike.modular.operation.controller.space
发布房源控制器
SpaceController() - Constructor for class com.runrunfast.meike.modular.operation.controller.space.SpaceController
 
SpaceDevice - Class in com.runrunfast.meike.entity
SpaceDevice() - Constructor for class com.runrunfast.meike.entity.SpaceDevice
 
spaceDevice(Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
 
SpaceDeviceController - Class in com.runrunfast.meike.modular.operation.controller.space
〈〉
SpaceDeviceController() - Constructor for class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
 
SpaceDeviceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
SpaceDeviceService - Interface in com.runrunfast.meike.service
服务类
SpaceDeviceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
SpaceDeviceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SpaceDeviceServiceImpl
 
SpaceFigureVO - Class in com.runrunfast.meike.vo
房源折线图的VO
SpaceFigureVO() - Constructor for class com.runrunfast.meike.vo.SpaceFigureVO
 
SpaceListVO - Class in com.runrunfast.meike.vo
〈〉
SpaceListVO() - Constructor for class com.runrunfast.meike.vo.SpaceListVO
 
SpaceMapper - Interface in com.runrunfast.meike.dao
房源表(原biz_houses) Mapper 接口
SpaceReqVO - Class in com.runrunfast.meike.vo
〈〉
SpaceReqVO() - Constructor for class com.runrunfast.meike.vo.SpaceReqVO
 
SpaceSearchOptions - Class in com.runrunfast.meike.entity
房源搜索条件
SpaceSearchOptions() - Constructor for class com.runrunfast.meike.entity.SpaceSearchOptions
 
SpaceSearchOptionsMapper - Interface in com.runrunfast.meike.dao
房源搜索条件 Mapper 接口
SpaceSearchOptionsService - Interface in com.runrunfast.meike.service
房源搜索条件 服务类
SpaceSearchOptionsServiceImpl - Class in com.runrunfast.meike.service.impl
房源搜索条件 服务实现类
SpaceSearchOptionsServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SpaceSearchOptionsServiceImpl
 
spaceService - Variable in class com.runrunfast.meike.modular.operation.controller.information.InformationController
 
SpaceService - Interface in com.runrunfast.meike.service
房源表(原biz_houses) 服务类
SpaceServiceImpl - Class in com.runrunfast.meike.service.impl
房源表(原biz_houses) 服务实现类
SpaceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SpaceServiceImpl
 
SpaceShareVO - Class in com.runrunfast.meike.vo
〈〉
SpaceShareVO() - Constructor for class com.runrunfast.meike.vo.SpaceShareVO
 
spaceStat() - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
跳转到房源统计
spaceStatlist(Integer, Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
获取发布房源列表
SpaceStatVO - Class in com.runrunfast.meike.vo
〈〉
SpaceStatVO() - Constructor for class com.runrunfast.meike.vo.SpaceStatVO
 
spaceUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
跳转到修改发布房源
spendMs(long) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
计时,常用于记录某段代码的执行时间,单位:毫秒
spendNt(long) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
计时,常用于记录某段代码的执行时间,单位:纳秒
split(String, char) - Static method in class com.runrunfast.meike.core.support.StrKit
切分字符串
a#b#c -> [a,b,c]
a##b#c -> [a,"",b,c]
split(String, char, int) - Static method in class com.runrunfast.meike.core.support.StrKit
切分字符串
split(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
切分字符串
from jodd
split(String, char) - Static method in class com.runrunfast.meike.core.util.StrUtil
切分字符串
a#b#c -> [a,b,c]
a##b#c -> [a,"",b,c]
split(String, char, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
切分字符串
split(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
切分字符串
from jodd
SpringContextHolder - Class in com.runrunfast.meike.core.util
Spring的ApplicationContext的持有者,可以用静态方法的方式获取spring容器中的bean
SpringContextHolder() - Constructor for class com.runrunfast.meike.core.util.SpringContextHolder
 
SpringSessionConfig - Class in com.runrunfast.meike.config
spring session配置
SpringSessionConfig() - Constructor for class com.runrunfast.meike.config.SpringSessionConfig
 
sqlConfig - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
sql配置
SqlConfig - Class in com.runrunfast.meike.generator.engine.config
全局配置
SqlConfig() - Constructor for class com.runrunfast.meike.generator.engine.config.SqlConfig
 
start() - Method in class com.runrunfast.meike.core.support.DateTimeKit.Timer
 
start() - Method in class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
startWith(String, String, boolean) - Static method in class com.runrunfast.meike.core.support.StrKit
是否以指定字符串开头
startWith(String, String, boolean) - Static method in class com.runrunfast.meike.core.util.StrUtil
是否以指定字符串开头
statIndex() - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
跳转到房源分享统计
statList(String, String) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
获取分享房源列表
STATUS_CODE - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
StatusEnum - Enum in com.runrunfast.meike.core.enums
〈〉
str(byte[], String) - Static method in class com.runrunfast.meike.core.support.StrKit
将byte数组转为字符串
str(byte[], Charset) - Static method in class com.runrunfast.meike.core.support.StrKit
解码字节码
str(ByteBuffer, String) - Static method in class com.runrunfast.meike.core.support.StrKit
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - Static method in class com.runrunfast.meike.core.support.StrKit
将编码的byteBuffer数据转换为字符串
str(byte[], String) - Static method in class com.runrunfast.meike.core.util.StrUtil
将byte数组转为字符串
str(byte[], Charset) - Static method in class com.runrunfast.meike.core.util.StrUtil
解码字节码
str(ByteBuffer, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
将编码的byteBuffer数据转换为字符串
str(ByteBuffer, Charset) - Static method in class com.runrunfast.meike.core.util.StrUtil
将编码的byteBuffer数据转换为字符串
strategyConfig() - Method in class com.runrunfast.meike.generator.action.config.GeneratorConfig
 
StreamClose - Class in com.runrunfast.meike.core.util
 
StreamClose() - Constructor for class com.runrunfast.meike.core.util.StreamClose
 
stripSqlInjection(String) - Static method in class com.runrunfast.meike.core.support.WafKit
 
stripSqlXSS(String) - Static method in class com.runrunfast.meike.core.support.WafKit
 
stripXSS(String) - Static method in class com.runrunfast.meike.core.support.WafKit
 
StrKit - Class in com.runrunfast.meike.core.support
字符串工具类
StrKit() - Constructor for class com.runrunfast.meike.core.support.StrKit
 
strToUnicode(String) - Static method in class com.runrunfast.meike.core.util.Convert
String的字符串转换成unicode的String
StrUtil - Class in com.runrunfast.meike.core.util
字符串工具类
StrUtil() - Constructor for class com.runrunfast.meike.core.util.StrUtil
 
sub(List<T>, int, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
截取数组的部分
sub(Collection<T>, int, int) - Static method in class com.runrunfast.meike.core.support.CollectionKit
截取集合的部分
sub(String, int, int) - Static method in class com.runrunfast.meike.core.support.StrKit
改进JDK subString
index从0开始计算,最后一个字符为-1
如果from和to位置一样,返回 ""
如果from或to为负数,则按照length从后向前数位置,如果绝对值大于字符串长度,则from归到0,to归到length
如果经过修正的index中from大于to,则互换from和to example:
abcdefgh 2 3 -> c
abcdefgh 2 -3 -> cde
sub(String, int, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
改进JDK subString
index从0开始计算,最后一个字符为-1
如果from和to位置一样,返回 ""
如果from或to为负数,则按照length从后向前数位置,如果绝对值大于字符串长度,则from归到0,to归到length
如果经过修正的index中from大于to,则互换from和to example:
abcdefgh 2 3 -> c
abcdefgh 2 -3 -> cde
subPre(String, int) - Static method in class com.runrunfast.meike.core.support.StrKit
切割前部分
subPre(String, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
切割前部分
subSuf(String, int) - Static method in class com.runrunfast.meike.core.support.StrKit
切割后部分
subSuf(String, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
切割后部分
SUCCESS - Static variable in class com.runrunfast.meike.core.base.controller.BaseController
 
SUCCESS_TIP - Static variable in class com.runrunfast.meike.core.base.controller.BaseController
 
SuccessTip - Class in com.runrunfast.meike.core.base.tips
返回给前台的成功提示
SuccessTip() - Constructor for class com.runrunfast.meike.core.base.tips.SuccessTip
 
Suggestion - Class in com.runrunfast.meike.entity
Suggestion() - Constructor for class com.runrunfast.meike.entity.Suggestion
 
suggestionAdd() - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
跳转到添加投诉与建议
SuggestionController - Class in com.runrunfast.meike.modular.operation.controller
投诉与建议控制器
SuggestionController() - Constructor for class com.runrunfast.meike.modular.operation.controller.SuggestionController
 
SuggestionMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
SuggestionService - Interface in com.runrunfast.meike.service
服务类
SuggestionServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
SuggestionServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SuggestionServiceImpl
 
suggestionUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
跳转到修改投诉与建议
SuggestionVO - Class in com.runrunfast.meike.vo
后台管理客服查看投诉建议页面的数据封装
SuggestionVO() - Constructor for class com.runrunfast.meike.vo.SuggestionVO
 
SuggestionWarpper - Class in com.runrunfast.meike.modular.operation.warpper
 
SuggestionWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.operation.warpper.SuggestionWarpper
 
SwaggerConfig - Class in com.runrunfast.meike.config
swagger配置类
SwaggerConfig() - Constructor for class com.runrunfast.meike.config.SwaggerConfig
 
systemAnnoAdd(Model) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
跳转到编辑系统消息界面
systemAnnoIndex() - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
跳转到系统消息首页
SystemDict - Class in com.runrunfast.meike.core.common.constant.dictmap.base
系统相关的字典
SystemDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.base.SystemDict
 
systemList() - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
获取系统消息列表
SystemSetting - Class in com.runrunfast.meike.entity
SystemSetting() - Constructor for class com.runrunfast.meike.entity.SystemSetting
 
SystemSettingMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
SystemSettingService - Interface in com.runrunfast.meike.service
服务类
SystemSettingServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
SystemSettingServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.SystemSettingServiceImpl
 

T

tableInfo - Variable in class com.runrunfast.meike.generator.engine.base.AbstractTemplateEngine
表的信息
TableService - Class in com.runrunfast.meike.modular.code
获取数据库所有的表
TableService() - Constructor for class com.runrunfast.meike.modular.code.TableService
 
TemplateEngine - Class in com.runrunfast.meike.generator.engine.base
ADI项目模板生成 引擎
TemplateEngine() - Constructor for class com.runrunfast.meike.generator.engine.base.TemplateEngine
 
thisMonth() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
 
thisYear() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
 
timer() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
计时器
计算某个过程话费的时间,精确到毫秒
Timer() - Constructor for class com.runrunfast.meike.core.support.DateTimeKit.Timer
 
Timer(boolean) - Constructor for class com.runrunfast.meike.core.support.DateTimeKit.Timer
 
timestampToDate(Integer) - Static method in class com.runrunfast.meike.core.util.ToolUtil
 
timestampToDayStr(Integer) - Static method in class com.runrunfast.meike.core.util.DateUtil
时间戳换时间格式yyyy-MM-dd
timestampToTime(Long) - Static method in class com.runrunfast.meike.core.util.ToolUtil
 
toAdd() - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
跳转到添加
toBean(Class<T>, BeanKit.ValueProvider) - Static method in class com.runrunfast.meike.core.support.BeanKit
ServletRequest 参数转Bean
toBigDecimal(Object, BigDecimal) - Static method in class com.runrunfast.meike.core.util.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigDecimal(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为BigDecimal
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object, BigInteger) - Static method in class com.runrunfast.meike.core.util.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBigInteger(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为BigInteger
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBool(Object, Boolean) - Static method in class com.runrunfast.meike.core.util.Convert
转换为boolean
String支持的值为:true、false、yes、ok、no,1,0 如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toBool(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为boolean
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toBooleanArray(boolean, Object...) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Boolean数组
toByte(Object, Byte) - Static method in class com.runrunfast.meike.core.util.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toByte(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为byte
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toByteArray(String) - Static method in class com.runrunfast.meike.core.util.FileUtil
NIO way
toCalendar(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
转换为Calendar对象
toCamelCase(String) - Static method in class com.runrunfast.meike.core.support.StrKit
将下划线方式命名的字符串转换为驼峰式。如果转换前的下划线大写方式命名的字符串为空,则返回空字符串。
例如:hello_world->HelloWorld
toCamelCase(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
将下划线方式命名的字符串转换为驼峰式。如果转换前的下划线大写方式命名的字符串为空,则返回空字符串。
例如:hello_world->HelloWorld
toChar(Object, Character) - Static method in class com.runrunfast.meike.core.util.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toChar(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为字符
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
ToCropperPage() - Method in class com.runrunfast.meike.modular.system.controller.CommonController
裁剪页面
toDate() - Method in class com.runrunfast.meike.core.support.DateTime
 
today() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
当前日期,格式 yyyy-MM-dd
toDBC(String) - Static method in class com.runrunfast.meike.core.util.Convert
全角转半角
toDBC(String, Set<Character>) - Static method in class com.runrunfast.meike.core.util.Convert
替换全角为半角
toDouble(Object, Double) - Static method in class com.runrunfast.meike.core.util.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toDouble(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为double
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toDoubleArray(boolean, Object...) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Double数组
toEnum(Class<E>, Object, E) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值
toEnum(Class<E>, Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Enum对象
如果给定的值为空,或者转换失败,返回默认值null
toFloat(Object, Float) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toFloat(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Float
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toFloatArray(boolean, Object...) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Float数组
ToHeaderPage(String, Model) - Method in class com.runrunfast.meike.modular.system.controller.CommonController
 
toHex(String) - Static method in class com.runrunfast.meike.core.util.Convert
字符串转换成十六进制字符串
toHex(byte[]) - Static method in class com.runrunfast.meike.core.util.Convert
byte数组转16进制串
toInt(Object, Integer) - Static method in class com.runrunfast.meike.core.util.Convert
转换为int
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toInt(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为int
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toInt(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
把一个数转化为int
toIntArray(boolean, Object...) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Integer数组
toIntArray(String) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Integer数组
toIntArray(String, String) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Integer数组
toIntSecond(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
格式化成yyMMddHHmm后转换为int型
TOKEN - Static variable in class com.runrunfast.meike.core.util.ClientJsonUtil
 
TOKEN - Static variable in class com.runrunfast.meike.core.util.LingLingConfigUtil
 
TOKEN - Static variable in class com.runrunfast.meike.core.util.SmartLockConfigUtil
 
toLatestAppDownloadPage() - Method in class com.runrunfast.meike.modular.system.controller.CommonController
app下载页面获取最新下载地址
toLong(Object, Long) - Static method in class com.runrunfast.meike.core.util.Convert
转换为long
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toLong(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为long
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toLongArray(boolean, Object...) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Long数组
toMap(Collection<Map.Entry<T, K>>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将Entry集合转换为HashMap
toMsStr() - Method in class com.runrunfast.meike.core.support.DateTime
 
toNumber(Object, Number) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值
转换失败不会报错
toNumber(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Number
如果给定的值为空,或者转换失败,返回默认值null
转换失败不会报错
toNumber(String, int) - Static method in class com.runrunfast.meike.core.util.UuidUtil
将字符串转换为长整型数字
ToolBoxException - Exception in com.runrunfast.meike.core.support.exception
工具类初始化异常
ToolBoxException(Throwable) - Constructor for exception com.runrunfast.meike.core.support.exception.ToolBoxException
 
ToolBoxException(String) - Constructor for exception com.runrunfast.meike.core.support.exception.ToolBoxException
 
ToolBoxException(String, Object...) - Constructor for exception com.runrunfast.meike.core.support.exception.ToolBoxException
 
ToolBoxException(String, Throwable) - Constructor for exception com.runrunfast.meike.core.support.exception.ToolBoxException
 
ToolBoxException(Throwable, String, Object...) - Constructor for exception com.runrunfast.meike.core.support.exception.ToolBoxException
 
ToolUtil - Class in com.runrunfast.meike.core.util
高频方法集合类
ToolUtil() - Constructor for class com.runrunfast.meike.core.util.ToolUtil
 
toReletSpacePage(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
跳转到房源续租页面
toSBC(String) - Static method in class com.runrunfast.meike.core.util.Convert
半角转全角
toSBC(String, Set<Character>) - Static method in class com.runrunfast.meike.core.util.Convert
半角转全角
toShort(Object, Short) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toShort(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为Short
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStr(Object, String) - Static method in class com.runrunfast.meike.core.util.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值
转换失败不会报错
toStr(Object) - Static method in class com.runrunfast.meike.core.util.Convert
转换为字符串
如果给定的值为null,或者转换失败,返回默认值null
转换失败不会报错
toStr(Object) - Static method in class com.runrunfast.meike.core.util.ToolUtil
强转->string,并去掉多余空格
toStr(Object, String) - Static method in class com.runrunfast.meike.core.util.ToolUtil
强转->string,并去掉多余空格
toStrArray(String) - Static method in class com.runrunfast.meike.core.util.Convert
转换为String数组
toStrArray(String, String) - Static method in class com.runrunfast.meike.core.util.Convert
转换为String数组
toString() - Method in class com.runrunfast.meike.core.node.MenuNode
 
toString() - Method in class com.runrunfast.meike.core.page.PageBT
 
toString(Object) - Static method in class com.runrunfast.meike.core.support.CollectionKit
数组或集合转String
toString() - Method in class com.runrunfast.meike.core.support.DateTime
 
toString(String) - Method in class com.runrunfast.meike.core.support.DateTime
 
toString(long, int) - Static method in class com.runrunfast.meike.core.util.UuidUtil
将长整型数值转换为指定的进制数(最大支持62进制,字母数字已经用尽)
toString() - Method in class com.runrunfast.meike.entity.Agent
 
toString() - Method in class com.runrunfast.meike.entity.AgentBook
 
toString() - Method in class com.runrunfast.meike.entity.AgentShare
 
toString() - Method in class com.runrunfast.meike.entity.Appointment
 
toString() - Method in class com.runrunfast.meike.entity.SpaceSearchOptions
 
toString() - Method in class com.runrunfast.meike.generator.engine.config.Menu
 
totalPage(int, int) - Static method in class com.runrunfast.meike.core.support.PageKit
根据总数计算总页数
totalPage(int, int) - Static method in class com.runrunfast.meike.core.util.PageKit
根据总数计算总页数
toTreeSet(Collection<T>, Comparator<T>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将集合转换为排序后的TreeSet
toUnderlineCase(String) - Static method in class com.runrunfast.meike.core.support.StrKit
将驼峰式命名的字符串转换为下划线方式。如果转换前的驼峰式命名的字符串为空,则返回空字符串。
例如:HelloWorld->hello_world
toUnderlineCase(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
将驼峰式命名的字符串转换为下划线方式。如果转换前的驼峰式命名的字符串为空,则返回空字符串。
例如:HelloWorld->hello_world
toUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
跳转到修改
transToStartEnd(int, int) - Static method in class com.runrunfast.meike.core.support.PageKit
将页数和每页条目数转换为开始位置和结束位置
此方法用于不包括结束位置的分页方法
例如:
页码:1,每页10 -> [0, 10]
页码:2,每页10 -> [10, 20]
。。。
transToStartEnd(int, int) - Static method in class com.runrunfast.meike.core.util.PageKit
将页数和每页条目数转换为开始位置和结束位置
此方法用于不包括结束位置的分页方法
例如:
页码:1,每页10 -> [0, 10]
页码:2,每页10 -> [10, 20]
。。。
tree() - Method in interface com.runrunfast.meike.dao.DeptMapper
获取ztree的节点列表
tree() - Method in class com.runrunfast.meike.modular.system.controller.DeptController
获取部门的tree列表
tree() - Method in interface com.runrunfast.meike.service.DeptService
获取ztree的节点列表
tree() - Method in class com.runrunfast.meike.service.impl.DeptServiceImpl
 
trim(String) - Static method in class com.runrunfast.meike.core.support.StrKit
除去字符串头尾部的空白,如果字符串是null,依然返回null
trim(String[]) - Static method in class com.runrunfast.meike.core.support.StrKit
给定字符串数组全部做去首尾空格
trim(String, int) - Static method in class com.runrunfast.meike.core.support.StrKit
除去字符串头尾部的空白符,如果字符串是null,依然返回null
trim(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
除去字符串头尾部的空白,如果字符串是null,依然返回null
trim(String[]) - Static method in class com.runrunfast.meike.core.util.StrUtil
给定字符串数组全部做去首尾空格
trim(String, int) - Static method in class com.runrunfast.meike.core.util.StrUtil
除去字符串头尾部的空白符,如果字符串是null,依然返回null
trimEnd(String) - Static method in class com.runrunfast.meike.core.support.StrKit
除去字符串尾部的空白,如果字符串是null,则返回null
trimEnd(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
除去字符串尾部的空白,如果字符串是null,则返回null
trimStart(String) - Static method in class com.runrunfast.meike.core.support.StrKit
除去字符串头部的空白,如果字符串是null,则返回null
trimStart(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
除去字符串头部的空白,如果字符串是null,则返回null

U

UmengNotification - Class in com.runrunfast.meike.core.push
 
UmengNotification() - Constructor for class com.runrunfast.meike.core.push.UmengNotification
 
UMengPushClient - Class in com.runrunfast.meike.core.push
〈〉
UMengPushClient() - Constructor for class com.runrunfast.meike.core.push.UMengPushClient
 
unAuth(AuthenticationException) - Method in class com.runrunfast.meike.core.aop.GlobalExceptionHandler
用户未登录异常
unbindMember(Integer) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
解绑员工门禁权限
unbindSpace(Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceDeviceController
 
UNDERLINE - Static variable in class com.runrunfast.meike.core.support.StrKit
 
UNDERLINE - Static variable in class com.runrunfast.meike.core.util.StrUtil
 
unfreeze(Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
解除冻结用户
unicodeToStr(String) - Static method in class com.runrunfast.meike.core.util.Convert
unicode的String转换成String的字符串
update(CompanyMemberInfoVO) - Method in class com.runrunfast.meike.modular.company.controller.CompanyMemberController
修改员工信息
update(AgentBook) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
修改预约看房
update(Agent) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentController
修改经纪人/新增
update(AgentShare) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentShareController
修改分享房源
update(Appointment) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AppointmentController
修改租客留言
update(Banner) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.BannerController
修改首页轮播图管理
update(Material) - Method in class com.runrunfast.meike.modular.operation.controller.appManager.MaterialController
修改内容素材
update(CompanyEditVO) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
修改
update(Device) - Method in class com.runrunfast.meike.modular.operation.controller.device.DeviceController
修改门禁
update(Information) - Method in class com.runrunfast.meike.modular.operation.controller.information.InformationController
修改资讯管理
update(Project) - Method in class com.runrunfast.meike.modular.operation.controller.project.ProjectController
修改项目管理
update(RepairRequest) - Method in class com.runrunfast.meike.modular.operation.controller.RepairRequestController
修改repair
update(BUser) - Method in class com.runrunfast.meike.modular.operation.controller.ServicerController
修改内容客服
update(Building) - Method in class com.runrunfast.meike.modular.operation.controller.space.BuildingController
修改写字楼管理
update(Space) - Method in class com.runrunfast.meike.modular.operation.controller.space.SpaceController
修改发布房源
update(Suggestion) - Method in class com.runrunfast.meike.modular.operation.controller.SuggestionController
修改投诉与建议
update(UserInfoVO) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
修改用户信息
update(AppVersion) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
修改内容APP版本
update(Dept) - Method in class com.runrunfast.meike.modular.system.controller.DeptController
修改部门
update(Integer, String, String) - Method in class com.runrunfast.meike.modular.system.controller.DictController
修改字典
update(OperationLog) - Method in class com.runrunfast.meike.modular.system.controller.OperationLogController
修改
updatebindStatus(Integer, Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.CompanyController
 
updateCompanyMember(CompanyMemberInfoVO) - Method in interface com.runrunfast.meike.service.CompanyMemberService
 
updateCompanyMember(CompanyMemberInfoVO) - Method in class com.runrunfast.meike.service.impl.CompanyMemberServiceImpl
 
updateDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.LingLingLockServiceImpl
修改设备
updateDevice(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
修改设备
updateDevice(JSONObject) - Method in interface com.runrunfast.meike.service.LingLingLockService
修改设备
updateDevice(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
修改设备
updateMemberStatus(Integer) - Method in interface com.runrunfast.meike.dao.UserMapper
 
updateSdkKey(JSONObject) - Method in class com.runrunfast.meike.service.impl.SmartLockServiceImpl
修改开门密码
updateSdkKey(JSONObject) - Method in interface com.runrunfast.meike.service.SmartLockService
修改开门密钥Key
updateSmartLock(Device) - Method in interface com.runrunfast.meike.service.DeviceService
 
updateSmartLock(Device) - Method in class com.runrunfast.meike.service.impl.DeviceServiceImpl
 
updateStatus(Integer, String) - Method in class com.runrunfast.meike.modular.operation.controller.agent.AgentBookController
拒绝预约看房
updateStatus(Integer, Integer) - Method in class com.runrunfast.meike.modular.operation.controller.AnnouncementController
 
upload(MultipartFile) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
上传图片(上传到项目的webapp/static/img)
uploadContents(String, String, String) - Method in class com.runrunfast.meike.core.push.PushClient
 
uploadFile2OSS(InputStream, String) - Method in class com.runrunfast.meike.core.util.OssClientUtil
上传到OSS服务器 如果同名文件会覆盖服务器上的
uploadImg2Oss(String) - Method in class com.runrunfast.meike.core.util.OssClientUtil
上传图片
uploadImg2Oss(MultipartFile) - Method in class com.runrunfast.meike.core.util.OssClientUtil
 
uploadPath - Static variable in class com.runrunfast.meike.core.push.PushClient
 
upperFirst(String) - Static method in class com.runrunfast.meike.core.support.StrKit
大写首字母
例如:str = name, return Name
upperFirst(String) - Static method in class com.runrunfast.meike.core.util.StrUtil
大写首字母
例如:str = name, return Name
upperFirstAndAddPre(String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
原字符串首字母大写并在其首部添加指定字符串 例如:str=name, preString=get -> return getName
upperFirstAndAddPre(String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
原字符串首字母大写并在其首部添加指定字符串 例如:str=name, preString=get -> return getName
user(String) - Method in interface com.runrunfast.meike.core.shiro.factory.IShiro
根据账号获取登录用户
user(String) - Method in class com.runrunfast.meike.core.shiro.factory.ShiroFactroy
 
User - Class in com.runrunfast.meike.entity
用户表( 原biz_users )
User() - Constructor for class com.runrunfast.meike.entity.User
 
USER_AGENT - Variable in class com.runrunfast.meike.core.push.PushClient
 
userAdd() - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
跳转到添加用户信息
UserAnnouncement - Class in com.runrunfast.meike.entity
用户—公告已读状态表
UserAnnouncement() - Constructor for class com.runrunfast.meike.entity.UserAnnouncement
 
UserAnnouncement(Integer, Integer, Integer) - Constructor for class com.runrunfast.meike.entity.UserAnnouncement
 
UserAnnouncementMapper - Interface in com.runrunfast.meike.dao
用户—公告已读状态表 Mapper 接口
UserAnnouncementService - Interface in com.runrunfast.meike.service
用户—公告已读状态表 服务类
UserAnnouncementServiceImpl - Class in com.runrunfast.meike.service.impl
用户—公告已读状态表 服务实现类
UserAnnouncementServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserAnnouncementServiceImpl
 
UserCollection - Class in com.runrunfast.meike.entity
UserCollection() - Constructor for class com.runrunfast.meike.entity.UserCollection
 
UserCollectionMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
UserCollectionService - Interface in com.runrunfast.meike.service
服务类
UserCollectionServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
UserCollectionServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserCollectionServiceImpl
 
UserController - Class in com.runrunfast.meike.modular.operation.controller.user
用户信息控制器
UserController() - Constructor for class com.runrunfast.meike.modular.operation.controller.user.UserController
 
UserDevice - Class in com.runrunfast.meike.entity
UserDevice() - Constructor for class com.runrunfast.meike.entity.UserDevice
 
UserDeviceMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
UserDeviceService - Interface in com.runrunfast.meike.service
服务类
UserDeviceServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
UserDeviceServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserDeviceServiceImpl
 
UserDict - Class in com.runrunfast.meike.core.common.constant.dictmap
用户的字典
UserDict() - Constructor for class com.runrunfast.meike.core.common.constant.dictmap.UserDict
 
UserDto - Class in com.runrunfast.meike.modular.system.transfer
用户传输bean
UserDto() - Constructor for class com.runrunfast.meike.modular.system.transfer.UserDto
 
userEdit(Integer, Model) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到编辑管理员页面
UserFactory - Class in com.runrunfast.meike.modular.system.factory
用户创建工厂
UserFactory() - Constructor for class com.runrunfast.meike.modular.system.factory.UserFactory
 
UserFilter - Class in com.runrunfast.meike.core.intercept
Filter that allows access to resources if the accessor is a known user, which is defined as having a known principal.
UserFilter() - Constructor for class com.runrunfast.meike.core.intercept.UserFilter
 
UserInfo - Class in com.runrunfast.meike.entity
UserInfo() - Constructor for class com.runrunfast.meike.entity.UserInfo
 
userInfo(Model) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
跳转到查看用户详情页面
UserInfoMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
UserInfoService - Interface in com.runrunfast.meike.service
服务类
UserInfoServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
UserInfoServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserInfoServiceImpl
 
UserInfoVO - Class in com.runrunfast.meike.vo
〈〉
UserInfoVO() - Constructor for class com.runrunfast.meike.vo.UserInfoVO
 
UserMapper - Interface in com.runrunfast.meike.dao
用户表( 原biz_users ) Mapper 接口
UserMessagePad - Class in com.runrunfast.meike.entity
UserMessagePad() - Constructor for class com.runrunfast.meike.entity.UserMessagePad
 
UserMessagePadMapper - Interface in com.runrunfast.meike.dao
Mapper 接口
UserMessagePadService - Interface in com.runrunfast.meike.service
服务类
UserMessagePadServiceImpl - Class in com.runrunfast.meike.service.impl
服务实现类
UserMessagePadServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserMessagePadServiceImpl
 
UserMessageVO - Class in com.runrunfast.meike.vo
〈〉
UserMessageVO() - Constructor for class com.runrunfast.meike.vo.UserMessageVO
 
UserMgrController - Class in com.runrunfast.meike.modular.system.controller
系统管理员控制器
UserMgrController() - Constructor for class com.runrunfast.meike.modular.system.controller.UserMgrController
 
UserService - Interface in com.runrunfast.meike.service
用户表( 原biz_users ) 服务类
UserServiceImpl - Class in com.runrunfast.meike.service.impl
用户表( 原biz_users ) 服务实现类
UserServiceImpl() - Constructor for class com.runrunfast.meike.service.impl.UserServiceImpl
 
userUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.user.UserController
跳转到修改用户信息
UserWarpper - Class in com.runrunfast.meike.modular.system.warpper
用户管理的包装类
UserWarpper(List<Map<String, Object>>) - Constructor for class com.runrunfast.meike.modular.system.warpper.UserWarpper
 
uuid() - Static method in class com.runrunfast.meike.core.util.UuidUtil
以62进制(字母加数字)生成19位UUID,最短的UUID
UuidUtil - Class in com.runrunfast.meike.core.util
 
UuidUtil() - Constructor for class com.runrunfast.meike.core.util.UuidUtil
 

V

validateExcel(String, ExcelCheckResult) - Method in interface com.runrunfast.meike.core.util.poi.ReadExcelService
验证EXCEL文件格式
value(String) - Method in interface com.runrunfast.meike.core.support.BeanKit.ValueProvider
获取值
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.LogSucceed
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.LogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.common.constant.state.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.constant.MenuType
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum com.runrunfast.meike.core.constant.MenuType
 
valueOf(String) - Static method in enum com.runrunfast.meike.core.enums.ImageSizeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.enums.StatusEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.push.AndroidNotification.AfterOpenAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.push.AndroidNotification.DisplayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.runrunfast.meike.core.support.BasicType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.BizLogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.ExpenseState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.LogSucceed
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.LogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.ManagerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuOpenStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.MenuStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.common.constant.state.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.constant.MenuType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.enums.ImageSizeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.enums.StatusEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.exception.BizExceptionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.push.AndroidNotification.AfterOpenAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.push.AndroidNotification.DisplayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.runrunfast.meike.core.support.BasicType
Returns an array containing the constants of this enum type, in the order they are declared.
versionAdd() - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
跳转到添加内容APP版本
VersionController - Class in com.runrunfast.meike.modular.operation.controller
 
VersionController() - Constructor for class com.runrunfast.meike.modular.operation.controller.VersionController
 
versionUpdate(Integer, Model) - Method in class com.runrunfast.meike.modular.operation.controller.VersionController
跳转到修改内容APP版本
view(Long) - Method in class com.runrunfast.meike.modular.system.controller.MenuController
查看菜单
view(Integer) - Method in class com.runrunfast.meike.modular.system.controller.RoleController
查看角色
view(Integer) - Method in class com.runrunfast.meike.modular.system.controller.UserMgrController
查看管理员详情

W

WafKit - Class in com.runrunfast.meike.core.support
Web防火墙工具类
WafKit() - Constructor for class com.runrunfast.meike.core.support.WafKit
 
WafRequestWrapper - Class in com.runrunfast.meike.core.support
Request请求过滤包装
WafRequestWrapper(HttpServletRequest, boolean, boolean) - Constructor for class com.runrunfast.meike.core.support.WafRequestWrapper
 
WafRequestWrapper(HttpServletRequest) - Constructor for class com.runrunfast.meike.core.support.WafRequestWrapper
 
warp() - Method in class com.runrunfast.meike.core.base.warpper.BaseControllerWarpper
 
warpObject(BaseControllerWarpper) - Method in class com.runrunfast.meike.core.base.controller.BaseController
包装一个list,让list增加额外属性
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.core.base.warpper.BaseControllerWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.company.warpper.CompanyMemberHistoryWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.company.warpper.CompanyMemberWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.operation.warpper.AUserWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.operation.warpper.CompanyWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.operation.warpper.SuggestionWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.DeptWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.DictWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.LogWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.MenuWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.RoleWarpper
 
warpTheMap(Map<String, Object>) - Method in class com.runrunfast.meike.modular.system.warpper.UserWarpper
 
WebConfig - Class in com.runrunfast.meike.config.web
web 配置类
WebConfig() - Constructor for class com.runrunfast.meike.config.web.WebConfig
 
WebGeneratorConfig - Class in com.runrunfast.meike.generator.action.config
默认的代码生成的配置
WebGeneratorConfig(GenQo) - Constructor for class com.runrunfast.meike.generator.action.config.WebGeneratorConfig
 
weekCount(Date, Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
计算指定指定时间区间内的周数
wrap(int...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(long...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(char...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(byte...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(short...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(float...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(double...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(boolean...) - Static method in class com.runrunfast.meike.core.support.CollectionKit
将基本类型数组包装为包装类型
wrap(String, String, String) - Static method in class com.runrunfast.meike.core.support.StrKit
包装指定字符串
wrap(String, String, String) - Static method in class com.runrunfast.meike.core.util.StrUtil
包装指定字符串
wrapperPrimitiveMap - Static variable in enum com.runrunfast.meike.core.support.BasicType
原始类型为Key,包装类型为Value,例如: int.class -> Integer.class.

X

XssFilter - Class in com.runrunfast.meike.core.xss
 
XssFilter() - Constructor for class com.runrunfast.meike.core.xss.XssFilter
 
xssFilterRegistration() - Method in class com.runrunfast.meike.config.web.WebConfig
xssFilter注册
XssHttpServletRequestWrapper - Class in com.runrunfast.meike.core.xss
 
XssHttpServletRequestWrapper(HttpServletRequest) - Constructor for class com.runrunfast.meike.core.xss.XssHttpServletRequestWrapper
 

Y

year(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获得年
yearAndSeason(Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获得指定日期年份和季节
格式:[20131]表示2013年第一季度
yearAndSeasons(Date, Date) - Static method in class com.runrunfast.meike.core.support.DateTimeKit
获得指定日期区间内的年份和季节
yesterday() - Static method in class com.runrunfast.meike.core.support.DateTimeKit
昨天

Z

zip(T[], K[]) - Static method in class com.runrunfast.meike.core.support.CollectionKit
映射键值(参考Python的zip()函数)
例如:
keys = [a,b,c,d]
values = [1,2,3,4]
则得到的Map是 {a=1, b=2, c=3, d=4}
如果两个数组长度不同,则只对应最短部分
zip(String, String, String) - Static method in class com.runrunfast.meike.core.support.CollectionKit
映射键值(参考Python的zip()函数)
例如:
keys = a,b,c,d
values = 1,2,3,4
delimiter = , 则得到的Map是 {a=1, b=2, c=3, d=4}
如果两个数组长度不同,则只对应最短部分
zip(Collection<T>, Collection<K>) - Static method in class com.runrunfast.meike.core.support.CollectionKit
映射键值(参考Python的zip()函数)
例如:
keys = [a,b,c,d]
values = [1,2,3,4]
则得到的Map是 {a=1, b=2, c=3, d=4}
如果两个数组长度不同,则只对应最短部分
ZTreeNode - Class in com.runrunfast.meike.core.node
jquery ztree 插件的节点
ZTreeNode() - Constructor for class com.runrunfast.meike.core.node.ZTreeNode
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2018. All rights reserved.