@Component(value="UserAccountRelationServiceImpl")
public class UserAccountRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.account.UserAccountRelationService
| 构造器和说明 |
|---|
UserAccountRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
addExec(Long recordId,
Long mid)
实际执行上账操作
|
int |
addResult(Long acountid,
Double amount,
String serialNo,
Integer mtype,
Long mid,
Long postLine,
Integer needCheck,
Integer receiveCheck,
String fromParty,
String fromBank,
String fromAt,
String comment)
创建上账操作
|
Integer |
countUserAccountRelationIds() |
Integer |
countUserAccountRelationIdsByUserId(Long userId) |
boolean |
delete(Long id) |
int |
execMoney(Long recordId,
Long userId)
执行真正的调账操作
|
com.ptteng.wealth.finance.model.account.UserAccountRelation |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.account.UserAccountRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserAccountRelationIdByUserIdAndAccountCode(Long userId,
String accountCode) |
Long |
getUserAccountRelationIdByUserIdAndAccountId(Long userId,
Long accountId) |
List<Long> |
getUserAccountRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserAccountRelationIdsByUserId(Long userId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.finance.model.account.UserAccountRelation userAccountRelation) |
List<com.ptteng.wealth.finance.model.account.UserAccountRelation> |
insertList(List<com.ptteng.wealth.finance.model.account.UserAccountRelation> userAccountRelationList) |
int |
payDeposit(Long userAccountId,
Double paymoney,
Double debtCount,
Long debtApplyId,
Long uid,
Long orderId,
Long overAt) |
int |
payDepositdaixiao(Double debtCount,
Long debtApplyId,
Long uid,
Long orderId,
Long overAt) |
int |
payOrder(Long orderId,
Long userAccountId,
Integer payType) |
int |
shexiaoDX(Double repayTot,
Double clearInte,
Double clearOverInte,
Double overDayCount,
Long clearAt,
Long loanApplyId,
Long orderId,
Long currenttime) |
int |
shexiaoKL(Long userAccountId,
Double repayTot,
Double clearInte,
Double clearOverInte,
Double overDayCount,
Long clearAt,
Long loanApplyId,
Long orderId,
Long currenttime) |
int |
swapMoney(Long fromId,
Long toId,
Double money,
String serialNo,
Long mid,
String comments)
创建调账记录
|
boolean |
update(com.ptteng.wealth.finance.model.account.UserAccountRelation userAccountRelation) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.account.UserAccountRelation> userAccountRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaoprotected SwapDao swapDao
public Long insert(com.ptteng.wealth.finance.model.account.UserAccountRelation userAccountRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.account.UserAccountRelation> insertList(List<com.ptteng.wealth.finance.model.account.UserAccountRelation> userAccountRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.account.UserAccountRelation userAccountRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.account.UserAccountRelation> userAccountRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.account.UserAccountRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.account.UserAccountRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserAccountRelationIdByUserIdAndAccountId(Long userId, Long accountId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAccountRelationIdByUserIdAndAccountId 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserAccountRelationIdByUserIdAndAccountCode(Long userId, String accountCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAccountRelationIdByUserIdAndAccountCode 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserAccountRelationIdsByUserId(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAccountRelationIdsByUserId 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserAccountRelationIdsByUserId(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserAccountRelationIdsByUserId 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserAccountRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAccountRelationIds 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserAccountRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserAccountRelationIds 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int swapMoney(Long fromId, Long toId, Double money, String serialNo, Long mid, String comments) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
swapMoney 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int execMoney(Long recordId, Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
execMoney 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int addResult(Long acountid, Double amount, String serialNo, Integer mtype, Long mid, Long postLine, Integer needCheck, Integer receiveCheck, String fromParty, String fromBank, String fromAt, String comment) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addResult 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int addExec(Long recordId, Long mid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addExec 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int payOrder(Long orderId, Long userAccountId, Integer payType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
payOrder 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic int payDeposit(Long userAccountId, Double paymoney, Double debtCount, Long debtApplyId, Long uid, Long orderId, Long overAt)
payDeposit 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicepublic int payDepositdaixiao(Double debtCount, Long debtApplyId, Long uid, Long orderId, Long overAt)
payDepositdaixiao 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServicepublic int shexiaoKL(Long userAccountId, Double repayTot, Double clearInte, Double clearOverInte, Double overDayCount, Long clearAt, Long loanApplyId, Long orderId, Long currenttime)
shexiaoKL 在接口中 com.ptteng.wealth.finance.service.account.UserAccountRelationServiceCopyright © 2017. All rights reserved.