@Service public class HomePageServiceImpl extends Object implements HomePageService, HomePageServiceApi
| 构造器和说明 |
|---|
HomePageServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SysMenu> |
getCommonFunctions()
获取常用功能集合
|
HomeCompanyInfo |
getHomeCompanyInfo()
获取首页公司部门人员信息统计
|
OnlineUserStat |
getOnlineUserList(OnlineUserRequest onlineUserRequest)
获取在线用户统计
|
List<LogRecordDTO> |
getRecentLogs()
查询本用户最近操作记录
|
void |
saveStatisticsCacheToDb()
将缓存中的访问次数信息保存到数据库
|
public List<LogRecordDTO> getRecentLogs()
HomePageServicegetRecentLogs 在接口中 HomePageServicepublic OnlineUserStat getOnlineUserList(OnlineUserRequest onlineUserRequest)
HomePageServicegetOnlineUserList 在接口中 HomePageServicepublic HomeCompanyInfo getHomeCompanyInfo()
HomePageServicegetHomeCompanyInfo 在接口中 HomePageServicepublic List<SysMenu> getCommonFunctions()
HomePageServicegetCommonFunctions 在接口中 HomePageServicepublic void saveStatisticsCacheToDb()
HomePageServicesaveStatisticsCacheToDb 在接口中 HomePageServiceCopyright © 2022. All rights reserved.