public interface InvoiceOrderProjectService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countInvoiceOrderProjectIds() |
Integer |
countInvoiceOrderProjectIdsByInvoiceOrderId(Long invoiceOrderId) |
boolean |
delete(Long id) |
Long |
getInvoiceOrderProjectIdByProjectId(Long projectId) |
List<Long> |
getInvoiceOrderProjectIds(Integer start,
Integer limit) |
List<Long> |
getInvoiceOrderProjectIdsByInvoiceOrderId(Long invoiceOrderId,
Integer start,
Integer limit) |
InvoiceOrderProject |
getObjectById(Long id) |
List<InvoiceOrderProject> |
getObjectsByIds(List<Long> ids) |
Long |
insert(InvoiceOrderProject invoiceOrderProject) |
List<InvoiceOrderProject> |
insertList(List<InvoiceOrderProject> invoiceOrderProjectList) |
boolean |
update(InvoiceOrderProject invoiceOrderProject) |
boolean |
updateList(List<InvoiceOrderProject> invoiceOrderProjectList) |
Long insert(InvoiceOrderProject invoiceOrderProject) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<InvoiceOrderProject> insertList(List<InvoiceOrderProject> invoiceOrderProjectList) 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(InvoiceOrderProject invoiceOrderProject) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<InvoiceOrderProject> invoiceOrderProjectList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInvoiceOrderProject getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<InvoiceOrderProject> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countInvoiceOrderProjectIdsByInvoiceOrderId(Long invoiceOrderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getInvoiceOrderProjectIdsByInvoiceOrderId(Long invoiceOrderId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getInvoiceOrderProjectIdByProjectId(Long projectId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getInvoiceOrderProjectIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countInvoiceOrderProjectIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.