类的使用
plus.hiver.module.system.entity.MessageSend
使用MessageSend的程序包
程序包
说明
-
plus.hiver.module.system.controller中MessageSend的使用
返回变量类型为MessageSend的类型的plus.hiver.module.system.controller中的方法修饰符和类型方法说明plus.hiver.common.api.Result<org.springframework.data.domain.Page<MessageSend>>MessageSendController.getByCondition(MessageSend ms, plus.hiver.common.vo.PageVo pv) 修饰符和类型方法说明plus.hiver.common.api.ResultMessageSendController.edit(MessageSend messageSend) plus.hiver.common.api.Result<org.springframework.data.domain.Page<MessageSend>>MessageSendController.getByCondition(MessageSend ms, plus.hiver.common.vo.PageVo pv) -
plus.hiver.module.system.service中MessageSend的使用
返回变量类型为MessageSend的类型的plus.hiver.module.system.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<MessageSend>MessageSendService.findByCondition(MessageSend messageSend, org.springframework.data.domain.Pageable pageable) 多条件分页获取修饰符和类型方法说明org.springframework.data.domain.Page<MessageSend>MessageSendService.findByCondition(MessageSend messageSend, org.springframework.data.domain.Pageable pageable) 多条件分页获取MessageSendService.send(MessageSend messageSend) 发送消息 带websock推送 -
plus.hiver.module.system.serviceimpl中MessageSend的使用
返回变量类型为MessageSend的类型的plus.hiver.module.system.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<MessageSend>MessageSendServiceImpl.findByCondition(MessageSend messageSend, org.springframework.data.domain.Pageable pageable) 修饰符和类型方法说明org.springframework.data.domain.Page<MessageSend>MessageSendServiceImpl.findByCondition(MessageSend messageSend, org.springframework.data.domain.Pageable pageable) MessageSendServiceImpl.send(MessageSend messageSend)