public interface GuaranteeService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGuaranteeIds() |
Integer |
countGuaranteeIdsByCustomerIdAndPersonnelTypeOrderByUpdateAt(Long customerId,
String personnelType) |
Integer |
countGuaranteeIdsByCustomerIdOrderByUpdateAt(Long customerId) |
boolean |
delete(Long id) |
Long |
getGuaranteeIdByCustomerIdAndPersonnelType(Long customerId,
String personnelType) |
List<Long> |
getGuaranteeIds(Integer start,
Integer limit) |
List<Long> |
getGuaranteeIdsByCustomerIdOrderByUpdateAt(Long customerId,
Integer start,
Integer limit) |
Guarantee |
getObjectById(Long id) |
List<Guarantee> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Guarantee guarantee) |
List<Guarantee> |
insertList(List<Guarantee> guaranteeList) |
boolean |
update(Guarantee guarantee) |
boolean |
updateList(List<Guarantee> guaranteeList) |
Long insert(Guarantee guarantee) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Guarantee> insertList(List<Guarantee> guaranteeList) 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(Guarantee guarantee) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Guarantee> guaranteeList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGuarantee getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Guarantee> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGuaranteeIdsByCustomerIdOrderByUpdateAt(Long customerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGuaranteeIdsByCustomerIdAndPersonnelTypeOrderByUpdateAt(Long customerId, String personnelType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - personnelType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGuaranteeIdsByCustomerIdOrderByUpdateAt(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.ServiceDaoExceptionLong getGuaranteeIdByCustomerIdAndPersonnelType(Long customerId, String personnelType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - personnelType - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGuaranteeIds(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 countGuaranteeIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.