public class UserMessageRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.UserMessageRelationService
| 构造器和说明 |
|---|
UserMessageRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserMessageRelationIds() |
Integer |
countUserMessageRelationIdsByName(Long targetId) |
Integer |
countUserMessageRelationIdsByNameAndNick(Long targetId,
Long userId) |
Integer |
countUserMessageRelationIdsByNick(Long userId) |
boolean |
delete(Long id) |
com.ptteng.fans.common.model.UserMessageRelation |
getObjectById(Long id) |
List<com.ptteng.fans.common.model.UserMessageRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserMessageRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserMessageRelationIdsByName(Long targetId,
Integer start,
Integer limit) |
List<Long> |
getUserMessageRelationIdsByNameAndNick(Long targetId,
Long userId,
Integer start,
Integer limit) |
List<Long> |
getUserMessageRelationIdsByNick(Long userId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.fans.common.model.UserMessageRelation userMessageRelation) |
List<com.ptteng.fans.common.model.UserMessageRelation> |
insertList(List<com.ptteng.fans.common.model.UserMessageRelation> userMessageRelationList) |
boolean |
update(com.ptteng.fans.common.model.UserMessageRelation userMessageRelation) |
boolean |
updateList(List<com.ptteng.fans.common.model.UserMessageRelation> userMessageRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.UserMessageRelation userMessageRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.UserMessageRelation> insertList(List<com.ptteng.fans.common.model.UserMessageRelation> userMessageRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.fans.common.model.UserMessageRelation userMessageRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.UserMessageRelation> userMessageRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.fans.common.model.UserMessageRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.UserMessageRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserMessageRelationIdsByNameAndNick(Long targetId, Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserMessageRelationIdsByNameAndNick 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserMessageRelationIdsByNick(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserMessageRelationIdsByNick 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserMessageRelationIdsByName(Long targetId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserMessageRelationIdsByName 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserMessageRelationIdsByNameAndNick(Long targetId, Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserMessageRelationIdsByNameAndNick 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserMessageRelationIdsByNick(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserMessageRelationIdsByNick 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserMessageRelationIdsByName(Long targetId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserMessageRelationIdsByName 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserMessageRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserMessageRelationIds 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserMessageRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserMessageRelationIds 在接口中 com.ptteng.fans.common.service.UserMessageRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2020. All rights reserved.