public interface WithdrawRecordService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countWithdrawRecordIds() |
Integer |
countWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid,
Integer status) |
Integer |
countWithdrawRecordIdsByUidOrderByCreateAt(Long uid) |
boolean |
delete(Long id) |
WithdrawRecord |
getObjectById(Long id) |
List<WithdrawRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getWithdrawRecordIds(Integer start,
Integer limit) |
List<Long> |
getWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getWithdrawRecordIdsByUidOrderByCreateAt(Long uid,
Integer start,
Integer limit) |
Long |
insert(WithdrawRecord withdrawRecord) |
List<WithdrawRecord> |
insertList(List<WithdrawRecord> withdrawRecordList) |
boolean |
update(WithdrawRecord withdrawRecord) |
boolean |
updateList(List<WithdrawRecord> withdrawRecordList) |
Long insert(WithdrawRecord withdrawRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WithdrawRecord> insertList(List<WithdrawRecord> withdrawRecordList) 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(WithdrawRecord withdrawRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<WithdrawRecord> withdrawRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWithdrawRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WithdrawRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawRecordIdsByUidOrderByCreateAt(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getWithdrawRecordIdsByUidOrderByCreateAt(Long uid, 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> getWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid, Integer status, 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> getWithdrawRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWithdrawRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.