public class AnswerServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.AnswerService
| 构造器和说明 |
|---|
AnswerServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countAnswerIds() |
Integer |
countAnswerIdsByTaskIdOrderByCreateAt(Long taskId) |
boolean |
delete(Long id) |
List<Long> |
getAnswerIds(Integer start,
Integer limit) |
List<Long> |
getAnswerIdsByTaskIdOrderByCreateAt(Long taskId,
Integer start,
Integer limit) |
com.ptteng.learn.course.model.Answer |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.Answer> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.learn.course.model.Answer answer) |
List<com.ptteng.learn.course.model.Answer> |
insertList(List<com.ptteng.learn.course.model.Answer> answerList) |
boolean |
update(com.ptteng.learn.course.model.Answer answer) |
boolean |
updateList(List<com.ptteng.learn.course.model.Answer> answerList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.Answer answer) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.Answer> insertList(List<com.ptteng.learn.course.model.Answer> answerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.AnswerServicecom.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.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.Answer answer)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.Answer> answerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.Answer getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.Answer> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAnswerIdsByTaskIdOrderByCreateAt(Long taskId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAnswerIdsByTaskIdOrderByCreateAt 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAnswerIdsByTaskIdOrderByCreateAt(Long taskId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAnswerIdsByTaskIdOrderByCreateAt 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAnswerIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAnswerIds 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAnswerIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAnswerIds 在接口中 com.ptteng.learn.course.service.AnswerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.