public interface BillService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countBillIds() |
Integer |
countBillIdsByBillCreateStatusAndPayStatusOrderByUpdateAt(Integer billCreateStatus,
Integer payStatus) |
boolean |
delete(Long id) |
Long |
getBillIdByBillNum(String billNum) |
List<Long> |
getBillIds(Integer start,
Integer limit) |
List<Long> |
getBillIdsByBillCreateStatusAndPayStatusOrderByUpdateAt(Integer billCreateStatus,
Integer payStatus,
Integer start,
Integer limit) |
List<Long> |
getBillIdsByUidAndPayStatus(Long uid,
Integer payStatus,
Integer start,
Integer limit) |
List<Long> |
getBillIdsByUidAndPayStatusAndBillType(Long uid,
Integer payStatus,
Integer billType,
Integer start,
Integer limit) |
Bill |
getObjectById(Long id) |
List<Bill> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Bill bill) |
List<Bill> |
insertList(List<Bill> billList) |
boolean |
update(Bill bill) |
boolean |
updateList(List<Bill> billList) |
Long insert(Bill bill) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Bill> insertList(List<Bill> billList) 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(Bill bill) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Bill> billList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionBill getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Bill> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBillIdsByBillCreateStatusAndPayStatusOrderByUpdateAt(Integer billCreateStatus, Integer payStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBillIdsByBillCreateStatusAndPayStatusOrderByUpdateAt(Integer billCreateStatus, Integer payStatus, 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> getBillIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBillIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getBillIdByBillNum(String billNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBillIdsByUidAndPayStatusAndBillType(Long uid, Integer payStatus, Integer billType, 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> getBillIdsByUidAndPayStatus(Long uid, Integer payStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.