public interface UserDsubjectRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserDsubjectRelationIds() |
boolean |
delete(Long id) |
UserDsubjectRelation |
getObjectById(Long id) |
List<UserDsubjectRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserDsubjectRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserDsubjectRelationIdsByUid(Long uid,
Integer start,
Integer limit) |
Long |
getUserDsubjectRelationIdsByUidAndSid(Long uid,
Long sid) |
Long |
insert(UserDsubjectRelation userDsubjectRelation) |
List<UserDsubjectRelation> |
insertList(List<UserDsubjectRelation> userDsubjectRelationList) |
boolean |
update(UserDsubjectRelation userDsubjectRelation) |
boolean |
updateList(List<UserDsubjectRelation> userDsubjectRelationList) |
Long insert(UserDsubjectRelation userDsubjectRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserDsubjectRelation> insertList(List<UserDsubjectRelation> userDsubjectRelationList) 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(UserDsubjectRelation userDsubjectRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserDsubjectRelation> userDsubjectRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserDsubjectRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserDsubjectRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserDsubjectRelationIdsByUidAndSid(Long uid, Long sid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserDsubjectRelationIdsByUid(Long uid, 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> getUserDsubjectRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserDsubjectRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.