public class UserDlessonRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.UserDlessonRelationService
| 构造器和说明 |
|---|
UserDlessonRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countIdsByUid(Long uid) |
Integer |
countUserDlessonRelationIds() |
boolean |
delete(Long id) |
List<Long> |
getIdsByUid(Long uid,
Integer start,
Integer limit) |
Long |
getIdsByUserIdAndLessonId(Long userId,
Long lessonId) |
com.ptteng.learn.course.model.UserDlessonRelation |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.UserDlessonRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserDlessonRelationIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.learn.course.model.UserDlessonRelation userDlessonRelation) |
List<com.ptteng.learn.course.model.UserDlessonRelation> |
insertList(List<com.ptteng.learn.course.model.UserDlessonRelation> userDlessonRelationList) |
boolean |
update(com.ptteng.learn.course.model.UserDlessonRelation userDlessonRelation) |
boolean |
updateList(List<com.ptteng.learn.course.model.UserDlessonRelation> userDlessonRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.UserDlessonRelation userDlessonRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.UserDlessonRelation> insertList(List<com.ptteng.learn.course.model.UserDlessonRelation> userDlessonRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.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.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.UserDlessonRelation userDlessonRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.UserDlessonRelation> userDlessonRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.UserDlessonRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.UserDlessonRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByUid 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countIdsByUid 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getIdsByUserIdAndLessonId(Long userId, Long lessonId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByUserIdAndLessonId 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserDlessonRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserDlessonRelationIds 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserDlessonRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserDlessonRelationIds 在接口中 com.ptteng.learn.course.service.UserDlessonRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.