public class GradeClassRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.GradeClassRelationService
| 构造器和说明 |
|---|
GradeClassRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGradeClassRelationIds() |
Integer |
countGradeClassRelationIdsByUidAndName(Long uid,
String name) |
boolean |
delete(Long id) |
List<Long> |
getGradeClassRelationIds(Integer start,
Integer limit) |
Long |
getGradeClassRelationIdsByGradeName(Long subjectId,
Integer gradeName) |
List<Long> |
getGradeClassRelationIdsByLevel(Long subjectId,
Integer level,
Integer start,
Integer limit) |
List<Long> |
getGradeClassRelationIdsBySubject(Long subjectId,
Integer start,
Integer limit) |
List<Long> |
getGradeClassRelationIdsBySubjectOrderByGradeNameDesc(Long subjectId,
Integer start,
Integer limit) |
List<Long> |
getGradeClassRelationIdsByUidAndName(Long uid,
String name,
Integer start,
Integer limit) |
com.ptteng.learn.course.model.GradeClassRelation |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.GradeClassRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.learn.course.model.GradeClassRelation gradeClassRelation) |
List<com.ptteng.learn.course.model.GradeClassRelation> |
insertList(List<com.ptteng.learn.course.model.GradeClassRelation> gradeClassRelationList) |
boolean |
update(com.ptteng.learn.course.model.GradeClassRelation gradeClassRelation) |
boolean |
updateList(List<com.ptteng.learn.course.model.GradeClassRelation> gradeClassRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.GradeClassRelation gradeClassRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.GradeClassRelation> insertList(List<com.ptteng.learn.course.model.GradeClassRelation> gradeClassRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.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.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.GradeClassRelation gradeClassRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.GradeClassRelation> gradeClassRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.GradeClassRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.GradeClassRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGradeClassRelationIdsByUidAndName(Long uid, String name, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIdsByUidAndName 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGradeClassRelationIdsByLevel(Long subjectId, Integer level, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIdsByLevel 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getGradeClassRelationIdsByGradeName(Long subjectId, Integer gradeName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIdsByGradeName 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGradeClassRelationIdsByUidAndName(Long uid, String name) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGradeClassRelationIdsByUidAndName 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGradeClassRelationIdsBySubject(Long subjectId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIdsBySubject 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGradeClassRelationIdsBySubjectOrderByGradeNameDesc(Long subjectId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIdsBySubjectOrderByGradeNameDesc 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGradeClassRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGradeClassRelationIds 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGradeClassRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGradeClassRelationIds 在接口中 com.ptteng.learn.course.service.GradeClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.