public interface CheckresultrecordService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCheckresultrecordIds() |
Integer |
countCheckresultrecordIdsByIndentIdOrderByUpdateAt(Long indentId) |
boolean |
delete(Long id) |
List<Long> |
getCheckresultrecordIds(Integer start,
Integer limit) |
List<Long> |
getCheckresultrecordIdsByIndentIdOrderByUpdateAt(Long indentId,
Integer start,
Integer limit) |
List<Long> |
getIdsByIndentIdAndStageOrderByUpdateAt(Long indentId,
String stage,
Integer start,
Integer limit) |
Checkresultrecord |
getObjectById(Long id) |
List<Checkresultrecord> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Checkresultrecord checkresultrecord) |
List<Checkresultrecord> |
insertList(List<Checkresultrecord> checkresultrecordList) |
boolean |
update(Checkresultrecord checkresultrecord) |
boolean |
updateList(List<Checkresultrecord> checkresultrecordList) |
Long insert(Checkresultrecord checkresultrecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Checkresultrecord> insertList(List<Checkresultrecord> checkresultrecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(Checkresultrecord checkresultrecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Checkresultrecord> checkresultrecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCheckresultrecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Checkresultrecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCheckresultrecordIdsByIndentIdOrderByUpdateAt(Long indentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCheckresultrecordIdsByIndentIdOrderByUpdateAt(Long indentId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIdsByIndentIdAndStageOrderByUpdateAt(Long indentId, String stage, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - stage - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCheckresultrecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCheckresultrecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.