public interface InvoiceCategoryService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countInvoiceCategoryIds() |
Integer |
countInvoiceCategoryIdsByServiceProviderId(Long serviceProviderId) |
boolean |
delete(Long id) |
List<Long> |
getInvoiceCategoryIds(Integer start,
Integer limit) |
List<Long> |
getInvoiceCategoryIdsByServiceProviderId(Long serviceProviderId,
Integer start,
Integer limit) |
InvoiceCategory |
getObjectById(Long id) |
List<InvoiceCategory> |
getObjectsByIds(List<Long> ids) |
Long |
insert(InvoiceCategory invoiceCategory) |
List<InvoiceCategory> |
insertList(List<InvoiceCategory> invoiceCategoryList) |
boolean |
update(InvoiceCategory invoiceCategory) |
boolean |
updateList(List<InvoiceCategory> invoiceCategoryList) |
Long insert(InvoiceCategory invoiceCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<InvoiceCategory> insertList(List<InvoiceCategory> invoiceCategoryList) 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(InvoiceCategory invoiceCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<InvoiceCategory> invoiceCategoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInvoiceCategory getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<InvoiceCategory> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countInvoiceCategoryIdsByServiceProviderId(Long serviceProviderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getInvoiceCategoryIdsByServiceProviderId(Long serviceProviderId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getInvoiceCategoryIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countInvoiceCategoryIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.