public class ProductionServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.ProductionService
| 构造器和说明 |
|---|
ProductionServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countProductionIds() |
Integer |
countProductionIdsByCourseOrderByCreateAt(Integer course) |
Integer |
countProductionIdsBySidOrderByCreateAt(Long sid) |
Integer |
countProductionIdsByStatusOrderByCreateAt(Integer status) |
boolean |
delete(Long id) |
com.ptteng.codinglord.common.model.Production |
getObjectById(Long id) |
List<Long> |
getObjectBySid(Long sid,
Integer start,
Integer limit) |
List<com.ptteng.codinglord.common.model.Production> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductionIds(Integer start,
Integer limit) |
List<Long> |
getProductionIdsByCourseOrderByCreateAt(Integer course,
Integer start,
Integer limit) |
List<Long> |
getProductionIdsBySidOrderByCreateAt(Long sid,
Integer start,
Integer limit) |
List<Long> |
getProductionIdsByStatusOrderByCreateAt(Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.codinglord.common.model.Production production) |
List<com.ptteng.codinglord.common.model.Production> |
insertList(List<com.ptteng.codinglord.common.model.Production> productionList) |
boolean |
update(com.ptteng.codinglord.common.model.Production production) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Production> productionList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic List<Long> getObjectBySid(Long sid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceDaoException, com.gemantic.common.exception.ServiceException
getObjectBySid 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionpublic Long insert(com.ptteng.codinglord.common.model.Production production) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Production> insertList(List<com.ptteng.codinglord.common.model.Production> productionList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.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.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Production production)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Production> productionList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Production getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Production> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionIdsByStatusOrderByCreateAt(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionIdsBySidOrderByCreateAt(Long sid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionIdsBySidOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionIdsByCourseOrderByCreateAt(Integer course, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionIdsByCourseOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionIdsByStatusOrderByCreateAt(Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionIdsBySidOrderByCreateAt(Long sid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionIdsBySidOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionIdsByCourseOrderByCreateAt(Integer course) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionIdsByCourseOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionIds 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionIds 在接口中 com.ptteng.codinglord.common.service.ProductionServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.