public class ProductionStudentRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.ProductionStudentRelationService
| 构造器和说明 |
|---|
ProductionStudentRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countProductionIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType) |
Integer |
countProductionStudentRelationIds() |
Integer |
countProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType) |
boolean |
delete(Long id) |
com.ptteng.codinglord.common.model.ProductionStudentRelation |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.ProductionStudentRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductionIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType,
Integer start,
Integer limit) |
List<Long> |
getProductionStudentRelationIds(Integer start,
Integer limit) |
List<Long> |
getProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId,
Integer relationType,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.codinglord.common.model.ProductionStudentRelation productionStudentRelation) |
List<com.ptteng.codinglord.common.model.ProductionStudentRelation> |
insertList(List<com.ptteng.codinglord.common.model.ProductionStudentRelation> productionStudentRelationList) |
boolean |
update(com.ptteng.codinglord.common.model.ProductionStudentRelation productionStudentRelation) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.ProductionStudentRelation> productionStudentRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.ProductionStudentRelation productionStudentRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.ProductionStudentRelation> insertList(List<com.ptteng.codinglord.common.model.ProductionStudentRelation> productionStudentRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.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.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.ProductionStudentRelation productionStudentRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.ProductionStudentRelation> productionStudentRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.ProductionStudentRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.ProductionStudentRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionStudentRelationIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionIdsByStudentIdAndRelationTypeOrderByCreateAt(Long studentId, Integer relationType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionIdsByStudentIdAndRelationTypeOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionStudentRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionStudentRelationIds 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionStudentRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionStudentRelationIds 在接口中 com.ptteng.codinglord.common.service.ProductionStudentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.