@Service public class UserAnnouncementServiceImpl extends com.hccake.extend.mybatis.plus.service.impl.ExtendServiceImpl<UserAnnouncementMapper,UserAnnouncement> implements UserAnnouncementService
| 构造器和说明 |
|---|
UserAnnouncementServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserAnnouncement |
prodUserAnnouncement(Long userId,
Long announcementId)
根据用户ID和公告id初始化一个新的用户公告关联对象
|
com.hccake.ballcat.common.model.domain.PageResult<UserAnnouncementPageVO> |
queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam,
UserAnnouncementQO qo)
根据QueryObject查询分页数据
|
void |
readAnnouncement(Long userId,
Long announcementId)
对用户公告进行已读标记
|
currentMapperClass, currentModelClass, executeBatch, getBaseMapper, getEntityClass, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseMapper, getById, getEntityClass, list, listByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, save, saveBatch, saveBatch, saveBatchSomeColumn, saveBatchSomeColumn, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, updateBatchById, updateBatchById, updateByIdpublic com.hccake.ballcat.common.model.domain.PageResult<UserAnnouncementPageVO> queryPage(com.hccake.ballcat.common.model.domain.PageParam pageParam, UserAnnouncementQO qo)
queryPage 在接口中 UserAnnouncementServicepageParam - 分页参数qo - 查询参数对象public UserAnnouncement prodUserAnnouncement(Long userId, Long announcementId)
prodUserAnnouncement 在接口中 UserAnnouncementServiceuserId - 用户IDannouncementId - 公告IDpublic void readAnnouncement(Long userId, Long announcementId)
readAnnouncement 在接口中 UserAnnouncementServiceuserId - 用户idannouncementId - 公告idCopyright © 2023. All rights reserved.