public interface DictationLessonService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countDictationLessonIds() |
Integer |
countLessonListBySidAndLid(Long sid,
Long lid) |
Integer |
countLessonListBySidAndLidAndStatus(Long sid,
Long lid,
Integer status) |
boolean |
delete(Long id) |
List<Long> |
getDictationLessonIds(Integer start,
Integer limit) |
List<Long> |
getLessonListBySid(Long sid,
Integer start,
Integer limit) |
List<Long> |
getLessonListBySidAndLid(Long sid,
Long lid,
Integer start,
Integer limit) |
List<Long> |
getLessonListBySidAndLidAndStatus(Long sid,
Long lid,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getLessonListBySidAndStatus(Long sid,
Integer status,
Integer start,
Integer limit) |
DictationLesson |
getObjectById(Long id) |
List<DictationLesson> |
getObjectsByIds(List<Long> ids) |
Long |
insert(DictationLesson dictationLesson) |
List<DictationLesson> |
insertList(List<DictationLesson> dictationLessonList) |
boolean |
update(DictationLesson dictationLesson) |
boolean |
updateList(List<DictationLesson> dictationLessonList) |
Long insert(DictationLesson dictationLesson) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<DictationLesson> insertList(List<DictationLesson> dictationLessonList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(DictationLesson dictationLesson) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<DictationLesson> dictationLessonList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionDictationLesson getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<DictationLesson> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getLessonListBySidAndLid(Long sid, Long lid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countLessonListBySidAndLid(Long sid, Long lid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getLessonListBySidAndLidAndStatus(Long sid, Long lid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countLessonListBySidAndLidAndStatus(Long sid, Long lid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getLessonListBySid(Long sid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getLessonListBySidAndStatus(Long sid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getDictationLessonIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countDictationLessonIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.