public interface UserFavoriteRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserFavoriteRelationIds() |
Integer |
countUserFavoriteRelationIdsByUserID(Long userID) |
boolean |
delete(Long id) |
UserFavoriteRelation |
getObjectById(Long id) |
List<UserFavoriteRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserFavoriteRelationIdByUserIDAndTypeAndTargetID(Long userID,
Integer type,
Long targetID) |
List<Long> |
getUserFavoriteRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserFavoriteRelationIdsByUserID(Long userID,
Integer start,
Integer limit) |
List<Long> |
getUserFavoriteRelationIdsByUserIDAndType(Long userID,
Integer type,
Integer start,
Integer limit) |
Long |
insert(UserFavoriteRelation userFavoriteRelation) |
List<UserFavoriteRelation> |
insertList(List<UserFavoriteRelation> userFavoriteRelationList) |
boolean |
update(UserFavoriteRelation userFavoriteRelation) |
boolean |
updateList(List<UserFavoriteRelation> userFavoriteRelationList) |
Long insert(UserFavoriteRelation userFavoriteRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserFavoriteRelation> insertList(List<UserFavoriteRelation> userFavoriteRelationList) 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(UserFavoriteRelation userFavoriteRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserFavoriteRelation> userFavoriteRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserFavoriteRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserFavoriteRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserFavoriteRelationIdsByUserID(Long userID) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserFavoriteRelationIdByUserIDAndTypeAndTargetID(Long userID, Integer type, Long targetID) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserFavoriteRelationIdsByUserID(Long userID, 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> getUserFavoriteRelationIdsByUserIDAndType(Long userID, Integer type, 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> getUserFavoriteRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserFavoriteRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.