public class CourseServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.CourseService
| 构造器和说明 |
|---|
CourseServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCourseIds() |
Integer |
countCourseIdsByStatusOrderByCreateAt(Integer status) |
Integer |
countCourseIdsByTypeOrderByCreateAt(Integer type) |
boolean |
delete(Long id) |
List<Long> |
getCourseIds(Integer start,
Integer limit) |
List<Long> |
getCourseIdsByStatusOrderByCreateAt(Integer status,
Integer start,
Integer limit) |
List<Long> |
getCourseIdsByTypeOrderByCreateAt(Integer type,
Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.Course |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.Course> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.Course course) |
List<com.ptteng.codinglord.common.model.Course> |
insertList(List<com.ptteng.codinglord.common.model.Course> courseList) |
boolean |
update(com.ptteng.codinglord.common.model.Course course) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Course> courseList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Course course) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Course> insertList(List<com.ptteng.codinglord.common.model.Course> courseList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.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.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Course course)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Course> courseList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Course getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Course> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCourseIdsByTypeOrderByCreateAt(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCourseIdsByTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCourseIdsByStatusOrderByCreateAt(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCourseIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCourseIdsByTypeOrderByCreateAt(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCourseIdsByTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCourseIdsByStatusOrderByCreateAt(Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCourseIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCourseIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCourseIds 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCourseIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCourseIds 在接口中 com.ptteng.codinglord.common.service.CourseServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.