public class InvoiceServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.InvoiceService
| 构造器和说明 |
|---|
InvoiceServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countInvoiceIds() |
Integer |
countInvoiceIdsByUid(Long uid) |
Integer |
countInvoiceIdsByUidAndType(Long uid,
Integer type) |
boolean |
delete(Long id) |
List<Long> |
getInvoiceIds(Integer start,
Integer limit) |
List<Long> |
getInvoiceIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getInvoiceIdsByUidAndType(Long uid,
Integer type,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.Invoice |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.Invoice> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.Invoice invoice) |
List<com.ptteng.wealth.finance.model.Invoice> |
insertList(List<com.ptteng.wealth.finance.model.Invoice> invoiceList) |
boolean |
update(com.ptteng.wealth.finance.model.Invoice invoice) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.Invoice> invoiceList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.Invoice invoice) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Invoice> insertList(List<com.ptteng.wealth.finance.model.Invoice> invoiceList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.Invoice invoice)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.Invoice> invoiceList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.Invoice getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Invoice> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvoiceIdsByUidAndType(Long uid, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvoiceIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.InvoiceService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvoiceIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvoiceIdsByUid 在接口中 com.ptteng.wealth.finance.service.InvoiceService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvoiceIdsByUidAndType(Long uid, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvoiceIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.InvoiceService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvoiceIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvoiceIdsByUid 在接口中 com.ptteng.wealth.finance.service.InvoiceService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvoiceIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvoiceIds 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvoiceIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvoiceIds 在接口中 com.ptteng.wealth.finance.service.InvoiceServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.