public interface UserFollowRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserFollowRelationIds() |
Integer |
countUserFollowRelationIdsByLesseeId(Long lesseeId) |
Integer |
countUserFollowRelationIdsByLessorId(Long lessorId) |
boolean |
delete(Long id) |
UserFollowRelation |
getObjectById(Long id) |
List<UserFollowRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserFollowRelationIdByLessorIdAndLesseeId(Long lessorId,
Long lesseeId) |
List<Long> |
getUserFollowRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserFollowRelationIdsByLesseeId(Long lesseeId,
Integer start,
Integer limit) |
List<Long> |
getUserFollowRelationIdsByLessorId(Long lessorId,
Integer start,
Integer limit) |
Long |
insert(UserFollowRelation userFollowRelation) |
List<UserFollowRelation> |
insertList(List<UserFollowRelation> userFollowRelationList) |
boolean |
update(UserFollowRelation userFollowRelation) |
boolean |
updateList(List<UserFollowRelation> userFollowRelationList) |
Long insert(UserFollowRelation userFollowRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserFollowRelation> insertList(List<UserFollowRelation> userFollowRelationList) 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(UserFollowRelation userFollowRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserFollowRelation> userFollowRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserFollowRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserFollowRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserFollowRelationIdsByLesseeId(Long lesseeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserFollowRelationIdsByLessorId(Long lessorId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserFollowRelationIdsByLesseeId(Long lesseeId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserFollowRelationIdByLessorIdAndLesseeId(Long lessorId, Long lesseeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserFollowRelationIdsByLessorId(Long lessorId, 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> getUserFollowRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserFollowRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.