@Service public class UserMsgPointManagerImpl extends com.centit.framework.jdbc.service.BaseEntityManagerImpl<UserMsgPoint,String,UserMsgPointDao> implements UserMsgPointManager
| Constructor and Description |
|---|
UserMsgPointManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
UserMsgPoint |
getUserMsgPoint(String osId,
String receiver) |
com.alibaba.fastjson2.JSONArray |
listUserMsgPointsAsJson(String[] fields,
Map<String,Object> filterMap,
com.centit.support.database.utils.PageDesc pageDesc) |
void |
registerUserPoint(UserMsgPoint userMsgPoint) |
void |
setUserMsgPointDao(UserMsgPointDao baseDao) |
deleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, setBaseDao, updateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, deleteObjectById, getObjectById, getObjectByProperties, getObjectByProperty, listObjects, listObjectsAsJson, listObjectsByProperties, listObjectsByProperties, listObjectsByProperty, listObjectsBySqlAsJson, mergeObject, saveNewObject, updateObject@NotNull public void setUserMsgPointDao(UserMsgPointDao baseDao)
@Transactional(propagation=REQUIRED) public com.alibaba.fastjson2.JSONArray listUserMsgPointsAsJson(String[] fields, Map<String,Object> filterMap, com.centit.support.database.utils.PageDesc pageDesc)
listUserMsgPointsAsJson in interface UserMsgPointManagerpublic UserMsgPoint getUserMsgPoint(String osId, String receiver)
getUserMsgPoint in interface UserMsgPointManager@Transactional(propagation=REQUIRED) public void registerUserPoint(UserMsgPoint userMsgPoint)
registerUserPoint in interface UserMsgPointManagerCopyright © 2024 Centit Information Technical, co. Inc.. All rights reserved.