public class SchoolSubjectRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.SchoolSubjectRelationService
| 构造器和说明 |
|---|
SchoolSubjectRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSchoolSubjectRelationIds() |
Integer |
countSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt(Long schoolId) |
Integer |
countSubjectIdsBySchoolIdOrderByCreateAt(Long schoolId) |
boolean |
delete(Long id) |
com.ptteng.codinglord.common.model.SchoolSubjectRelation |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSchoolSubjectRelationIds(Integer start,
Integer limit) |
List<Long> |
getSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt(Long schoolId,
Integer start,
Integer limit) |
List<Long> |
getSubjectIdsBySchoolIdOrderByCreateAt(Long schoolId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.codinglord.common.model.SchoolSubjectRelation schoolSubjectRelation) |
List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> |
insertList(List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> schoolSubjectRelationList) |
boolean |
update(com.ptteng.codinglord.common.model.SchoolSubjectRelation schoolSubjectRelation) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> schoolSubjectRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.SchoolSubjectRelation schoolSubjectRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> insertList(List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> schoolSubjectRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.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.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.SchoolSubjectRelation schoolSubjectRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> schoolSubjectRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.SchoolSubjectRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.SchoolSubjectRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubjectIdsBySchoolIdOrderByCreateAt(Long schoolId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubjectIdsBySchoolIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt(Long schoolId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSubjectIdsBySchoolIdOrderByCreateAt(Long schoolId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSubjectIdsBySchoolIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt(Long schoolId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSchoolSubjectRelationIdsBySchoolIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSchoolSubjectRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSchoolSubjectRelationIds 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSchoolSubjectRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSchoolSubjectRelationIds 在接口中 com.ptteng.codinglord.common.service.SchoolSubjectRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.