@Component(value="LoanApplyServiceImpl")
public class LoanApplyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.LoanApplyService
| 构造器和说明 |
|---|
LoanApplyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
addLoanApply(com.ptteng.wealth.finance.model.Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
Boolean |
addSmallLoanApply(com.ptteng.wealth.finance.model.Order order,
com.ptteng.wealth.user.model.User user,
Boolean ifVerify) |
Integer |
countLoanApplyIds() |
Integer |
countLoanApplyIdsByUid(Long uid) |
Integer |
countLoanApplyIdsByUidAndStatus(Long uid,
Integer status) |
Integer |
countLoanApplyIdsByUidAndType(Long uid,
Integer type) |
boolean |
delete(Long id) |
Long |
getLoanApplyIdByOrderNoAndAdditional(String orderNo,
String additional) |
List<Long> |
getLoanApplyIds(Integer start,
Integer limit) |
List<Long> |
getLoanApplyIdsByStatus(Integer status,
Integer start,
Integer limit) |
List<Long> |
getLoanApplyIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getLoanApplyIdsByUidAndOrderType(Long uid,
Integer orderType,
Integer start,
Integer limit) |
List<Long> |
getLoanApplyIdsByUidAndStatus(Long uid,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getLoanApplyIdsByUidAndType(Long uid,
Integer type,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.LoanApply |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.LoanApply> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.LoanApply loanApply) |
List<com.ptteng.wealth.finance.model.LoanApply> |
insertList(List<com.ptteng.wealth.finance.model.LoanApply> loanApplyList) |
boolean |
update(com.ptteng.wealth.finance.model.LoanApply loanApply) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.LoanApply> loanApplyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.LoanApply loanApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.LoanApply> insertList(List<com.ptteng.wealth.finance.model.LoanApply> loanApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.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.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.LoanApply loanApply)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.LoanApply> loanApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.LoanApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.LoanApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getLoanApplyIdByOrderNoAndAdditional(String orderNo, String additional) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdByOrderNoAndAdditional 在接口中 com.ptteng.wealth.finance.service.LoanApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.LoanApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIdsByStatus(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdsByStatus 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIdsByUidAndStatus(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.LoanApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIdsByUidAndType(Long uid, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIdsByUidAndOrderType(Long uid, Integer orderType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIdsByUidAndOrderType 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLoanApplyIdsByUidAndType(Long uid, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLoanApplyIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLoanApplyIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLoanApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.LoanApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLoanApplyIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLoanApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.LoanApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanApplyIds 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLoanApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLoanApplyIds 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean addLoanApply(com.ptteng.wealth.finance.model.Order order, Long loanProductId, com.ptteng.wealth.user.model.User user) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addLoanApply 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean addSmallLoanApply(com.ptteng.wealth.finance.model.Order order, com.ptteng.wealth.user.model.User user, Boolean ifVerify) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addSmallLoanApply 在接口中 com.ptteng.wealth.finance.service.LoanApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.