public interface PcertificateService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPcertificateIds() |
Integer |
countPcertificateIdsByProductIdAndPersonnelTypeOrderByUpdateAt(String productId,
String personnelType) |
boolean |
delete(Long id) |
List<Long> |
getIdsByProductId(String productId,
Integer start,
Integer limit) |
Pcertificate |
getObjectById(Long id) |
List<Pcertificate> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPcertificateIds(Integer start,
Integer limit) |
List<Long> |
getPcertificateIdsByProductIdAndPersonnelTypeOrderByUpdateAt(String productId,
String personnelType,
Integer start,
Integer limit) |
Long |
insert(Pcertificate pcertificate) |
List<Pcertificate> |
insertList(List<Pcertificate> pcertificateList) |
boolean |
update(Pcertificate pcertificate) |
boolean |
updateList(List<Pcertificate> pcertificateList) |
Long insert(Pcertificate pcertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Pcertificate> insertList(List<Pcertificate> pcertificateList) 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(Pcertificate pcertificate) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Pcertificate> pcertificateList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionPcertificate getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Pcertificate> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countPcertificateIdsByProductIdAndPersonnelTypeOrderByUpdateAt(String productId, String personnelType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productId - personnelType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPcertificateIdsByProductIdAndPersonnelTypeOrderByUpdateAt(String productId, String personnelType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productId - personnelType - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIdsByProductId(String productId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
productId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getPcertificateIds(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 countPcertificateIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.