public interface ErrcertificateService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countErrcertificateIds() |
Integer |
countErrcertificateIdsByCustomerIdOrderByUpdateAt(Long customerId) |
boolean |
delete(Long id) |
List<Long> |
getErrcertificateIds(Integer start,
Integer limit) |
List<Long> |
getErrcertificateIdsByCustomerIdOrderByUpdateAt(Long customerId,
Integer start,
Integer limit) |
Long |
getIdByCidPersonnelAndCertifi(Long cid,
String personnelType,
String certificateName) |
Errcertificate |
getObjectById(Long id) |
List<Errcertificate> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Errcertificate errcertificate) |
List<Errcertificate> |
insertList(List<Errcertificate> errcertificateList) |
boolean |
update(Errcertificate errcertificate) |
boolean |
updateList(List<Errcertificate> errcertificateList) |
Long insert(Errcertificate errcertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Errcertificate> insertList(List<Errcertificate> errcertificateList) 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(Errcertificate errcertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Errcertificate> errcertificateList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionErrcertificate getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Errcertificate> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countErrcertificateIdsByCustomerIdOrderByUpdateAt(Long customerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getErrcertificateIdsByCustomerIdOrderByUpdateAt(Long customerId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getErrcertificateIds(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 countErrcertificateIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getIdByCidPersonnelAndCertifi(Long cid, String personnelType, String certificateName) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
cid - personnelType - certificateName - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.