public class WithdrawRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.common.service.WithdrawRecordService
| Constructor and Description |
|---|
WithdrawRecordServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countWithdrawRecordIds() |
Integer |
countWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid,
Integer status) |
Integer |
countWithdrawRecordIdsByUidOrderByCreateAt(Long uid) |
boolean |
delete(Long id) |
com.ptteng.keeper.common.model.WithdrawRecord |
getObjectById(Long id) |
List<com.ptteng.keeper.common.model.WithdrawRecord> |
getObjectsByIds(List<Long> ids) |
Long |
getWithdrawRecordIdByOrderNo(String orderNo) |
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(com.ptteng.keeper.common.model.WithdrawRecord withdrawRecord) |
List<com.ptteng.keeper.common.model.WithdrawRecord> |
insertList(List<com.ptteng.keeper.common.model.WithdrawRecord> withdrawRecordList) |
boolean |
update(com.ptteng.keeper.common.model.WithdrawRecord withdrawRecord) |
boolean |
updateList(List<com.ptteng.keeper.common.model.WithdrawRecord> withdrawRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.common.model.WithdrawRecord withdrawRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.WithdrawRecord> insertList(List<com.ptteng.keeper.common.model.WithdrawRecord> withdrawRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.common.model.WithdrawRecord withdrawRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.common.model.WithdrawRecord> withdrawRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.common.model.WithdrawRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.WithdrawRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getWithdrawRecordIdsByUidOrderByCreateAt(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawRecordIdsByUidOrderByCreateAt in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawRecordIdsByUidAndStatusOrderByCreateAt in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getWithdrawRecordIdByOrderNo(String orderNo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawRecordIdByOrderNo in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawRecordIdsByUidOrderByCreateAt(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawRecordIdsByUidOrderByCreateAt in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawRecordIdsByUidAndStatusOrderByCreateAt(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawRecordIdsByUidAndStatusOrderByCreateAt in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getWithdrawRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawRecordIds in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawRecordIds in interface com.ptteng.keeper.common.service.WithdrawRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.