public class ProductionRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.ProductionRecordService
| 构造器和说明 |
|---|
ProductionRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countProductionRecordIds() |
Integer |
countProductionRecordIdsByProductionId(Long productionId) |
boolean |
delete(Long id) |
com.ptteng.fans.common.model.ProductionRecord |
getObjectById(Long id) |
List<com.ptteng.fans.common.model.ProductionRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductionRecordIds(Integer start,
Integer limit) |
List<Long> |
getProductionRecordIdsByProductionId(Long productionId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.fans.common.model.ProductionRecord productionRecord) |
List<com.ptteng.fans.common.model.ProductionRecord> |
insertList(List<com.ptteng.fans.common.model.ProductionRecord> productionRecordList) |
boolean |
update(com.ptteng.fans.common.model.ProductionRecord productionRecord) |
boolean |
updateList(List<com.ptteng.fans.common.model.ProductionRecord> productionRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.ProductionRecord productionRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ProductionRecord> insertList(List<com.ptteng.fans.common.model.ProductionRecord> productionRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.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.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.fans.common.model.ProductionRecord productionRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.ProductionRecord> productionRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.fans.common.model.ProductionRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ProductionRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionRecordIdsByProductionId(Long productionId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionRecordIdsByProductionId 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionRecordIdsByProductionId(Long productionId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionRecordIdsByProductionId 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductionRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductionRecordIds 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductionRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductionRecordIds 在接口中 com.ptteng.fans.common.service.ProductionRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2020. All rights reserved.