public interface NoticeHistoryService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countNoticeHistoryIds() |
Integer |
countNoticeHistoryIdsByNoticeId(Long noticeId) |
Integer |
countNoticeHistoryIdsByUserIdAndUserType(Long userId,
String userType) |
boolean |
delete(Long id) |
Long |
getNoticeHistoryIdByNoticeIdAndUserIdAndUserType(Long noticeId,
Long userId,
String userType) |
List<Long> |
getNoticeHistoryIds(Integer start,
Integer limit) |
List<Long> |
getNoticeHistoryIdsByNoticeId(Long noticeId,
Integer start,
Integer limit) |
List<Long> |
getNoticeHistoryIdsByUserIdAndUserType(Long userId,
String userType,
Integer start,
Integer limit) |
NoticeHistory |
getObjectById(Long id) |
List<NoticeHistory> |
getObjectsByIds(List<Long> ids) |
Long |
insert(NoticeHistory noticeHistory) |
List<NoticeHistory> |
insertList(List<NoticeHistory> noticeHistoryList) |
boolean |
update(NoticeHistory noticeHistory) |
boolean |
updateList(List<NoticeHistory> noticeHistoryList) |
Long insert(NoticeHistory noticeHistory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<NoticeHistory> insertList(List<NoticeHistory> noticeHistoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(NoticeHistory noticeHistory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<NoticeHistory> noticeHistoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionNoticeHistory getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<NoticeHistory> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countNoticeHistoryIdsByUserIdAndUserType(Long userId, String userType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countNoticeHistoryIdsByNoticeId(Long noticeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getNoticeHistoryIdsByUserIdAndUserType(Long userId, String userType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getNoticeHistoryIdsByNoticeId(Long noticeId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getNoticeHistoryIdByNoticeIdAndUserIdAndUserType(Long noticeId, Long userId, String userType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getNoticeHistoryIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countNoticeHistoryIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.