public interface CertificateChannelRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCertificateChannelRelationIds() |
boolean |
delete(Long id) |
Long |
getCertificateChannelRelationIdByCertificateIdAndChannelId(Long certificateId,
Long channelId) |
List<Long> |
getCertificateChannelRelationIds(Integer start,
Integer limit) |
CertificateChannelRelation |
getObjectById(Long id) |
List<CertificateChannelRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(CertificateChannelRelation certificateChannelRelation) |
List<CertificateChannelRelation> |
insertList(List<CertificateChannelRelation> certificateChannelRelationList) |
boolean |
update(CertificateChannelRelation certificateChannelRelation) |
boolean |
updateList(List<CertificateChannelRelation> certificateChannelRelationList) |
Long insert(CertificateChannelRelation certificateChannelRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CertificateChannelRelation> insertList(List<CertificateChannelRelation> certificateChannelRelationList) 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(CertificateChannelRelation certificateChannelRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<CertificateChannelRelation> certificateChannelRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCertificateChannelRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CertificateChannelRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getCertificateChannelRelationIdByCertificateIdAndChannelId(Long certificateId, Long channelId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
certificateId - channelId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCertificateChannelRelationIds(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 countCertificateChannelRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.