public interface MessageDeliveryManager extends com.centit.framework.jdbc.service.BaseEntityManager<MessageDelivery,String>
| Modifier and Type | Method and Description |
|---|---|
String |
changePushState(String msgId)
取消定时发送
|
void |
deleteRecords() |
com.alibaba.fastjson2.JSONArray |
listAllPlanPush(Map<String,Object> queryParamsMap,
com.centit.support.database.utils.PageDesc pageDesc)
查询出所有定时推送的消息记录
|
com.alibaba.fastjson2.JSONArray |
listMessageDeliverysAsJson(String[] fields,
Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
com.centit.framework.common.ResponseData |
pushAgain(String userCode,
String osId) |
com.centit.framework.common.ResponseData |
pushMessage(MessageDelivery msg)
点对点推送消息的方法
|
com.centit.framework.common.ResponseData |
pushMsgToAll(MessageDelivery msg)
消息广播
|
void |
timerPusher()
定时推送任务
|
List<MessageDelivery> |
viewRecords(String osId,
String optId,
Date pushTimeStart,
Date pushTimeEnd) |
deleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, updateObjectcom.alibaba.fastjson2.JSONArray listMessageDeliverysAsJson(String[] fields, Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
com.centit.framework.common.ResponseData pushMessage(MessageDelivery msg) throws Exception
msg - 发送人内部用户编码Exception - Exceptioncom.centit.framework.common.ResponseData pushMsgToAll(MessageDelivery msg) throws Exception
msg - 发送人内部用户编码Exception - Exceptionvoid deleteRecords()
List<MessageDelivery> viewRecords(String osId, String optId, Date pushTimeStart, Date pushTimeEnd)
com.alibaba.fastjson2.JSONArray listAllPlanPush(Map<String,Object> queryParamsMap, com.centit.support.database.utils.PageDesc pageDesc)
queryParamsMap - 查询参数pageDesc - 分页String changePushState(String msgId)
msgId - 消息IDvoid timerPusher()
Copyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.