public class TeacherServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.academy.document.service.TeacherService
| 构造器和说明 |
|---|
TeacherServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countTeacherIds() |
boolean |
delete(Long id) |
com.ptteng.academy.document.model.Teacher |
getObjectById(Long id) |
List<com.ptteng.academy.document.model.Teacher> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getTeacherIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.academy.document.model.Teacher teacher) |
List<com.ptteng.academy.document.model.Teacher> |
insertList(List<com.ptteng.academy.document.model.Teacher> teacherList) |
boolean |
update(com.ptteng.academy.document.model.Teacher teacher) |
boolean |
updateList(List<com.ptteng.academy.document.model.Teacher> teacherList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.academy.document.model.Teacher teacher) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.document.model.Teacher> insertList(List<com.ptteng.academy.document.model.Teacher> teacherList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.academy.document.service.TeacherServicecom.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.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.academy.document.model.Teacher teacher)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.academy.document.model.Teacher> teacherList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.academy.document.model.Teacher getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.document.model.Teacher> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getTeacherIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getTeacherIds 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countTeacherIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countTeacherIds 在接口中 com.ptteng.academy.document.service.TeacherServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.