public class SubjectServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.academy.course.service.SubjectService
| 构造器和说明 |
|---|
SubjectServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(Long id) |
com.ptteng.academy.course.model.Subject |
getObjectById(Long id) |
List<com.ptteng.academy.course.model.Subject> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSubjectIds(Integer start,
Integer limit) |
List<Long> |
getSubjectIdsByName(String name,
Integer start,
Integer limit) |
List<Long> |
getSubjectIdsByStatus(Integer status,
Integer start,
Integer limit) |
List<Long> |
getSubjectIdsByStatusAndGradeDeptOrderBySort(Integer status,
Integer gradeDept,
Integer start,
Integer limit) |
List<Long> |
getSubjectIdsByStatusOrderBySort(Integer status,
Integer start,
Integer limit) |
List<Long> |
getSubjectIdsOrderBySort(Integer start,
Integer limit) |
Long |
insert(com.ptteng.academy.course.model.Subject subject) |
List<com.ptteng.academy.course.model.Subject> |
insertList(List<com.ptteng.academy.course.model.Subject> subjectList) |
boolean |
update(com.ptteng.academy.course.model.Subject subject) |
boolean |
updateList(List<com.ptteng.academy.course.model.Subject> subjectList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.academy.course.model.Subject subject) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Subject> insertList(List<com.ptteng.academy.course.model.Subject> subjectList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.academy.course.service.SubjectServicecom.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.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.academy.course.model.Subject subject)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.academy.course.model.Subject> subjectList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.academy.course.model.Subject getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.academy.course.model.Subject> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIds 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsByStatus(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIdsByStatus 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsByName(String name, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIdsByName 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsOrderBySort(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIdsOrderBySort 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsByStatusOrderBySort(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIdsByStatusOrderBySort 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsByStatusAndGradeDeptOrderBySort(Integer status, Integer gradeDept, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceDaoException
getSubjectIdsByStatusAndGradeDeptOrderBySort 在接口中 com.ptteng.academy.course.service.SubjectServicecom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.