类的使用
plus.hiver.module.system.entity.Message
使用Message的程序包
程序包
说明
-
plus.hiver.module.system.controller中Message的使用
返回变量类型为Message的类型的plus.hiver.module.system.controller中的方法修饰符和类型方法说明plus.hiver.common.api.Result<Message>plus.hiver.common.api.Result<org.springframework.data.domain.Page<Message>>MessageController.getByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo) 修饰符和类型方法说明plus.hiver.common.api.ResultMessageController.addMessage(Message message) plus.hiver.common.api.ResultMessageController.editMessage(Message message) plus.hiver.common.api.Result<org.springframework.data.domain.Page<Message>>MessageController.getByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, plus.hiver.common.vo.PageVo pageVo) -
plus.hiver.module.system.dao中Message的使用
返回变量类型为Message的类型的plus.hiver.module.system.dao中的方法 -
plus.hiver.module.system.service中Message的使用
修饰符和类型方法说明MessageSendService.getTemplateMessage(Long messageId, Map<String, String> params) 获得填充变量后的消息返回变量类型为Message的类型的plus.hiver.module.system.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Message>MessageService.findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取MessageService.findByCreateSend(Boolean createSend) 通过创建发送标识获取参数类型为Message的plus.hiver.module.system.service中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Message>MessageService.findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) 多条件分页获取 -
plus.hiver.module.system.serviceimpl中Message的使用
返回变量类型为Message的类型的plus.hiver.module.system.serviceimpl中的方法修饰符和类型方法说明org.springframework.data.domain.Page<Message>MessageServiceImpl.findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable) MessageServiceImpl.findByCreateSend(Boolean createSend) 修饰符和类型方法说明org.springframework.data.domain.Page<Message>MessageServiceImpl.findByCondition(Message message, plus.hiver.common.vo.SearchVo searchVo, org.springframework.data.domain.Pageable pageable)