public interface GuaCertificateService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGuaCertificateIds() |
Integer |
countGuaCertificateIdsByProductTypeOrderByUpdateAt(String productType) |
boolean |
delete(Long id) |
List<Long> |
getGuaCertificateIds(Integer start,
Integer limit) |
List<Long> |
getGuaCertificateIdsByProductTypeOrderByUpdateAt(String productType,
Integer start,
Integer limit) |
GuaCertificate |
getObjectById(Long id) |
List<GuaCertificate> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GuaCertificate guaCertificate) |
List<GuaCertificate> |
insertList(List<GuaCertificate> guaCertificateList) |
boolean |
update(GuaCertificate guaCertificate) |
boolean |
updateList(List<GuaCertificate> guaCertificateList) |
Long insert(GuaCertificate guaCertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GuaCertificate> insertList(List<GuaCertificate> guaCertificateList) 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(GuaCertificate guaCertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GuaCertificate> guaCertificateList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGuaCertificate getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GuaCertificate> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGuaCertificateIdsByProductTypeOrderByUpdateAt(String productType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGuaCertificateIdsByProductTypeOrderByUpdateAt(String productType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productType - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGuaCertificateIds(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 countGuaCertificateIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.