public interface WithdrawService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countWithdrawIds() |
Integer |
countWithdrawIdsByMobileOrderByCreateAt(String mobile) |
Integer |
countWithdrawIdsByWithdrawStatusOrderByCreateAt(Integer withdrawStatus) |
boolean |
delete(Long id) |
Withdraw |
getObjectById(Long id) |
List<Withdraw> |
getObjectsByIds(List<Long> ids) |
Long |
getWithdrawIdByWithdrawNum(String withdrawNum) |
List<Long> |
getWithdrawIds(Integer start,
Integer limit) |
List<Long> |
getWithdrawIdsByMobileOrderByCreateAt(String mobile,
Integer start,
Integer limit) |
List<Long> |
getWithdrawIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getWithdrawIdsByWithdrawStatusOrderByCreateAt(Integer withdrawStatus,
Integer start,
Integer limit) |
Long |
insert(Withdraw withdraw) |
List<Withdraw> |
insertList(List<Withdraw> withdrawList) |
boolean |
update(Withdraw withdraw) |
boolean |
updateList(List<Withdraw> withdrawList) |
Long insert(Withdraw withdraw) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Withdraw> insertList(List<Withdraw> withdrawList) 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(Withdraw withdraw) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Withdraw> withdrawList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWithdraw getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Withdraw> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawIdsByMobileOrderByCreateAt(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawIdsByWithdrawStatusOrderByCreateAt(Integer withdrawStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getWithdrawIdsByMobileOrderByCreateAt(String mobile, 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> getWithdrawIdsByWithdrawStatusOrderByCreateAt(Integer withdrawStatus, 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> getWithdrawIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getWithdrawIdByWithdrawNum(String withdrawNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.