public class VideoServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.academy.document.service.VideoService
| 构造器和说明 |
|---|
VideoServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countVideoIds() |
Integer |
countVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt(Integer grade,
Integer subject,
Integer type,
Integer status) |
boolean |
delete(Long id) |
com.ptteng.academy.document.model.Video |
getObjectById(Long id) |
List<com.ptteng.academy.document.model.Video> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getVideoIds(Integer start,
Integer limit) |
List<Long> |
getVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt(Integer grade,
Integer subject,
Integer type,
Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.academy.document.model.Video video) |
List<com.ptteng.academy.document.model.Video> |
insertList(List<com.ptteng.academy.document.model.Video> videoList) |
boolean |
update(com.ptteng.academy.document.model.Video video) |
boolean |
updateList(List<com.ptteng.academy.document.model.Video> videoList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.academy.document.model.Video video) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.document.model.Video> insertList(List<com.ptteng.academy.document.model.Video> videoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.academy.document.service.VideoServicecom.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.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.academy.document.model.Video video)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.academy.document.model.Video> videoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.academy.document.model.Video getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.document.model.Video> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt(Integer grade, Integer subject, Integer type, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt(Integer grade, Integer subject, Integer type, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countVideoIdsByGradeAndSubjectAndTypeAndStatusOrderByUpdateAt 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getVideoIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getVideoIds 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countVideoIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countVideoIds 在接口中 com.ptteng.academy.document.service.VideoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.