public class CourseStudentRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.CourseStudentRelationService
| 构造器和说明 |
|---|
CourseStudentRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCourseIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType) |
Integer |
countCourseStudentRelationIds() |
boolean |
delete(Long id) |
List<Long> |
getCourseIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType,
Integer start,
Integer limit) |
List<Long> |
getCourseStudentRelationIds(Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.CourseStudentRelation |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.CourseStudentRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.CourseStudentRelation courseStudentRelation) |
List<com.ptteng.codinglord.common.model.CourseStudentRelation> |
insertList(List<com.ptteng.codinglord.common.model.CourseStudentRelation> courseStudentRelationList) |
boolean |
update(com.ptteng.codinglord.common.model.CourseStudentRelation courseStudentRelation) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.CourseStudentRelation> courseStudentRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.CourseStudentRelation courseStudentRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.CourseStudentRelation> insertList(List<com.ptteng.codinglord.common.model.CourseStudentRelation> courseStudentRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.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.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.CourseStudentRelation courseStudentRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.CourseStudentRelation> courseStudentRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.CourseStudentRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.CourseStudentRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCourseIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCourseIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCourseIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCourseIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCourseStudentRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCourseStudentRelationIds 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCourseStudentRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCourseStudentRelationIds 在接口中 com.ptteng.codinglord.common.service.CourseStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.