public class MessageServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.MessageService
| 构造器和说明 |
|---|
MessageServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countMessageIds() |
java.lang.Integer |
countMessageIdsByReceiveIdAndStatus(java.lang.Long receiveId,
java.lang.Integer status) |
java.lang.Integer |
countMessageIdsBySendIdAndStatus(java.lang.Long sendId,
java.lang.Integer status) |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getMessageIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getMessageIdsByReceiveIdAndStatus(java.lang.Long receiveId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getMessageIdsByReceiveIdAndUnreadAndStatus(java.lang.Long receiveId,
java.lang.Integer unread,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getMessageIdsByReceiveIdAndUnreadAndStatusAndType(java.lang.Long receiveId,
java.lang.Integer unread,
java.lang.Integer status,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getMessageIdsBySendIdAndStatus(java.lang.Long sendId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Message |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Message> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Message message) |
java.util.List<com.ptteng.common.skill.model.Message> |
insertList(java.util.List<com.ptteng.common.skill.model.Message> messageList) |
boolean |
update(com.ptteng.common.skill.model.Message message) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Message> messageList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Message message)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Message> insertList(java.util.List<com.ptteng.common.skill.model.Message> messageList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Message message)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Message> messageList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Message getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Message> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getMessageIdsBySendIdAndStatus(java.lang.Long sendId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getMessageIdsBySendIdAndStatus 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getMessageIdsByReceiveIdAndUnreadAndStatus(java.lang.Long receiveId,
java.lang.Integer unread,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getMessageIdsByReceiveIdAndUnreadAndStatus 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getMessageIdsByReceiveIdAndUnreadAndStatusAndType(java.lang.Long receiveId,
java.lang.Integer unread,
java.lang.Integer status,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getMessageIdsByReceiveIdAndUnreadAndStatusAndType 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getMessageIdsByReceiveIdAndStatus(java.lang.Long receiveId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getMessageIdsByReceiveIdAndStatus 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countMessageIdsBySendIdAndStatus(java.lang.Long sendId,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countMessageIdsBySendIdAndStatus 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countMessageIdsByReceiveIdAndStatus(java.lang.Long receiveId,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countMessageIdsByReceiveIdAndStatus 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getMessageIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getMessageIds 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countMessageIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countMessageIds 在接口中 com.ptteng.common.skill.service.MessageServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.