public class ChapterServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.ChapterService
| 构造器和说明 |
|---|
ChapterServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countChapterIds() |
Integer |
countChapterIdsByCourseIdOrderByCreateAt(Long courseId) |
Integer |
countChapterIdsByStatusAndCourseIdOrderByCreateAt(Integer status,
Long courseId) |
boolean |
delete(Long id) |
List<Long> |
getChapterIds(Integer start,
Integer limit) |
List<Long> |
getChapterIdsByCourseIdOrderByCreateAt(Long courseId,
Integer start,
Integer limit) |
List<Long> |
getChapterIdsByStatusAndCourseIdOrderByCreateAt(Integer status,
Long courseId,
Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.Chapter |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.Chapter> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.Chapter chapter) |
List<com.ptteng.codinglord.common.model.Chapter> |
insertList(List<com.ptteng.codinglord.common.model.Chapter> chapterList) |
boolean |
update(com.ptteng.codinglord.common.model.Chapter chapter) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Chapter> chapterList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Chapter chapter) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Chapter> insertList(List<com.ptteng.codinglord.common.model.Chapter> chapterList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.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.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Chapter chapter)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Chapter> chapterList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Chapter getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Chapter> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getChapterIdsByStatusAndCourseIdOrderByCreateAt(Integer status, Long courseId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getChapterIdsByStatusAndCourseIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getChapterIdsByCourseIdOrderByCreateAt(Long courseId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getChapterIdsByCourseIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countChapterIdsByStatusAndCourseIdOrderByCreateAt(Integer status, Long courseId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countChapterIdsByStatusAndCourseIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countChapterIdsByCourseIdOrderByCreateAt(Long courseId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countChapterIdsByCourseIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getChapterIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getChapterIds 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countChapterIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countChapterIds 在接口中 com.ptteng.codinglord.common.service.ChapterServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.