public interface PropdfileCertifiRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPropdfileCertifiRelationIds() |
Integer |
countPropdfileCertifiRelationIdsByPropdfileId(Long propdfileId) |
boolean |
delete(Long id) |
PropdfileCertifiRelation |
getObjectById(Long id) |
List<PropdfileCertifiRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPropdfileCertifiRelationIds(Integer start,
Integer limit) |
List<Long> |
getPropdfileCertifiRelationIdsByPropdfileId(Long propdfileId,
Integer start,
Integer limit) |
Long |
insert(PropdfileCertifiRelation propdfileCertifiRelation) |
List<PropdfileCertifiRelation> |
insertList(List<PropdfileCertifiRelation> propdfileCertifiRelationList) |
boolean |
update(PropdfileCertifiRelation propdfileCertifiRelation) |
boolean |
updateList(List<PropdfileCertifiRelation> propdfileCertifiRelationList) |
Long insert(PropdfileCertifiRelation propdfileCertifiRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<PropdfileCertifiRelation> insertList(List<PropdfileCertifiRelation> propdfileCertifiRelationList) 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(PropdfileCertifiRelation propdfileCertifiRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<PropdfileCertifiRelation> propdfileCertifiRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionPropdfileCertifiRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<PropdfileCertifiRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPropdfileCertifiRelationIdsByPropdfileId(Long propdfileId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
propdfileId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPropdfileCertifiRelationIdsByPropdfileId(Long propdfileId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
propdfileId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPropdfileCertifiRelationIds(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 countPropdfileCertifiRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.