public class UserPaperRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.UserPaperRelationService
| 构造器和说明 |
|---|
UserPaperRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserTargetRelationIds() |
Integer |
countUserTargetRelationIdsByType(Integer type) |
Integer |
countUserTargetRelationIdsByTypeAndUid(Integer type,
Long uid) |
Integer |
countUserTargetRelationIdsByUid(Long uid) |
boolean |
delete(Long id) |
com.ptteng.learn.course.model.UserPaperRelation |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.UserPaperRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserTargetRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserTargetRelationIdsByType(Integer type,
Integer start,
Integer limit) |
List<Long> |
getUserTargetRelationIdsByTypeAndUid(Integer type,
Long uid,
Integer start,
Integer limit) |
Long |
getUserTargetRelationIdsByTypeAndUidAndTargetId(Integer type,
Long uid,
Long targetId) |
List<Long> |
getUserTargetRelationIdsByUid(Long uid,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.learn.course.model.UserPaperRelation userPaperRelation) |
List<com.ptteng.learn.course.model.UserPaperRelation> |
insertList(List<com.ptteng.learn.course.model.UserPaperRelation> userPaperRelationList) |
boolean |
update(com.ptteng.learn.course.model.UserPaperRelation userPaperRelation) |
boolean |
updateList(List<com.ptteng.learn.course.model.UserPaperRelation> userPaperRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.UserPaperRelation userPaperRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.UserPaperRelation> insertList(List<com.ptteng.learn.course.model.UserPaperRelation> userPaperRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.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.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.UserPaperRelation userPaperRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.UserPaperRelation> userPaperRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.UserPaperRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.UserPaperRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserTargetRelationIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserTargetRelationIdsByType 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserTargetRelationIdsByTypeAndUid(Integer type, Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserTargetRelationIdsByTypeAndUid 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserTargetRelationIdsByTypeAndUidAndTargetId(Integer type, Long uid, Long targetId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserTargetRelationIdsByTypeAndUidAndTargetId 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserTargetRelationIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserTargetRelationIdsByUid 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserTargetRelationIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserTargetRelationIdsByType 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserTargetRelationIdsByTypeAndUid(Integer type, Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserTargetRelationIdsByTypeAndUid 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserTargetRelationIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserTargetRelationIdsByUid 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserTargetRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserTargetRelationIds 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserTargetRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserTargetRelationIds 在接口中 com.ptteng.learn.course.service.UserPaperRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.