public class StudentServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.StudentService
| 构造器和说明 |
|---|
StudentServiceImpl() |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Student student) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Student> insertList(List<com.ptteng.codinglord.common.model.Student> studentList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserIdByMobile(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIdByMobile 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.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.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Student student)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Student> studentList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Student getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Student getObjectByPhone(String phone) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByPhone 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Student> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIdsByJoinStatusOrderByCreateAt(Integer joinStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdsByJoinStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIdsByClassIdOrderByCreateAt(Long classId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdsByClassIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIdsByStudyNumOrderByCreateAt(Integer studyNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdsByStudyNumOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIdsByCourseOrderByCreateAt(Integer course, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdsByCourseOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIdsByStudyStatusOrderByCreateAt(Integer studyStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdsByStudyStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIdsByJoinStatusOrderByCreateAt(Integer joinStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIdsByJoinStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIdsByClassIdOrderByCreateAt(Long classId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIdsByClassIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIdsByStudyNumOrderByCreateAt(Integer studyNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIdsByStudyNumOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIdsByCourseOrderByCreateAt(Integer course) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIdsByCourseOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIdsByStudyStatusOrderByCreateAt(Integer studyStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIdsByStudyStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStudentIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIds 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStudentIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStudentIds 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getStudentIdByOpenID(String openID) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStudentIdByOpenID 在接口中 com.ptteng.codinglord.common.service.StudentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.